ชื่อ: นายตฤณภัทร ปลั่งศรี, นายไทธนา อยู่มี

รหัสนักศึกษา: 60070028, 60070029

เวลาเรียน: 9.00-12.00

โจทย์ปัญหา:

1.Which ages range has the most chance for sleeping apart?

2.What are the top 5 factors for making couples want to sleep apart?

ชุดข้อมูล fivethirtyeight: sleeping-alone

1 Load libraries

library(plyr)
library(tidyverse)
## -- Attaching packages ----------------------------------------------------------------------------------------------------- tidyverse 1.2.1 --
## <U+221A> ggplot2 3.1.1       <U+221A> purrr   0.3.2  
## <U+221A> tibble  2.1.1       <U+221A> dplyr   0.8.0.1
## <U+221A> tidyr   0.8.3       <U+221A> stringr 1.4.0  
## <U+221A> readr   1.3.1       <U+221A> forcats 0.4.0
## -- Conflicts -------------------------------------------------------------------------------------------------------- tidyverse_conflicts() --
## x dplyr::arrange()   masks plyr::arrange()
## x purrr::compact()   masks plyr::compact()
## x dplyr::count()     masks plyr::count()
## x dplyr::failwith()  masks plyr::failwith()
## x dplyr::filter()    masks stats::filter()
## x dplyr::id()        masks plyr::id()
## x dplyr::lag()       masks stats::lag()
## x dplyr::mutate()    masks plyr::mutate()
## x dplyr::rename()    masks plyr::rename()
## x dplyr::summarise() masks plyr::summarise()
## x dplyr::summarize() masks plyr::summarize()
library(fivethirtyeight)
library(stringr)
library(ggthemes)
library(ggplot2)


MyData <- read.csv(file="sleep-alone-data.csv", header=TRUE, sep=",")

2 Look at the data(sleep-alone)

MyData
##      One.of.us.snores                                    Frequent.bathroom
## 1    One of us snores One of us makes frequent bathroom trips in the night
## 2                   -                                                    -
## 3    One of us snores One of us makes frequent bathroom trips in the night
## 4                   -                                                    -
## 5                   -                                                    -
## 6                   -                                                    -
## 7                   -                                                    -
## 8                   -                                                    -
## 9                   -                                                    -
## 10                  -                                                    -
## 11                  -                                                    -
## 12                  -                                                    -
## 13                  -                                                    -
## 14   One of us snores                                                    -
## 15                  -                                                    -
## 16                  -                                                    -
## 17                  -                                                    -
## 18                  -                                                    -
## 19   One of us snores                                                    -
## 20                  -                                                    -
## 21                  -                                                    -
## 22                  -                                                    -
## 23                  -                                                    -
## 24                  -                                                    -
## 25                  -                                                    -
## 26                  -                                                    -
## 27                  -                                                    -
## 28                  -                                                    -
## 29                  -                                                    -
## 30                  -                                                    -
## 31                  -                                                    -
## 32                  -                                                    -
## 33                  -                                                    -
## 34                  -                                                    -
## 35                  -                                                    -
## 36   One of us snores                                                    -
## 37   One of us snores                                                    -
## 38                  -                                                    -
## 39                  -                                                    -
## 40                  -                                                    -
## 41                  -                                                    -
## 42                  -                                                    -
## 43                  -                                                    -
## 44                  -                                                    -
## 45                  -                                                    -
## 46                  -                                                    -
## 47                  -                                                    -
## 48   One of us snores                                                    -
## 49                  -                                                    -
## 50                  -                                                    -
## 51   One of us snores                                                    -
## 52                  -                                                    -
## 53                  -                                                    -
## 54                  -                                                    -
## 55                  -                                                    -
## 56                  -                                                    -
## 57   One of us snores                                                    -
## 58                  -                                                    -
## 59                  -                                                    -
## 60                  -                                                    -
## 61                  -                                                    -
## 62                  -                                                    -
## 63                  -                                                    -
## 64   One of us snores                                                    -
## 65                  -                                                    -
## 66                  -                                                    -
## 67                  -                                                    -
## 68                  -                                                    -
## 69   One of us snores                                                    -
## 70                  -                                                    -
## 71                  -                                                    -
## 72                  -                                                    -
## 73                  -                                                    -
## 74                  -                                                    -
## 75                  -                                                    -
## 76   One of us snores                                                    -
## 77                  -                                                    -
## 78                  -                                                    -
## 79                  -                                                    -
## 80                  -                                                    -
## 81                  -                                                    -
## 82                  -                                                    -
## 83                  -                                                    -
## 84   One of us snores One of us makes frequent bathroom trips in the night
## 85   One of us snores                                                    -
## 86                  -                                                    -
## 87                  -                                                    -
## 88                  -                                                    -
## 89                  -                                                    -
## 90                  -                                                    -
## 91                  -                                                    -
## 92                  -                                                    -
## 93                  -                                                    -
## 94                  -                                                    -
## 95                  -                                                    -
## 96                  -                                                    -
## 97                  -                                                    -
## 98                  -                                                    -
## 99                  -                                                    -
## 100                 -                                                    -
## 101                 -                                                    -
## 102                 -                                                    -
## 103  One of us snores                                                    -
## 104                 -                                                    -
## 105                 -                                                    -
## 106                 -                                                    -
## 107                 -                                                    -
## 108                 -                                                    -
## 109                 -                                                    -
## 110                 -                                                    -
## 111                 -                                                    -
## 112                 -                                                    -
## 113                 -                                                    -
## 114                 -                                                    -
## 115                 -                                                    -
## 116                 -                                                    -
## 117                 -                                                    -
## 118                 -                                                    -
## 119                 -                                                    -
## 120  One of us snores One of us makes frequent bathroom trips in the night
## 121  One of us snores                                                    -
## 122                 -                                                    -
## 123  One of us snores                                                    -
## 124                 -                                                    -
## 125                 -                                                    -
## 126                 -                                                    -
## 127                 -                                                    -
## 128  One of us snores                                                    -
## 129  One of us snores                                                    -
## 130                 -                                                    -
## 131  One of us snores One of us makes frequent bathroom trips in the night
## 132                 -                                                    -
## 133                 -                                                    -
## 134                 -                                                    -
## 135  One of us snores                                                    -
## 136                 -                                                    -
## 137                 -                                                    -
## 138                 -                                                    -
## 139                 -                                                    -
## 140                 -                                                    -
## 141                 -                                                    -
## 142                 -                                                    -
## 143                 -                                                    -
## 144                 -                                                    -
## 145                 -                                                    -
## 146                 -                                                    -
## 147                 -                                                    -
## 148                 -                                                    -
## 149                 -                                                    -
## 150  One of us snores                                                    -
## 151  One of us snores                                                    -
## 152                 -                                                    -
## 153                 -                                                    -
## 154                 -                                                    -
## 155                 -                                                    -
## 156                 -                                                    -
## 157                 -                                                    -
## 158                 -                                                    -
## 159                 -                                                    -
## 160  One of us snores                                                    -
## 161                 -                                                    -
## 162  One of us snores                                                    -
## 163                 -                                                    -
## 164                 -                                                    -
## 165  One of us snores                                                    -
## 166  One of us snores One of us makes frequent bathroom trips in the night
## 167                 -                                                    -
## 168  One of us snores One of us makes frequent bathroom trips in the night
## 169                 -                                                    -
## 170                 -                                                    -
## 171                 -                                                    -
## 172  One of us snores                                                    -
## 173  One of us snores                                                    -
## 174  One of us snores                                                    -
## 175                 - One of us makes frequent bathroom trips in the night
## 176                 -                                                    -
## 177                 -                                                    -
## 178                 -                                                    -
## 179                 -                                                    -
## 180                 -                                                    -
## 181                 -                                                    -
## 182                 -                                                    -
## 183                 -                                                    -
## 184  One of us snores                                                    -
## 185  One of us snores One of us makes frequent bathroom trips in the night
## 186                 -                                                    -
## 187                 -                                                    -
## 188                 -                                                    -
## 189                 -                                                    -
## 190                 -                                                    -
## 191                 -                                                    -
## 192  One of us snores                                                    -
## 193  One of us snores                                                    -
## 194                 -                                                    -
## 195  One of us snores                                                    -
## 196  One of us snores                                                    -
## 197                 -                                                    -
## 198                 -                                                    -
## 199  One of us snores                                                    -
## 200  One of us snores                                                    -
## 201                 -                                                    -
## 202                 -                                                    -
## 203                 -                                                    -
## 204  One of us snores                                                    -
## 205  One of us snores                                                    -
## 206  One of us snores                                                    -
## 207                 -                                                    -
## 208                 -                                                    -
## 209                 -                                                    -
## 210                 -                                                    -
## 211  One of us snores One of us makes frequent bathroom trips in the night
## 212  One of us snores                                                    -
## 213                 -                                                    -
## 214  One of us snores                                                    -
## 215                 -                                                    -
## 216  One of us snores One of us makes frequent bathroom trips in the night
## 217                 -                                                    -
## 218  One of us snores One of us makes frequent bathroom trips in the night
## 219                 -                                                    -
## 220                 -                                                    -
## 221                 -                                                    -
## 222                 -                                                    -
## 223  One of us snores                                                    -
## 224  One of us snores                                                    -
## 225                 -                                                    -
## 226  One of us snores One of us makes frequent bathroom trips in the night
## 227                 -                                                    -
## 228  One of us snores One of us makes frequent bathroom trips in the night
## 229                 -                                                    -
## 230                 -                                                    -
## 231                 -                                                    -
## 232  One of us snores One of us makes frequent bathroom trips in the night
## 233                 -                                                    -
## 234  One of us snores                                                    -
## 235                 -                                                    -
## 236                 -                                                    -
## 237                 -                                                    -
## 238                 -                                                    -
## 239                 -                                                    -
## 240                 -                                                    -
## 241                 -                                                    -
## 242                 -                                                    -
## 243                 -                                                    -
## 244  One of us snores One of us makes frequent bathroom trips in the night
## 245                 -                                                    -
## 246                 -                                                    -
## 247                 -                                                    -
## 248  One of us snores                                                    -
## 249                 -                                                    -
## 250  One of us snores                                                    -
## 251                 -                                                    -
## 252                 -                                                    -
## 253                 -                                                    -
## 254                 -                                                    -
## 255  One of us snores                                                    -
## 256                 -                                                    -
## 257                 -                                                    -
## 258                 -                                                    -
## 259                 -                                                    -
## 260                 -                                                    -
## 261  One of us snores                                                    -
## 262  One of us snores                                                    -
## 263                 -                                                    -
## 264                 -                                                    -
## 265                 -                                                    -
## 266  One of us snores                                                    -
## 267                 -                                                    -
## 268                 -                                                    -
## 269                 -                                                    -
## 270                 -                                                    -
## 271                 -                                                    -
## 272  One of us snores One of us makes frequent bathroom trips in the night
## 273                 -                                                    -
## 274                 -                                                    -
## 275                 -                                                    -
## 276                 -                                                    -
## 277                 -                                                    -
## 278                 -                                                    -
## 279                 -                                                    -
## 280                 -                                                    -
## 281                 -                                                    -
## 282                 -                                                    -
## 283                 -                                                    -
## 284  One of us snores                                                    -
## 285                 -                                                    -
## 286  One of us snores One of us makes frequent bathroom trips in the night
## 287                 -                                                    -
## 288                 -                                                    -
## 289                 -                                                    -
## 290                 -                                                    -
## 291                 -                                                    -
## 292                 -                                                    -
## 293                 -                                                    -
## 294  One of us snores                                                    -
## 295                 -                                                    -
## 296                 -                                                    -
## 297                 -                                                    -
## 298                 -                                                    -
## 299                 -                                                    -
## 300  One of us snores One of us makes frequent bathroom trips in the night
## 301                 -                                                    -
## 302  One of us snores One of us makes frequent bathroom trips in the night
## 303                 -                                                    -
## 304                 -                                                    -
## 305                 -                                                    -
## 306                 -                                                    -
## 307                 -                                                    -
## 308                 -                                                    -
## 309                 -                                                    -
## 310                 -                                                    -
## 311  One of us snores                                                    -
## 312  One of us snores                                                    -
## 313                 -                                                    -
## 314                 -                                                    -
## 315                 -                                                    -
## 316                 -                                                    -
## 317                 -                                                    -
## 318                 -                                                    -
## 319                 -                                                    -
## 320                 -                                                    -
## 321                 -                                                    -
## 322                 -                                                    -
## 323                 -                                                    -
## 324                 -                                                    -
## 325                 -                                                    -
## 326  One of us snores                                                    -
## 327  One of us snores                                                    -
## 328                 -                                                    -
## 329                 -                                                    -
## 330                 -                                                    -
## 331                 -                                                    -
## 332  One of us snores                                                    -
## 333                 -                                                    -
## 334                 -                                                    -
## 335  One of us snores                                                    -
## 336                 -                                                    -
## 337                 -                                                    -
## 338                 -                                                    -
## 339                 -                                                    -
## 340  One of us snores                                                    -
## 341                 -                                                    -
## 342  One of us snores                                                    -
## 343                 -                                                    -
## 344                 -                                                    -
## 345                 -                                                    -
## 346  One of us snores One of us makes frequent bathroom trips in the night
## 347  One of us snores                                                    -
## 348                 -                                                    -
## 349                 -                                                    -
## 350                 -                                                    -
## 351                 -                                                    -
## 352                 -                                                    -
## 353                 -                                                    -
## 354                 -                                                    -
## 355                 -                                                    -
## 356                 -                                                    -
## 357                 -                                                    -
## 358  One of us snores                                                    -
## 359  One of us snores                                                    -
## 360                 -                                                    -
## 361                 -                                                    -
## 362                 -                                                    -
## 363                 -                                                    -
## 364                 -                                                    -
## 365                 -                                                    -
## 366                 -                                                    -
## 367                 -                                                    -
## 368                 -                                                    -
## 369                 -                                                    -
## 370                 -                                                    -
## 371                 -                                                    -
## 372                 -                                                    -
## 373                 -                                                    -
## 374                 -                                                    -
## 375                 -                                                    -
## 376                 -                                                    -
## 377  One of us snores                                                    -
## 378  One of us snores                                                    -
## 379  One of us snores                                                    -
## 380                 -                                                    -
## 381                 -                                                    -
## 382                 -                                                    -
## 383                 -                                                    -
## 384                 -                                                    -
## 385  One of us snores                                                    -
## 386                 -                                                    -
## 387  One of us snores                                                    -
## 388                 -                                                    -
## 389                 -                                                    -
## 390                 -                                                    -
## 391                 -                                                    -
## 392                 -                                                    -
## 393                 -                                                    -
## 394                 -                                                    -
## 395  One of us snores                                                    -
## 396                 -                                                    -
## 397                 -                                                    -
## 398                 -                                                    -
## 399                 -                                                    -
## 400                 -                                                    -
## 401                 -                                                    -
## 402                 -                                                    -
## 403  One of us snores                                                    -
## 404                 -                                                    -
## 405                 -                                                    -
## 406                 -                                                    -
## 407                 -                                                    -
## 408  One of us snores                                                    -
## 409                 -                                                    -
## 410                 -                                                    -
## 411                 -                                                    -
## 412                 -                                                    -
## 413                 -                                                    -
## 414                 -                                                    -
## 415                 -                                                    -
## 416  One of us snores                                                    -
## 417                 -                                                    -
## 418                 -                                                    -
## 419                 -                                                    -
## 420                 -                                                    -
## 421  One of us snores                                                    -
## 422                 -                                                    -
## 423  One of us snores                                                    -
## 424                 -                                                    -
## 425                 -                                                    -
## 426                 -                                                    -
## 427                 -                                                    -
## 428                 -                                                    -
## 429                 -                                                    -
## 430                 -                                                    -
## 431                 -                                                    -
## 432                 -                                                    -
## 433                 -                                                    -
## 434  One of us snores                                                    -
## 435                 -                                                    -
## 436  One of us snores                                                    -
## 437                 -                                                    -
## 438                 -                                                    -
## 439  One of us snores                                                    -
## 440                 -                                                    -
## 441                 -                                                    -
## 442                 -                                                    -
## 443                 -                                                    -
## 444                 -                                                    -
## 445                 -                                                    -
## 446                 -                                                    -
## 447  One of us snores                                                    -
## 448                 -                                                    -
## 449                 -                                                    -
## 450  One of us snores                                                    -
## 451                 -                                                    -
## 452  One of us snores                                                    -
## 453                 -                                                    -
## 454                 -                                                    -
## 455                 -                                                    -
## 456                 -                                                    -
## 457                 -                                                    -
## 458                 -                                                    -
## 459                 -                                                    -
## 460                 - One of us makes frequent bathroom trips in the night
## 461  One of us snores One of us makes frequent bathroom trips in the night
## 462                 -                                                    -
## 463                 -                                                    -
## 464  One of us snores                                                    -
## 465                 -                                                    -
## 466                 -                                                    -
## 467  One of us snores                                                    -
## 468                 -                                                    -
## 469                 -                                                    -
## 470                 -                                                    -
## 471                 -                                                    -
## 472                 -                                                    -
## 473                 -                                                    -
## 474                 -                                                    -
## 475                 -                                                    -
## 476                 -                                                    -
## 477                 -                                                    -
## 478                 -                                                    -
## 479                 -                                                    -
## 480                 -                                                    -
## 481  One of us snores One of us makes frequent bathroom trips in the night
## 482  One of us snores                                                    -
## 483                 -                                                    -
## 484                 -                                                    -
## 485                 -                                                    -
## 486                 -                                                    -
## 487                 -                                                    -
## 488                 -                                                    -
## 489  One of us snores One of us makes frequent bathroom trips in the night
## 490                 -                                                    -
## 491  One of us snores                                                    -
## 492                 -                                                    -
## 493  One of us snores One of us makes frequent bathroom trips in the night
## 494                 -                                                    -
## 495                 -                                                    -
## 496                 -                                                    -
## 497                 -                                                    -
## 498                 -                                                    -
## 499                 -                                                    -
## 500                 -                                                    -
## 501  One of us snores One of us makes frequent bathroom trips in the night
## 502  One of us snores One of us makes frequent bathroom trips in the night
## 503                 -                                                    -
## 504                 -                                                    -
## 505                 -                                                    -
## 506                 -                                                    -
## 507                 -                                                    -
## 508                 -                                                    -
## 509  One of us snores One of us makes frequent bathroom trips in the night
## 510                 -                                                    -
## 511                 -                                                    -
## 512                 -                                                    -
## 513                 -                                                    -
## 514                 -                                                    -
## 515                 -                                                    -
## 516                 -                                                    -
## 517                 -                                                    -
## 518                 -                                                    -
## 519                 -                                                    -
## 520  One of us snores                                                    -
## 521                 -                                                    -
## 522                 -                                                    -
## 523                 -                                                    -
## 524                 -                                                    -
## 525                 -                                                    -
## 526                 -                                                    -
## 527                 -                                                    -
## 528                 -                                                    -
## 529                 -                                                    -
## 530                 -                                                    -
## 531                 -                                                    -
## 532                 -                                                    -
## 533                 -                                                    -
## 534                 -                                                    -
## 535                 -                                                    -
## 536                 -                                                    -
## 537                 -                                                    -
## 538                 -                                                    -
## 539  One of us snores                                                    -
## 540                 -                                                    -
## 541                 -                                                    -
## 542                 -                                                    -
## 543                 -                                                    -
## 544                 -                                                    -
## 545                 -                                                    -
## 546                 -                                                    -
## 547                 -                                                    -
## 548                 -                                                    -
## 549                 -                                                    -
## 550                 -                                                    -
## 551                 -                                                    -
## 552  One of us snores                                                    -
## 553                 -                                                    -
## 554  One of us snores                                                    -
## 555                 -                                                    -
## 556  One of us snores                                                    -
## 557                 -                                                    -
## 558                 -                                                    -
## 559                 -                                                    -
## 560                 -                                                    -
## 561                 -                                                    -
## 562                 - One of us makes frequent bathroom trips in the night
## 563                 -                                                    -
## 564                 -                                                    -
## 565                 -                                                    -
## 566  One of us snores                                                    -
## 567                 -                                                    -
## 568                 -                                                    -
## 569                 -                                                    -
## 570                 - One of us makes frequent bathroom trips in the night
## 571                 -                                                    -
## 572                 -                                                    -
## 573                 -                                                    -
## 574                 -                                                    -
## 575  One of us snores One of us makes frequent bathroom trips in the night
## 576                 -                                                    -
## 577                 -                                                    -
## 578                 -                                                    -
## 579                 -                                                    -
## 580                 -                                                    -
## 581  One of us snores                                                    -
## 582                 -                                                    -
## 583                 -                                                    -
## 584                 -                                                    -
## 585                 -                                                    -
## 586                 -                                                    -
## 587  One of us snores                                                    -
## 588                 -                                                    -
## 589  One of us snores                                                    -
## 590                 -                                                    -
## 591                 -                                                    -
## 592                 -                                                    -
## 593  One of us snores                                                    -
## 594                 -                                                    -
## 595                 -                                                    -
## 596  One of us snores One of us makes frequent bathroom trips in the night
## 597                 -                                                    -
## 598                 -                                                    -
## 599                 -                                                    -
## 600  One of us snores                                                    -
## 601  One of us snores                                                    -
## 602                 -                                                    -
## 603                 -                                                    -
## 604                 -                                                    -
## 605                 -                                                    -
## 606  One of us snores                                                    -
## 607                 -                                                    -
## 608                 -                                                    -
## 609                 -                                                    -
## 610                 -                                                    -
## 611  One of us snores                                                    -
## 612                 -                                                    -
## 613                 -                                                    -
## 614                 -                                                    -
## 615                 -                                                    -
## 616                 -                                                    -
## 617                 -                                                    -
## 618                 -                                                    -
## 619                 -                                                    -
## 620                 -                                                    -
## 621                 -                                                    -
## 622                 -                                                    -
## 623                 -                                                    -
## 624                 -                                                    -
## 625                 -                                                    -
## 626                 -                                                    -
## 627                 -                                                    -
## 628                 -                                                    -
## 629  One of us snores One of us makes frequent bathroom trips in the night
## 630                 -                                                    -
## 631                 -                                                    -
## 632                 -                                                    -
## 633                 -                                                    -
## 634  One of us snores                                                    -
## 635                 -                                                    -
## 636                 -                                                    -
## 637                 -                                                    -
## 638                 -                                                    -
## 639                 -                                                    -
## 640                 -                                                    -
## 641  One of us snores                                                    -
## 642                 -                                                    -
## 643                 -                                                    -
## 644                 -                                                    -
## 645                 -                                                    -
## 646                 -                                                    -
## 647                 -                                                    -
## 648                 -                                                    -
## 649                 -                                                    -
## 650                 -                                                    -
## 651  One of us snores One of us makes frequent bathroom trips in the night
## 652  One of us snores                                                    -
## 653                 -                                                    -
## 654                 -                                                    -
## 655                 -                                                    -
## 656                 - One of us makes frequent bathroom trips in the night
## 657  One of us snores One of us makes frequent bathroom trips in the night
## 658                 -                                                    -
## 659  One of us snores                                                    -
## 660  One of us snores                                                    -
## 661                 -                                                    -
## 662                 -                                                    -
## 663                 -                                                    -
## 664                 -                                                    -
## 665                 -                                                    -
## 666                 -                                                    -
## 667                 -                                                    -
## 668                 -                                                    -
## 669                 -                                                    -
## 670  One of us snores One of us makes frequent bathroom trips in the night
## 671                 -                                                    -
## 672                 -                                                    -
## 673                 -                                                    -
## 674  One of us snores                                                    -
## 675  One of us snores One of us makes frequent bathroom trips in the night
## 676                 -                                                    -
## 677                 -                                                    -
## 678                 -                                                    -
## 679                 -                                                    -
## 680                 -                                                    -
## 681                 -                                                    -
## 682  One of us snores One of us makes frequent bathroom trips in the night
## 683                 -                                                    -
## 684                 -                                                    -
## 685                 -                                                    -
## 686                 -                                                    -
## 687                 -                                                    -
## 688                 -                                                    -
## 689                 -                                                    -
## 690                 -                                                    -
## 691                 -                                                    -
## 692                 -                                                    -
## 693                 -                                                    -
## 694                 -                                                    -
## 695                 -                                                    -
## 696                 -                                                    -
## 697                 -                                                    -
## 698  One of us snores                                                    -
## 699                 - One of us makes frequent bathroom trips in the night
## 700  One of us snores                                                    -
## 701  One of us snores                                                    -
## 702                 -                                                    -
## 703                 -                                                    -
## 704                 -                                                    -
## 705  One of us snores                                                    -
## 706                 - One of us makes frequent bathroom trips in the night
## 707                 -                                                    -
## 708                 -                                                    -
## 709                 -                                                    -
## 710                 -                                                    -
## 711  One of us snores                                                    -
## 712                 -                                                    -
## 713                 -                                                    -
## 714                 -                                                    -
## 715                 -                                                    -
## 716                 -                                                    -
## 717                 -                                                    -
## 718  One of us snores                                                    -
## 719                 -                                                    -
## 720                 -                                                    -
## 721                 -                                                    -
## 722                 -                                                    -
## 723                 -                                                    -
## 724                 -                                                    -
## 725                 -                                                    -
## 726                 -                                                    -
## 727                 -                                                    -
## 728  One of us snores One of us makes frequent bathroom trips in the night
## 729  One of us snores                                                    -
## 730                 -                                                    -
## 731                 -                                                    -
## 732                 -                                                    -
## 733                 -                                                    -
## 734                 -                                                    -
## 735                 -                                                    -
## 736  One of us snores                                                    -
## 737                 -                                                    -
## 738                 -                                                    -
## 739                 -                                                    -
## 740  One of us snores One of us makes frequent bathroom trips in the night
## 741                 -                                                    -
## 742                 -                                                    -
## 743                 -                                                    -
## 744                 -                                                    -
## 745  One of us snores                                                    -
## 746  One of us snores                                                    -
## 747                 -                                                    -
## 748                 -                                                    -
## 749                 -                                                    -
## 750                 -                                                    -
## 751                 - One of us makes frequent bathroom trips in the night
## 752                 -                                                    -
## 753                 -                                                    -
## 754                 -                                                    -
## 755                 -                                                    -
## 756  One of us snores                                                    -
## 757                 -                                                    -
## 758                 -                                                    -
## 759  One of us snores One of us makes frequent bathroom trips in the night
## 760                 -                                                    -
## 761  One of us snores                                                    -
## 762                 -                                                    -
## 763  One of us snores                                                    -
## 764                 -                                                    -
## 765                 -                                                    -
## 766                 -                                                    -
## 767                 -                                                    -
## 768                 -                                                    -
## 769                 -                                                    -
## 770                 -                                                    -
## 771                 -                                                    -
## 772                 -                                                    -
## 773                 -                                                    -
## 774  One of us snores                                                    -
## 775                 -                                                    -
## 776  One of us snores                                                    -
## 777  One of us snores                                                    -
## 778                 -                                                    -
## 779                 -                                                    -
## 780                 -                                                    -
## 781                 -                                                    -
## 782                 -                                                    -
## 783                 -                                                    -
## 784                 -                                                    -
## 785                 -                                                    -
## 786                 -                                                    -
## 787                 -                                                    -
## 788  One of us snores                                                    -
## 789                 -                                                    -
## 790                 -                                                    -
## 791  One of us snores                                                    -
## 792                 -                                                    -
## 793  One of us snores                                                    -
## 794                 -                                                    -
## 795                 -                                                    -
## 796                 -                                                    -
## 797  One of us snores                                                    -
## 798                 -                                                    -
## 799                 -                                                    -
## 800                 -                                                    -
## 801  One of us snores                                                    -
## 802                 -                                                    -
## 803                 -                                                    -
## 804                 -                                                    -
## 805                 -                                                    -
## 806                 -                                                    -
## 807                 -                                                    -
## 808                 -                                                    -
## 809  One of us snores                                                    -
## 810                 -                                                    -
## 811                 -                                                    -
## 812                 -                                                    -
## 813                 -                                                    -
## 814                 -                                                    -
## 815                 -                                                    -
## 816                 -                                                    -
## 817                 -                                                    -
## 818  One of us snores                                                    -
## 819                 -                                                    -
## 820                 -                                                    -
## 821                 -                                                    -
## 822                 -                                                    -
## 823                 -                                                    -
## 824                 -                                                    -
## 825                 -                                                    -
## 826                 -                                                    -
## 827                 -                                                    -
## 828                 -                                                    -
## 829  One of us snores                                                    -
## 830  One of us snores                                                    -
## 831                 -                                                    -
## 832                 -                                                    -
## 833  One of us snores                                                    -
## 834                 -                                                    -
## 835                 -                                                    -
## 836                 -                                                    -
## 837                 -                                                    -
## 838                 -                                                    -
## 839                 -                                                    -
## 840                 -                                                    -
## 841                 -                                                    -
## 842  One of us snores                                                    -
## 843  One of us snores                                                    -
## 844                 -                                                    -
## 845  One of us snores                                                    -
## 846  One of us snores                                                    -
## 847                 -                                                    -
## 848                 -                                                    -
## 849  One of us snores                                                    -
## 850  One of us snores                                                    -
## 851                 -                                                    -
## 852                 -                                                    -
## 853  One of us snores                                                    -
## 854                 -                                                    -
## 855                 -                                                    -
## 856                 -                                                    -
## 857                 -                                                    -
## 858                 -                                                    -
## 859                 -                                                    -
## 860                 -                                                    -
## 861                 -                                                    -
## 862  One of us snores                                                    -
## 863                 -                                                    -
## 864                 -                                                    -
## 865                 -                                                    -
## 866                 -                                                    -
## 867                 -                                                    -
## 868                 -                                                    -
## 869  One of us snores                                                    -
## 870                 -                                                    -
## 871                 -                                                    -
## 872  One of us snores One of us makes frequent bathroom trips in the night
## 873  One of us snores One of us makes frequent bathroom trips in the night
## 874                 -                                                    -
## 875                 -                                                    -
## 876                 -                                                    -
## 877                 -                                                    -
## 878  One of us snores                                                    -
## 879                 -                                                    -
## 880                 -                                                    -
## 881  One of us snores                                                    -
## 882                 -                                                    -
## 883                 -                                                    -
## 884                 -                                                    -
## 885                 -                                                    -
## 886  One of us snores                                                    -
## 887                 -                                                    -
## 888                 -                                                    -
## 889  One of us snores                                                    -
## 890                 -                                                    -
## 891                 -                                                    -
## 892                 -                                                    -
## 893  One of us snores                                                    -
## 894                 -                                                    -
## 895                 -                                                    -
## 896                 -                                                    -
## 897  One of us snores                                                    -
## 898                 -                                                    -
## 899                 -                                                    -
## 900                 -                                                    -
## 901                 -                                                    -
## 902                 -                                                    -
## 903                 -                                                    -
## 904  One of us snores                                                    -
## 905                 -                                                    -
## 906                 -                                                    -
## 907  One of us snores One of us makes frequent bathroom trips in the night
## 908                 -                                                    -
## 909                 -                                                    -
## 910                 -                                                    -
## 911  One of us snores                                                    -
## 912                 -                                                    -
## 913                 -                                                    -
## 914  One of us snores                                                    -
## 915                 -                                                    -
## 916                 -                                                    -
## 917                 -                                                    -
## 918  One of us snores                                                    -
## 919                 -                                                    -
## 920                 -                                                    -
## 921                 -                                                    -
## 922                 -                                                    -
## 923                 -                                                    -
## 924                 -                                                    -
## 925                 -                                                    -
## 926                 -                                                    -
## 927                 -                                                    -
## 928                 -                                                    -
## 929                 -                                                    -
## 930                 -                                                    -
## 931                 -                                                    -
## 932                 -                                                    -
## 933                 -                                                    -
## 934  One of us snores                                                    -
## 935                 -                                                    -
## 936                 -                                                    -
## 937                 -                                                    -
## 938                 -                                                    -
## 939                 -                                                    -
## 940                 -                                                    -
## 941                 -                                                    -
## 942  One of us snores                                                    -
## 943  One of us snores                                                    -
## 944                 -                                                    -
## 945  One of us snores One of us makes frequent bathroom trips in the night
## 946                 -                                                    -
## 947                 -                                                    -
## 948                 -                                                    -
## 949  One of us snores                                                    -
## 950                 -                                                    -
## 951                 -                                                    -
## 952                 -                                                    -
## 953  One of us snores                                                    -
## 954                 -                                                    -
## 955                 -                                                    -
## 956                 -                                                    -
## 957                 -                                                    -
## 958                 -                                                    -
## 959  One of us snores                                                    -
## 960                 -                                                    -
## 961                 -                                                    -
## 962                 -                                                    -
## 963                 -                                                    -
## 964                 -                                                    -
## 965  One of us snores One of us makes frequent bathroom trips in the night
## 966                 -                                                    -
## 967                 -                                                    -
## 968                 -                                                    -
## 969                 -                                                    -
## 970                 -                                                    -
## 971  One of us snores One of us makes frequent bathroom trips in the night
## 972                 -                                                    -
## 973  One of us snores                                                    -
## 974                 -                                                    -
## 975                 -                                                    -
## 976                 -                                                    -
## 977                 -                                                    -
## 978                 -                                                    -
## 979                 -                                                    -
## 980  One of us snores                                                    -
## 981                 -                                                    -
## 982                 -                                                    -
## 983                 -                                                    -
## 984                 -                                                    -
## 985                 -                                                    -
## 986  One of us snores                                                    -
## 987                 -                                                    -
## 988                 -                                                    -
## 989  One of us snores                                                    -
## 990                 -                                                    -
## 991                 -                                                    -
## 992                 -                                                    -
## 993                 -                                                    -
## 994                 -                                                    -
## 995                 -                                                    -
## 996                 -                                                    -
## 997                 -                                                    -
## 998  One of us snores                                                    -
## 999                 -                                                    -
## 1000 One of us snores                                                    -
## 1001                -                                                    -
## 1002                -                                                    -
## 1003 One of us snores One of us makes frequent bathroom trips in the night
## 1004                -                                                    -
## 1005 One of us snores                                                    -
## 1006                -                                                    -
## 1007                -                                                    -
## 1008                -                                                    -
## 1009 One of us snores One of us makes frequent bathroom trips in the night
## 1010                -                                                    -
## 1011                -                                                    -
## 1012                -                                                    -
## 1013 One of us snores                                                    -
## 1014 One of us snores                                                    -
## 1015                -                                                    -
## 1016 One of us snores                                                    -
## 1017                -                                                    -
## 1018                - One of us makes frequent bathroom trips in the night
## 1019 One of us snores                                                    -
## 1020 One of us snores                                                    -
## 1021 One of us snores                                                    -
## 1022 One of us snores One of us makes frequent bathroom trips in the night
## 1023                -                                                    -
## 1024                -                                                    -
## 1025                -                                                    -
## 1026                -                                                    -
## 1027                -                                                    -
## 1028                -                                                    -
## 1029                -                                                    -
## 1030                - One of us makes frequent bathroom trips in the night
## 1031 One of us snores                                                    -
## 1032                -                                                    -
## 1033                -                                                    -
## 1034                -                                                    -
## 1035 One of us snores One of us makes frequent bathroom trips in the night
## 1036                -                                                    -
## 1037                -                                                    -
## 1038                -                                                    -
## 1039 One of us snores                                                    -
## 1040                -                                                    -
## 1041                -                                                    -
## 1042                -                                                    -
## 1043 One of us snores                                                    -
## 1044                -                                                    -
## 1045                -                                                    -
## 1046                -                                                    -
## 1047                -                                                    -
## 1048                -                                                    -
## 1049                -                                                    -
## 1050                -                                                    -
## 1051 One of us snores                                                    -
## 1052 One of us snores                                                    -
## 1053                -                                                    -
## 1054                -                                                    -
## 1055                -                                                    -
## 1056                -                                                    -
## 1057                -                                                    -
## 1058 One of us snores                                                    -
## 1059                -                                                    -
## 1060                -                                                    -
## 1061 One of us snores                                                    -
## 1062                -                                                    -
## 1063                -                                                    -
## 1064                -                                                    -
## 1065                -                                                    -
## 1066                -                                                    -
## 1067                -                                                    -
## 1068                -                                                    -
## 1069                -                                                    -
## 1070                -                                                    -
## 1071                -                                                    -
## 1072                -                                                    -
## 1073                -                                                    -
## 1074                -                                                    -
## 1075                -                                                    -
## 1076                -                                                    -
## 1077                -                                                    -
## 1078 One of us snores                                                    -
## 1079                -                                                    -
## 1080                -                                                    -
## 1081                -                                                    -
## 1082                -                                                    -
## 1083                -                                                    -
## 1084                -                                                    -
## 1085                -                                                    -
## 1086                -                                                    -
## 1087                -                                                    -
## 1088                -                                                    -
## 1089                -                                                    -
## 1090 One of us snores One of us makes frequent bathroom trips in the night
## 1091                -                                                    -
## 1092                -                                                    -
## 1093                -                                                    -
## 1094                -                                                    -
##                   Sick        No.longer.physically.intimate
## 1    One of us is sick We are no longer physically intimate
## 2    One of us is sick                                    -
## 3    One of us is sick                                    -
## 4                    -                                    -
## 5                    -                                    -
## 6                    -                                    -
## 7                    -                                    -
## 8                    -                                    -
## 9                    -                                    -
## 10                   -                                    -
## 11                   -                                    -
## 12                   -                                    -
## 13                   -                                    -
## 14                   -                                    -
## 15                   -                                    -
## 16                   -                                    -
## 17                   -                                    -
## 18   One of us is sick                                    -
## 19   One of us is sick We are no longer physically intimate
## 20                   -                                    -
## 21                   -                                    -
## 22                   -                                    -
## 23                   -                                    -
## 24                   -                                    -
## 25                   -                                    -
## 26                   -                                    -
## 27                   -                                    -
## 28                   -                                    -
## 29                   -                                    -
## 30                   -                                    -
## 31                   -                                    -
## 32                   -                                    -
## 33                   -                                    -
## 34                   -                                    -
## 35                   -                                    -
## 36                   -                                    -
## 37   One of us is sick                                    -
## 38                   -                                    -
## 39                   -                                    -
## 40                   -                                    -
## 41                   -                                    -
## 42   One of us is sick                                    -
## 43                   -                                    -
## 44                   -                                    -
## 45                   -                                    -
## 46                   -                                    -
## 47                   -                                    -
## 48                   -                                    -
## 49                   -                                    -
## 50                   -                                    -
## 51                   -                                    -
## 52                   -                                    -
## 53                   -                                    -
## 54                   -                                    -
## 55                   -                                    -
## 56                   -                                    -
## 57                   -                                    -
## 58                   -                                    -
## 59                   -                                    -
## 60                   -                                    -
## 61                   -                                    -
## 62                   -                                    -
## 63                   -                                    -
## 64                   -                                    -
## 65                   -                                    -
## 66                   -                                    -
## 67                   -                                    -
## 68                   -                                    -
## 69                   -                                    -
## 70                   -                                    -
## 71                   -                                    -
## 72                   -                                    -
## 73   One of us is sick                                    -
## 74                   -                                    -
## 75                   -                                    -
## 76                   -                                    -
## 77                   -                                    -
## 78                   -                                    -
## 79   One of us is sick                                    -
## 80                   -                                    -
## 81                   -                                    -
## 82                   -                                    -
## 83                   -                                    -
## 84                   - We are no longer physically intimate
## 85                   -                                    -
## 86                   -                                    -
## 87                   -                                    -
## 88                   -                                    -
## 89                   -                                    -
## 90                   -                                    -
## 91   One of us is sick                                    -
## 92                   -                                    -
## 93                   -                                    -
## 94                   -                                    -
## 95                   -                                    -
## 96                   -                                    -
## 97                   -                                    -
## 98   One of us is sick                                    -
## 99                   -                                    -
## 100                  -                                    -
## 101                  -                                    -
## 102                  -                                    -
## 103                  -                                    -
## 104                  -                                    -
## 105                  -                                    -
## 106                  -                                    -
## 107                  -                                    -
## 108                  -                                    -
## 109                  -                                    -
## 110                  -                                    -
## 111                  -                                    -
## 112                  -                                    -
## 113                  -                                    -
## 114                  -                                    -
## 115                  -                                    -
## 116                  -                                    -
## 117                  -                                    -
## 118                  -                                    -
## 119                  -                                    -
## 120                  -                                    -
## 121                  -                                    -
## 122  One of us is sick                                    -
## 123                  -                                    -
## 124                  - We are no longer physically intimate
## 125                  -                                    -
## 126                  -                                    -
## 127                  -                                    -
## 128                  -                                    -
## 129                  -                                    -
## 130                  -                                    -
## 131                  - We are no longer physically intimate
## 132                  -                                    -
## 133                  -                                    -
## 134                  -                                    -
## 135                  - We are no longer physically intimate
## 136                  -                                    -
## 137  One of us is sick                                    -
## 138                  -                                    -
## 139                  -                                    -
## 140                  -                                    -
## 141                  -                                    -
## 142                  -                                    -
## 143                  -                                    -
## 144                  -                                    -
## 145                  -                                    -
## 146                  -                                    -
## 147                  -                                    -
## 148                  -                                    -
## 149                  -                                    -
## 150  One of us is sick                                    -
## 151                  -                                    -
## 152                  -                                    -
## 153                  -                                    -
## 154                  - We are no longer physically intimate
## 155                  -                                    -
## 156                  -                                    -
## 157                  -                                    -
## 158                  -                                    -
## 159                  -                                    -
## 160  One of us is sick                                    -
## 161                  -                                    -
## 162                  -                                    -
## 163                  -                                    -
## 164                  -                                    -
## 165  One of us is sick                                    -
## 166                  -                                    -
## 167                  -                                    -
## 168                  -                                    -
## 169                  -                                    -
## 170                  -                                    -
## 171  One of us is sick                                    -
## 172                  -                                    -
## 173                  -                                    -
## 174  One of us is sick                                    -
## 175                  -                                    -
## 176                  -                                    -
## 177                  -                                    -
## 178                  -                                    -
## 179                  -                                    -
## 180                  -                                    -
## 181                  -                                    -
## 182                  -                                    -
## 183  One of us is sick                                    -
## 184                  -                                    -
## 185                  -                                    -
## 186                  -                                    -
## 187                  -                                    -
## 188                  -                                    -
## 189                  -                                    -
## 190                  -                                    -
## 191                  - We are no longer physically intimate
## 192                  - We are no longer physically intimate
## 193                  -                                    -
## 194                  -                                    -
## 195                  -                                    -
## 196                  -                                    -
## 197                  -                                    -
## 198                  -                                    -
## 199                  -                                    -
## 200  One of us is sick                                    -
## 201                  -                                    -
## 202                  -                                    -
## 203                  -                                    -
## 204                  -                                    -
## 205                  -                                    -
## 206                  - We are no longer physically intimate
## 207  One of us is sick                                    -
## 208                  -                                    -
## 209                  -                                    -
## 210                  -                                    -
## 211                  -                                    -
## 212                  -                                    -
## 213                  -                                    -
## 214                  -                                    -
## 215                  -                                    -
## 216                  -                                    -
## 217                  -                                    -
## 218                  - We are no longer physically intimate
## 219                  -                                    -
## 220                  -                                    -
## 221                  -                                    -
## 222                  -                                    -
## 223                  -                                    -
## 224  One of us is sick                                    -
## 225                  -                                    -
## 226                  -                                    -
## 227                  -                                    -
## 228  One of us is sick We are no longer physically intimate
## 229                  -                                    -
## 230                  -                                    -
## 231                  -                                    -
## 232                  - We are no longer physically intimate
## 233                  -                                    -
## 234  One of us is sick                                    -
## 235                  -                                    -
## 236                  -                                    -
## 237                  -                                    -
## 238  One of us is sick                                    -
## 239                  -                                    -
## 240                  -                                    -
## 241                  -                                    -
## 242                  -                                    -
## 243                  -                                    -
## 244                  -                                    -
## 245                  -                                    -
## 246  One of us is sick                                    -
## 247                  -                                    -
## 248                  -                                    -
## 249                  -                                    -
## 250  One of us is sick                                    -
## 251                  -                                    -
## 252                  -                                    -
## 253                  -                                    -
## 254                  -                                    -
## 255                  -                                    -
## 256                  -                                    -
## 257                  -                                    -
## 258                  -                                    -
## 259                  -                                    -
## 260                  -                                    -
## 261                  -                                    -
## 262                  -                                    -
## 263                  -                                    -
## 264                  -                                    -
## 265                  -                                    -
## 266                  -                                    -
## 267                  -                                    -
## 268                  -                                    -
## 269  One of us is sick                                    -
## 270                  -                                    -
## 271                  -                                    -
## 272                  -                                    -
## 273                  -                                    -
## 274                  -                                    -
## 275                  -                                    -
## 276                  -                                    -
## 277                  -                                    -
## 278                  -                                    -
## 279                  -                                    -
## 280                  -                                    -
## 281  One of us is sick                                    -
## 282                  -                                    -
## 283                  -                                    -
## 284                  -                                    -
## 285                  -                                    -
## 286                  -                                    -
## 287                  - We are no longer physically intimate
## 288  One of us is sick                                    -
## 289                  -                                    -
## 290                  -                                    -
## 291                  -                                    -
## 292                  -                                    -
## 293                  -                                    -
## 294                  -                                    -
## 295                  -                                    -
## 296  One of us is sick                                    -
## 297                  -                                    -
## 298                  -                                    -
## 299                  -                                    -
## 300                  -                                    -
## 301                  -                                    -
## 302                  -                                    -
## 303                  -                                    -
## 304                  -                                    -
## 305                  -                                    -
## 306                  -                                    -
## 307                  -                                    -
## 308                  -                                    -
## 309                  -                                    -
## 310                  -                                    -
## 311                  -                                    -
## 312                  -                                    -
## 313                  -                                    -
## 314                  -                                    -
## 315                  -                                    -
## 316                  -                                    -
## 317                  -                                    -
## 318  One of us is sick                                    -
## 319  One of us is sick                                    -
## 320                  -                                    -
## 321                  -                                    -
## 322                  -                                    -
## 323  One of us is sick                                    -
## 324                  -                                    -
## 325                  -                                    -
## 326                  -                                    -
## 327                  -                                    -
## 328                  -                                    -
## 329                  -                                    -
## 330                  -                                    -
## 331                  -                                    -
## 332                  -                                    -
## 333                  -                                    -
## 334  One of us is sick                                    -
## 335                  -                                    -
## 336                  -                                    -
## 337                  -                                    -
## 338  One of us is sick                                    -
## 339                  -                                    -
## 340                  - We are no longer physically intimate
## 341                  -                                    -
## 342                  -                                    -
## 343                  -                                    -
## 344                  -                                    -
## 345  One of us is sick                                    -
## 346                  - We are no longer physically intimate
## 347                  -                                    -
## 348                  -                                    -
## 349                  -                                    -
## 350                  -                                    -
## 351  One of us is sick                                    -
## 352                  -                                    -
## 353                  -                                    -
## 354                  -                                    -
## 355                  -                                    -
## 356                  -                                    -
## 357                  -                                    -
## 358  One of us is sick                                    -
## 359                  -                                    -
## 360                  -                                    -
## 361                  -                                    -
## 362                  -                                    -
## 363                  -                                    -
## 364                  -                                    -
## 365                  -                                    -
## 366                  -                                    -
## 367                  -                                    -
## 368                  -                                    -
## 369                  -                                    -
## 370                  -                                    -
## 371                  -                                    -
## 372                  -                                    -
## 373                  -                                    -
## 374                  -                                    -
## 375                  -                                    -
## 376                  -                                    -
## 377                  -                                    -
## 378                  -                                    -
## 379  One of us is sick                                    -
## 380                  -                                    -
## 381                  -                                    -
## 382                  -                                    -
## 383                  -                                    -
## 384                  -                                    -
## 385                  -                                    -
## 386                  -                                    -
## 387                  -                                    -
## 388                  -                                    -
## 389                  -                                    -
## 390                  -                                    -
## 391                  -                                    -
## 392                  -                                    -
## 393                  -                                    -
## 394                  -                                    -
## 395                  -                                    -
## 396  One of us is sick                                    -
## 397                  -                                    -
## 398                  -                                    -
## 399                  -                                    -
## 400                  -                                    -
## 401                  -                                    -
## 402                  -                                    -
## 403                  -                                    -
## 404                  -                                    -
## 405                  -                                    -
## 406                  -                                    -
## 407  One of us is sick                                    -
## 408                  -                                    -
## 409                  -                                    -
## 410                  -                                    -
## 411                  -                                    -
## 412                  -                                    -
## 413                  -                                    -
## 414                  -                                    -
## 415                  -                                    -
## 416  One of us is sick                                    -
## 417                  -                                    -
## 418                  -                                    -
## 419  One of us is sick                                    -
## 420                  -                                    -
## 421                  -                                    -
## 422                  -                                    -
## 423                  - We are no longer physically intimate
## 424                  -                                    -
## 425                  -                                    -
## 426                  -                                    -
## 427                  -                                    -
## 428                  -                                    -
## 429                  -                                    -
## 430                  -                                    -
## 431  One of us is sick                                    -
## 432                  -                                    -
## 433                  -                                    -
## 434                  - We are no longer physically intimate
## 435                  -                                    -
## 436  One of us is sick                                    -
## 437                  -                                    -
## 438                  -                                    -
## 439                  -                                    -
## 440                  -                                    -
## 441                  -                                    -
## 442                  -                                    -
## 443                  -                                    -
## 444                  -                                    -
## 445                  -                                    -
## 446                  -                                    -
## 447                  -                                    -
## 448                  -                                    -
## 449                  -                                    -
## 450                  - We are no longer physically intimate
## 451                  -                                    -
## 452                  -                                    -
## 453                  -                                    -
## 454                  -                                    -
## 455                  -                                    -
## 456                  -                                    -
## 457                  -                                    -
## 458                  -                                    -
## 459                  -                                    -
## 460                  -                                    -
## 461                  -                                    -
## 462                  -                                    -
## 463                  -                                    -
## 464                  -                                    -
## 465                  -                                    -
## 466                  -                                    -
## 467                  -                                    -
## 468                  -                                    -
## 469                  -                                    -
## 470  One of us is sick                                    -
## 471                  -                                    -
## 472                  -                                    -
## 473                  -                                    -
## 474  One of us is sick                                    -
## 475                  -                                    -
## 476                  -                                    -
## 477                  -                                    -
## 478                  -                                    -
## 479                  -                                    -
## 480                  -                                    -
## 481  One of us is sick                                    -
## 482                  -                                    -
## 483                  -                                    -
## 484                  -                                    -
## 485                  -                                    -
## 486                  -                                    -
## 487                  -                                    -
## 488                  -                                    -
## 489                  -                                    -
## 490                  -                                    -
## 491  One of us is sick                                    -
## 492                  -                                    -
## 493  One of us is sick                                    -
## 494                  -                                    -
## 495                  -                                    -
## 496  One of us is sick                                    -
## 497                  -                                    -
## 498  One of us is sick                                    -
## 499                  -                                    -
## 500                  -                                    -
## 501                  -                                    -
## 502                  -                                    -
## 503                  -                                    -
## 504  One of us is sick                                    -
## 505                  -                                    -
## 506  One of us is sick                                    -
## 507                  -                                    -
## 508                  -                                    -
## 509                  -                                    -
## 510                  -                                    -
## 511                  -                                    -
## 512                  -                                    -
## 513                  -                                    -
## 514                  -                                    -
## 515                  -                                    -
## 516                  -                                    -
## 517                  -                                    -
## 518                  -                                    -
## 519                  -                                    -
## 520                  -                                    -
## 521                  -                                    -
## 522                  -                                    -
## 523                  -                                    -
## 524                  -                                    -
## 525                  -                                    -
## 526                  -                                    -
## 527                  -                                    -
## 528                  -                                    -
## 529  One of us is sick                                    -
## 530                  -                                    -
## 531                  -                                    -
## 532                  -                                    -
## 533                  -                                    -
## 534                  -                                    -
## 535                  -                                    -
## 536                  -                                    -
## 537                  -                                    -
## 538                  -                                    -
## 539                  -                                    -
## 540                  -                                    -
## 541                  -                                    -
## 542  One of us is sick                                    -
## 543                  -                                    -
## 544                  -                                    -
## 545                  -                                    -
## 546                  -                                    -
## 547  One of us is sick                                    -
## 548                  -                                    -
## 549                  -                                    -
## 550  One of us is sick                                    -
## 551                  -                                    -
## 552                  -                                    -
## 553                  -                                    -
## 554                  -                                    -
## 555                  -                                    -
## 556                  -                                    -
## 557                  -                                    -
## 558                  -                                    -
## 559                  -                                    -
## 560                  -                                    -
## 561                  -                                    -
## 562                  -                                    -
## 563                  -                                    -
## 564                  -                                    -
## 565                  -                                    -
## 566                  -                                    -
## 567                  -                                    -
## 568                  -                                    -
## 569                  -                                    -
## 570                  -                                    -
## 571                  - We are no longer physically intimate
## 572                  -                                    -
## 573                  -                                    -
## 574                  -                                    -
## 575                  -                                    -
## 576                  -                                    -
## 577                  -                                    -
## 578                  -                                    -
## 579                  -                                    -
## 580                  -                                    -
## 581                  -                                    -
## 582                  -                                    -
## 583                  -                                    -
## 584                  -                                    -
## 585  One of us is sick                                    -
## 586                  -                                    -
## 587                  -                                    -
## 588                  -                                    -
## 589                  -                                    -
## 590  One of us is sick                                    -
## 591                  -                                    -
## 592  One of us is sick                                    -
## 593                  -                                    -
## 594                  -                                    -
## 595                  -                                    -
## 596                  -                                    -
## 597  One of us is sick                                    -
## 598                  -                                    -
## 599                  -                                    -
## 600                  -                                    -
## 601                  -                                    -
## 602                  -                                    -
## 603                  -                                    -
## 604  One of us is sick                                    -
## 605  One of us is sick                                    -
## 606                  -                                    -
## 607                  -                                    -
## 608                  -                                    -
## 609                  -                                    -
## 610                  -                                    -
## 611                  -                                    -
## 612                  -                                    -
## 613                  -                                    -
## 614                  -                                    -
## 615                  -                                    -
## 616                  -                                    -
## 617                  -                                    -
## 618                  -                                    -
## 619  One of us is sick                                    -
## 620                  -                                    -
## 621                  -                                    -
## 622  One of us is sick                                    -
## 623                  -                                    -
## 624                  -                                    -
## 625                  -                                    -
## 626                  -                                    -
## 627                  -                                    -
## 628                  -                                    -
## 629                  -                                    -
## 630                  -                                    -
## 631                  -                                    -
## 632                  -                                    -
## 633                  -                                    -
## 634  One of us is sick                                    -
## 635                  -                                    -
## 636  One of us is sick                                    -
## 637                  -                                    -
## 638                  -                                    -
## 639                  -                                    -
## 640                  -                                    -
## 641                  -                                    -
## 642                  -                                    -
## 643                  -                                    -
## 644                  -                                    -
## 645  One of us is sick                                    -
## 646                  -                                    -
## 647                  -                                    -
## 648                  -                                    -
## 649                  -                                    -
## 650                  -                                    -
## 651                  -                                    -
## 652  One of us is sick                                    -
## 653                  -                                    -
## 654                  -                                    -
## 655                  -                                    -
## 656                  -                                    -
## 657                  -                                    -
## 658                  -                                    -
## 659  One of us is sick                                    -
## 660                  -                                    -
## 661  One of us is sick                                    -
## 662                  -                                    -
## 663  One of us is sick                                    -
## 664                  -                                    -
## 665                  -                                    -
## 666                  -                                    -
## 667  One of us is sick                                    -
## 668                  -                                    -
## 669                  -                                    -
## 670                  -                                    -
## 671                  -                                    -
## 672                  -                                    -
## 673                  -                                    -
## 674                  -                                    -
## 675                  -                                    -
## 676                  -                                    -
## 677                  - We are no longer physically intimate
## 678                  -                                    -
## 679                  -                                    -
## 680                  -                                    -
## 681                  -                                    -
## 682                  -                                    -
## 683                  -                                    -
## 684                  -                                    -
## 685  One of us is sick                                    -
## 686                  -                                    -
## 687                  -                                    -
## 688                  -                                    -
## 689                  -                                    -
## 690                  -                                    -
## 691                  -                                    -
## 692                  -                                    -
## 693                  -                                    -
## 694                  -                                    -
## 695  One of us is sick                                    -
## 696                  -                                    -
## 697                  -                                    -
## 698                  -                                    -
## 699                  -                                    -
## 700                  -                                    -
## 701                  -                                    -
## 702                  -                                    -
## 703                  -                                    -
## 704                  -                                    -
## 705                  - We are no longer physically intimate
## 706                  -                                    -
## 707                  -                                    -
## 708  One of us is sick                                    -
## 709                  -                                    -
## 710                  -                                    -
## 711                  -                                    -
## 712                  -                                    -
## 713                  - We are no longer physically intimate
## 714                  -                                    -
## 715                  -                                    -
## 716                  -                                    -
## 717                  -                                    -
## 718  One of us is sick                                    -
## 719                  -                                    -
## 720                  -                                    -
## 721                  -                                    -
## 722                  -                                    -
## 723                  -                                    -
## 724                  -                                    -
## 725                  -                                    -
## 726  One of us is sick                                    -
## 727                  -                                    -
## 728                  - We are no longer physically intimate
## 729                  -                                    -
## 730                  -                                    -
## 731                  -                                    -
## 732                  -                                    -
## 733                  - We are no longer physically intimate
## 734                  -                                    -
## 735                  -                                    -
## 736                  -                                    -
## 737                  -                                    -
## 738                  -                                    -
## 739                  -                                    -
## 740                  -                                    -
## 741  One of us is sick                                    -
## 742                  -                                    -
## 743                  -                                    -
## 744                  -                                    -
## 745                  -                                    -
## 746                  -                                    -
## 747                  -                                    -
## 748                  -                                    -
## 749                  -                                    -
## 750                  -                                    -
## 751                  -                                    -
## 752                  -                                    -
## 753                  -                                    -
## 754                  -                                    -
## 755                  -                                    -
## 756                  -                                    -
## 757  One of us is sick                                    -
## 758                  -                                    -
## 759  One of us is sick                                    -
## 760                  -                                    -
## 761                  -                                    -
## 762                  -                                    -
## 763                  -                                    -
## 764                  -                                    -
## 765                  - We are no longer physically intimate
## 766                  -                                    -
## 767                  -                                    -
## 768                  -                                    -
## 769                  -                                    -
## 770                  -                                    -
## 771                  -                                    -
## 772                  -                                    -
## 773                  -                                    -
## 774                  -                                    -
## 775                  -                                    -
## 776  One of us is sick                                    -
## 777                  -                                    -
## 778                  -                                    -
## 779                  -                                    -
## 780                  -                                    -
## 781                  -                                    -
## 782                  -                                    -
## 783                  -                                    -
## 784  One of us is sick                                    -
## 785                  -                                    -
## 786                  -                                    -
## 787                  -                                    -
## 788                  -                                    -
## 789                  -                                    -
## 790                  -                                    -
## 791                  -                                    -
## 792                  -                                    -
## 793                  - We are no longer physically intimate
## 794  One of us is sick                                    -
## 795                  -                                    -
## 796                  -                                    -
## 797                  -                                    -
## 798                  -                                    -
## 799                  -                                    -
## 800                  -                                    -
## 801                  -                                    -
## 802  One of us is sick                                    -
## 803                  -                                    -
## 804                  - We are no longer physically intimate
## 805                  -                                    -
## 806                  -                                    -
## 807                  -                                    -
## 808                  -                                    -
## 809                  -                                    -
## 810                  -                                    -
## 811                  -                                    -
## 812                  -                                    -
## 813                  -                                    -
## 814                  -                                    -
## 815                  -                                    -
## 816                  -                                    -
## 817                  -                                    -
## 818                  -                                    -
## 819                  -                                    -
## 820                  -                                    -
## 821                  -                                    -
## 822                  -                                    -
## 823                  -                                    -
## 824  One of us is sick                                    -
## 825                  -                                    -
## 826                  -                                    -
## 827                  -                                    -
## 828  One of us is sick                                    -
## 829  One of us is sick We are no longer physically intimate
## 830                  -                                    -
## 831  One of us is sick                                    -
## 832                  -                                    -
## 833                  -                                    -
## 834                  -                                    -
## 835                  -                                    -
## 836                  -                                    -
## 837  One of us is sick                                    -
## 838  One of us is sick                                    -
## 839                  -                                    -
## 840                  -                                    -
## 841                  -                                    -
## 842  One of us is sick                                    -
## 843                  -                                    -
## 844                  -                                    -
## 845                  -                                    -
## 846                  -                                    -
## 847                  -                                    -
## 848                  -                                    -
## 849                  -                                    -
## 850                  -                                    -
## 851                  -                                    -
## 852                  -                                    -
## 853  One of us is sick                                    -
## 854                  -                                    -
## 855                  -                                    -
## 856                  -                                    -
## 857                  -                                    -
## 858                  -                                    -
## 859                  -                                    -
## 860                  -                                    -
## 861                  -                                    -
## 862                  -                                    -
## 863                  - We are no longer physically intimate
## 864                  -                                    -
## 865                  -                                    -
## 866                  -                                    -
## 867                  -                                    -
## 868                  -                                    -
## 869                  -                                    -
## 870                  -                                    -
## 871  One of us is sick                                    -
## 872  One of us is sick We are no longer physically intimate
## 873                  -                                    -
## 874                  -                                    -
## 875                  - We are no longer physically intimate
## 876                  -                                    -
## 877  One of us is sick                                    -
## 878  One of us is sick                                    -
## 879                  -                                    -
## 880                  -                                    -
## 881                  -                                    -
## 882                  -                                    -
## 883                  -                                    -
## 884                  -                                    -
## 885                  -                                    -
## 886                  -                                    -
## 887                  -                                    -
## 888                  -                                    -
## 889  One of us is sick                                    -
## 890  One of us is sick                                    -
## 891                  -                                    -
## 892                  -                                    -
## 893                  -                                    -
## 894                  -                                    -
## 895                  -                                    -
## 896                  -                                    -
## 897                  -                                    -
## 898                  -                                    -
## 899  One of us is sick                                    -
## 900                  -                                    -
## 901                  -                                    -
## 902                  -                                    -
## 903  One of us is sick                                    -
## 904                  -                                    -
## 905                  -                                    -
## 906                  -                                    -
## 907                  -                                    -
## 908                  -                                    -
## 909                  -                                    -
## 910                  -                                    -
## 911  One of us is sick                                    -
## 912                  -                                    -
## 913                  -                                    -
## 914                  -                                    -
## 915                  -                                    -
## 916  One of us is sick                                    -
## 917                  -                                    -
## 918                  -                                    -
## 919                  -                                    -
## 920                  -                                    -
## 921                  -                                    -
## 922                  -                                    -
## 923                  -                                    -
## 924                  -                                    -
## 925                  -                                    -
## 926                  -                                    -
## 927                  -                                    -
## 928                  -                                    -
## 929                  -                                    -
## 930                  -                                    -
## 931                  -                                    -
## 932                  -                                    -
## 933                  -                                    -
## 934                  -                                    -
## 935                  -                                    -
## 936                  -                                    -
## 937                  -                                    -
## 938                  -                                    -
## 939                  -                                    -
## 940                  -                                    -
## 941                  -                                    -
## 942                  -                                    -
## 943  One of us is sick                                    -
## 944  One of us is sick                                    -
## 945  One of us is sick                                    -
## 946                  -                                    -
## 947                  -                                    -
## 948                  -                                    -
## 949                  -                                    -
## 950                  -                                    -
## 951                  -                                    -
## 952                  -                                    -
## 953                  -                                    -
## 954                  -                                    -
## 955                  -                                    -
## 956                  -                                    -
## 957                  -                                    -
## 958                  -                                    -
## 959  One of us is sick                                    -
## 960                  -                                    -
## 961                  -                                    -
## 962                  -                                    -
## 963                  -                                    -
## 964                  -                                    -
## 965                  -                                    -
## 966  One of us is sick                                    -
## 967                  -                                    -
## 968                  -                                    -
## 969                  -                                    -
## 970                  -                                    -
## 971                  -                                    -
## 972                  -                                    -
## 973  One of us is sick                                    -
## 974                  -                                    -
## 975                  -                                    -
## 976                  -                                    -
## 977                  -                                    -
## 978                  -                                    -
## 979                  -                                    -
## 980  One of us is sick                                    -
## 981                  -                                    -
## 982                  -                                    -
## 983                  -                                    -
## 984                  -                                    -
## 985                  -                                    -
## 986                  -                                    -
## 987                  -                                    -
## 988                  -                                    -
## 989                  -                                    -
## 990                  -                                    -
## 991                  -                                    -
## 992                  -                                    -
## 993                  -                                    -
## 994                  -                                    -
## 995                  -                                    -
## 996                  -                                    -
## 997                  -                                    -
## 998                  -                                    -
## 999                  -                                    -
## 1000                 -                                    -
## 1001                 -                                    -
## 1002                 -                                    -
## 1003                 -                                    -
## 1004                 -                                    -
## 1005                 -                                    -
## 1006                 -                                    -
## 1007                 -                                    -
## 1008                 -                                    -
## 1009 One of us is sick                                    -
## 1010                 -                                    -
## 1011                 -                                    -
## 1012                 -                                    -
## 1013                 -                                    -
## 1014                 -                                    -
## 1015 One of us is sick                                    -
## 1016                 -                                    -
## 1017                 -                                    -
## 1018 One of us is sick                                    -
## 1019                 -                                    -
## 1020 One of us is sick                                    -
## 1021                 -                                    -
## 1022                 -                                    -
## 1023                 -                                    -
## 1024                 -                                    -
## 1025 One of us is sick                                    -
## 1026                 -                                    -
## 1027                 -                                    -
## 1028                 -                                    -
## 1029                 -                                    -
## 1030                 -                                    -
## 1031 One of us is sick                                    -
## 1032                 -                                    -
## 1033                 -                                    -
## 1034                 -                                    -
## 1035                 -                                    -
## 1036                 -                                    -
## 1037                 -                                    -
## 1038                 -                                    -
## 1039                 - We are no longer physically intimate
## 1040                 -                                    -
## 1041                 -                                    -
## 1042 One of us is sick                                    -
## 1043                 -                                    -
## 1044                 -                                    -
## 1045                 -                                    -
## 1046                 -                                    -
## 1047                 -                                    -
## 1048                 -                                    -
## 1049                 -                                    -
## 1050                 -                                    -
## 1051                 -                                    -
## 1052 One of us is sick                                    -
## 1053                 -                                    -
## 1054                 -                                    -
## 1055 One of us is sick                                    -
## 1056                 -                                    -
## 1057                 -                                    -
## 1058 One of us is sick                                    -
## 1059                 -                                    -
## 1060                 -                                    -
## 1061                 -                                    -
## 1062                 -                                    -
## 1063                 -                                    -
## 1064                 -                                    -
## 1065                 -                                    -
## 1066                 -                                    -
## 1067                 -                                    -
## 1068                 -                                    -
## 1069                 -                                    -
## 1070                 -                                    -
## 1071 One of us is sick                                    -
## 1072                 -                                    -
## 1073                 -                                    -
## 1074                 -                                    -
## 1075 One of us is sick                                    -
## 1076                 -                                    -
## 1077                 -                                    -
## 1078                 -                                    -
## 1079 One of us is sick                                    -
## 1080                 -                                    -
## 1081                 -                                    -
## 1082                 -                                    -
## 1083                 -                                    -
## 1084                 -                                    -
## 1085                 -                                    -
## 1086                 -                                    -
## 1087                 -                                    -
## 1088 One of us is sick                                    -
## 1089                 -                                    -
## 1090 One of us is sick                                    -
## 1091                 -                                    -
## 1092                 -                                    -
## 1093                 -                                    -
## 1094                 -                                    -
##                           prefer.different.room.temperature
## 1    We have different temperature preferences for the room
## 2                                                         -
## 3                                                         -
## 4                                                         -
## 5                                                         -
## 6                                                         -
## 7                                                         -
## 8                                                         -
## 9                                                         -
## 10                                                        -
## 11                                                        -
## 12                                                        -
## 13                                                        -
## 14                                                        -
## 15                                                        -
## 16                                                        -
## 17   We have different temperature preferences for the room
## 18                                                        -
## 19                                                        -
## 20                                                        -
## 21                                                        -
## 22                                                        -
## 23                                                        -
## 24                                                        -
## 25                                                        -
## 26                                                        -
## 27                                                        -
## 28                                                        -
## 29                                                        -
## 30                                                        -
## 31                                                        -
## 32                                                        -
## 33                                                        -
## 34                                                        -
## 35                                                        -
## 36                                                        -
## 37                                                        -
## 38                                                        -
## 39                                                        -
## 40                                                        -
## 41                                                        -
## 42                                                        -
## 43                                                        -
## 44                                                        -
## 45                                                        -
## 46                                                        -
## 47                                                        -
## 48                                                        -
## 49                                                        -
## 50                                                        -
## 51                                                        -
## 52                                                        -
## 53                                                        -
## 54                                                        -
## 55                                                        -
## 56                                                        -
## 57   We have different temperature preferences for the room
## 58                                                        -
## 59                                                        -
## 60                                                        -
## 61                                                        -
## 62                                                        -
## 63                                                        -
## 64                                                        -
## 65                                                        -
## 66                                                        -
## 67                                                        -
## 68                                                        -
## 69                                                        -
## 70                                                        -
## 71                                                        -
## 72                                                        -
## 73                                                        -
## 74                                                        -
## 75                                                        -
## 76                                                        -
## 77                                                        -
## 78                                                        -
## 79                                                        -
## 80                                                        -
## 81                                                        -
## 82                                                        -
## 83                                                        -
## 84                                                        -
## 85                                                        -
## 86                                                        -
## 87                                                        -
## 88                                                        -
## 89                                                        -
## 90                                                        -
## 91                                                        -
## 92                                                        -
## 93                                                        -
## 94                                                        -
## 95                                                        -
## 96                                                        -
## 97                                                        -
## 98                                                        -
## 99                                                        -
## 100                                                       -
## 101                                                       -
## 102                                                       -
## 103                                                       -
## 104                                                       -
## 105                                                       -
## 106                                                       -
## 107                                                       -
## 108                                                       -
## 109                                                       -
## 110                                                       -
## 111                                                       -
## 112                                                       -
## 113                                                       -
## 114                                                       -
## 115                                                       -
## 116                                                       -
## 117                                                       -
## 118                                                       -
## 119                                                       -
## 120                                                       -
## 121                                                       -
## 122                                                       -
## 123                                                       -
## 124                                                       -
## 125                                                       -
## 126                                                       -
## 127                                                       -
## 128                                                       -
## 129                                                       -
## 130                                                       -
## 131                                                       -
## 132                                                       -
## 133                                                       -
## 134                                                       -
## 135                                                       -
## 136                                                       -
## 137                                                       -
## 138                                                       -
## 139                                                       -
## 140                                                       -
## 141                                                       -
## 142                                                       -
## 143                                                       -
## 144                                                       -
## 145                                                       -
## 146                                                       -
## 147                                                       -
## 148                                                       -
## 149                                                       -
## 150                                                       -
## 151                                                       -
## 152                                                       -
## 153                                                       -
## 154                                                       -
## 155                                                       -
## 156                                                       -
## 157                                                       -
## 158                                                       -
## 159                                                       -
## 160                                                       -
## 161                                                       -
## 162                                                       -
## 163                                                       -
## 164                                                       -
## 165                                                       -
## 166  We have different temperature preferences for the room
## 167                                                       -
## 168  We have different temperature preferences for the room
## 169                                                       -
## 170                                                       -
## 171                                                       -
## 172  We have different temperature preferences for the room
## 173                                                       -
## 174                                                       -
## 175                                                       -
## 176                                                       -
## 177                                                       -
## 178                                                       -
## 179                                                       -
## 180                                                       -
## 181                                                       -
## 182                                                       -
## 183                                                       -
## 184                                                       -
## 185                                                       -
## 186                                                       -
## 187                                                       -
## 188                                                       -
## 189                                                       -
## 190                                                       -
## 191                                                       -
## 192                                                       -
## 193                                                       -
## 194                                                       -
## 195                                                       -
## 196                                                       -
## 197                                                       -
## 198                                                       -
## 199                                                       -
## 200                                                       -
## 201                                                       -
## 202                                                       -
## 203                                                       -
## 204                                                       -
## 205  We have different temperature preferences for the room
## 206  We have different temperature preferences for the room
## 207  We have different temperature preferences for the room
## 208                                                       -
## 209                                                       -
## 210                                                       -
## 211                                                       -
## 212                                                       -
## 213                                                       -
## 214                                                       -
## 215                                                       -
## 216                                                       -
## 217                                                       -
## 218                                                       -
## 219                                                       -
## 220                                                       -
## 221                                                       -
## 222                                                       -
## 223                                                       -
## 224                                                       -
## 225  We have different temperature preferences for the room
## 226                                                       -
## 227                                                       -
## 228                                                       -
## 229                                                       -
## 230                                                       -
## 231                                                       -
## 232  We have different temperature preferences for the room
## 233                                                       -
## 234                                                       -
## 235                                                       -
## 236                                                       -
## 237                                                       -
## 238                                                       -
## 239                                                       -
## 240                                                       -
## 241                                                       -
## 242                                                       -
## 243                                                       -
## 244                                                       -
## 245  We have different temperature preferences for the room
## 246                                                       -
## 247                                                       -
## 248  We have different temperature preferences for the room
## 249                                                       -
## 250                                                       -
## 251                                                       -
## 252                                                       -
## 253                                                       -
## 254                                                       -
## 255                                                       -
## 256                                                       -
## 257                                                       -
## 258                                                       -
## 259                                                       -
## 260                                                       -
## 261                                                       -
## 262  We have different temperature preferences for the room
## 263                                                       -
## 264                                                       -
## 265                                                       -
## 266                                                       -
## 267                                                       -
## 268                                                       -
## 269                                                       -
## 270                                                       -
## 271                                                       -
## 272  We have different temperature preferences for the room
## 273                                                       -
## 274                                                       -
## 275                                                       -
## 276                                                       -
## 277                                                       -
## 278                                                       -
## 279                                                       -
## 280                                                       -
## 281                                                       -
## 282                                                       -
## 283                                                       -
## 284                                                       -
## 285                                                       -
## 286  We have different temperature preferences for the room
## 287  We have different temperature preferences for the room
## 288                                                       -
## 289                                                       -
## 290                                                       -
## 291                                                       -
## 292  We have different temperature preferences for the room
## 293                                                       -
## 294  We have different temperature preferences for the room
## 295                                                       -
## 296                                                       -
## 297                                                       -
## 298                                                       -
## 299                                                       -
## 300                                                       -
## 301                                                       -
## 302  We have different temperature preferences for the room
## 303                                                       -
## 304                                                       -
## 305                                                       -
## 306                                                       -
## 307                                                       -
## 308                                                       -
## 309                                                       -
## 310                                                       -
## 311                                                       -
## 312                                                       -
## 313                                                       -
## 314                                                       -
## 315                                                       -
## 316                                                       -
## 317                                                       -
## 318                                                       -
## 319                                                       -
## 320                                                       -
## 321                                                       -
## 322                                                       -
## 323                                                       -
## 324                                                       -
## 325                                                       -
## 326  We have different temperature preferences for the room
## 327                                                       -
## 328                                                       -
## 329                                                       -
## 330                                                       -
## 331                                                       -
## 332                                                       -
## 333                                                       -
## 334                                                       -
## 335                                                       -
## 336                                                       -
## 337                                                       -
## 338                                                       -
## 339                                                       -
## 340                                                       -
## 341                                                       -
## 342                                                       -
## 343                                                       -
## 344                                                       -
## 345                                                       -
## 346                                                       -
## 347  We have different temperature preferences for the room
## 348                                                       -
## 349                                                       -
## 350                                                       -
## 351                                                       -
## 352                                                       -
## 353                                                       -
## 354                                                       -
## 355                                                       -
## 356                                                       -
## 357                                                       -
## 358                                                       -
## 359                                                       -
## 360                                                       -
## 361                                                       -
## 362                                                       -
## 363                                                       -
## 364                                                       -
## 365                                                       -
## 366                                                       -
## 367                                                       -
## 368                                                       -
## 369                                                       -
## 370                                                       -
## 371                                                       -
## 372                                                       -
## 373                                                       -
## 374                                                       -
## 375                                                       -
## 376                                                       -
## 377                                                       -
## 378                                                       -
## 379                                                       -
## 380                                                       -
## 381                                                       -
## 382                                                       -
## 383                                                       -
## 384                                                       -
## 385                                                       -
## 386                                                       -
## 387                                                       -
## 388                                                       -
## 389                                                       -
## 390                                                       -
## 391                                                       -
## 392                                                       -
## 393                                                       -
## 394                                                       -
## 395                                                       -
## 396                                                       -
## 397                                                       -
## 398                                                       -
## 399                                                       -
## 400                                                       -
## 401                                                       -
## 402                                                       -
## 403                                                       -
## 404                                                       -
## 405                                                       -
## 406                                                       -
## 407                                                       -
## 408                                                       -
## 409                                                       -
## 410                                                       -
## 411                                                       -
## 412  We have different temperature preferences for the room
## 413                                                       -
## 414                                                       -
## 415                                                       -
## 416                                                       -
## 417                                                       -
## 418                                                       -
## 419                                                       -
## 420                                                       -
## 421                                                       -
## 422                                                       -
## 423                                                       -
## 424                                                       -
## 425                                                       -
## 426                                                       -
## 427                                                       -
## 428  We have different temperature preferences for the room
## 429  We have different temperature preferences for the room
## 430                                                       -
## 431                                                       -
## 432                                                       -
## 433                                                       -
## 434                                                       -
## 435                                                       -
## 436                                                       -
## 437                                                       -
## 438                                                       -
## 439                                                       -
## 440                                                       -
## 441                                                       -
## 442                                                       -
## 443                                                       -
## 444                                                       -
## 445                                                       -
## 446                                                       -
## 447                                                       -
## 448                                                       -
## 449                                                       -
## 450                                                       -
## 451                                                       -
## 452                                                       -
## 453                                                       -
## 454                                                       -
## 455                                                       -
## 456                                                       -
## 457                                                       -
## 458                                                       -
## 459                                                       -
## 460                                                       -
## 461  We have different temperature preferences for the room
## 462                                                       -
## 463                                                       -
## 464                                                       -
## 465                                                       -
## 466                                                       -
## 467                                                       -
## 468                                                       -
## 469                                                       -
## 470                                                       -
## 471                                                       -
## 472                                                       -
## 473                                                       -
## 474                                                       -
## 475                                                       -
## 476                                                       -
## 477                                                       -
## 478                                                       -
## 479                                                       -
## 480                                                       -
## 481  We have different temperature preferences for the room
## 482                                                       -
## 483                                                       -
## 484                                                       -
## 485                                                       -
## 486                                                       -
## 487                                                       -
## 488                                                       -
## 489                                                       -
## 490                                                       -
## 491                                                       -
## 492                                                       -
## 493                                                       -
## 494                                                       -
## 495                                                       -
## 496                                                       -
## 497                                                       -
## 498                                                       -
## 499                                                       -
## 500                                                       -
## 501                                                       -
## 502                                                       -
## 503                                                       -
## 504                                                       -
## 505                                                       -
## 506                                                       -
## 507                                                       -
## 508                                                       -
## 509                                                       -
## 510                                                       -
## 511                                                       -
## 512                                                       -
## 513                                                       -
## 514                                                       -
## 515                                                       -
## 516                                                       -
## 517                                                       -
## 518                                                       -
## 519                                                       -
## 520                                                       -
## 521                                                       -
## 522                                                       -
## 523                                                       -
## 524                                                       -
## 525                                                       -
## 526                                                       -
## 527                                                       -
## 528                                                       -
## 529                                                       -
## 530                                                       -
## 531                                                       -
## 532                                                       -
## 533                                                       -
## 534                                                       -
## 535                                                       -
## 536                                                       -
## 537                                                       -
## 538                                                       -
## 539                                                       -
## 540                                                       -
## 541                                                       -
## 542                                                       -
## 543                                                       -
## 544                                                       -
## 545                                                       -
## 546                                                       -
## 547                                                       -
## 548                                                       -
## 549                                                       -
## 550                                                       -
## 551                                                       -
## 552                                                       -
## 553                                                       -
## 554                                                       -
## 555                                                       -
## 556                                                       -
## 557                                                       -
## 558                                                       -
## 559                                                       -
## 560                                                       -
## 561                                                       -
## 562                                                       -
## 563                                                       -
## 564                                                       -
## 565                                                       -
## 566                                                       -
## 567                                                       -
## 568                                                       -
## 569                                                       -
## 570                                                       -
## 571  We have different temperature preferences for the room
## 572                                                       -
## 573                                                       -
## 574                                                       -
## 575                                                       -
## 576                                                       -
## 577                                                       -
## 578                                                       -
## 579                                                       -
## 580                                                       -
## 581                                                       -
## 582                                                       -
## 583                                                       -
## 584                                                       -
## 585                                                       -
## 586                                                       -
## 587                                                       -
## 588                                                       -
## 589                                                       -
## 590                                                       -
## 591                                                       -
## 592  We have different temperature preferences for the room
## 593                                                       -
## 594                                                       -
## 595                                                       -
## 596  We have different temperature preferences for the room
## 597                                                       -
## 598                                                       -
## 599                                                       -
## 600                                                       -
## 601                                                       -
## 602                                                       -
## 603                                                       -
## 604                                                       -
## 605                                                       -
## 606                                                       -
## 607                                                       -
## 608                                                       -
## 609                                                       -
## 610                                                       -
## 611                                                       -
## 612                                                       -
## 613                                                       -
## 614                                                       -
## 615                                                       -
## 616                                                       -
## 617                                                       -
## 618                                                       -
## 619                                                       -
## 620                                                       -
## 621                                                       -
## 622                                                       -
## 623                                                       -
## 624                                                       -
## 625                                                       -
## 626                                                       -
## 627                                                       -
## 628                                                       -
## 629  We have different temperature preferences for the room
## 630                                                       -
## 631                                                       -
## 632                                                       -
## 633                                                       -
## 634                                                       -
## 635                                                       -
## 636                                                       -
## 637                                                       -
## 638                                                       -
## 639                                                       -
## 640                                                       -
## 641                                                       -
## 642                                                       -
## 643  We have different temperature preferences for the room
## 644                                                       -
## 645                                                       -
## 646                                                       -
## 647                                                       -
## 648                                                       -
## 649                                                       -
## 650                                                       -
## 651                                                       -
## 652                                                       -
## 653                                                       -
## 654                                                       -
## 655                                                       -
## 656                                                       -
## 657                                                       -
## 658                                                       -
## 659                                                       -
## 660                                                       -
## 661                                                       -
## 662                                                       -
## 663                                                       -
## 664                                                       -
## 665                                                       -
## 666                                                       -
## 667                                                       -
## 668                                                       -
## 669                                                       -
## 670                                                       -
## 671                                                       -
## 672                                                       -
## 673                                                       -
## 674                                                       -
## 675                                                       -
## 676                                                       -
## 677  We have different temperature preferences for the room
## 678                                                       -
## 679                                                       -
## 680                                                       -
## 681                                                       -
## 682                                                       -
## 683                                                       -
## 684                                                       -
## 685                                                       -
## 686                                                       -
## 687                                                       -
## 688                                                       -
## 689                                                       -
## 690                                                       -
## 691                                                       -
## 692                                                       -
## 693  We have different temperature preferences for the room
## 694                                                       -
## 695                                                       -
## 696                                                       -
## 697                                                       -
## 698                                                       -
## 699                                                       -
## 700                                                       -
## 701                                                       -
## 702                                                       -
## 703                                                       -
## 704                                                       -
## 705                                                       -
## 706                                                       -
## 707                                                       -
## 708                                                       -
## 709                                                       -
## 710                                                       -
## 711                                                       -
## 712                                                       -
## 713                                                       -
## 714                                                       -
## 715                                                       -
## 716                                                       -
## 717                                                       -
## 718                                                       -
## 719                                                       -
## 720                                                       -
## 721                                                       -
## 722                                                       -
## 723                                                       -
## 724                                                       -
## 725                                                       -
## 726                                                       -
## 727                                                       -
## 728                                                       -
## 729                                                       -
## 730                                                       -
## 731                                                       -
## 732                                                       -
## 733                                                       -
## 734                                                       -
## 735                                                       -
## 736                                                       -
## 737                                                       -
## 738                                                       -
## 739                                                       -
## 740                                                       -
## 741                                                       -
## 742                                                       -
## 743                                                       -
## 744                                                       -
## 745  We have different temperature preferences for the room
## 746                                                       -
## 747                                                       -
## 748                                                       -
## 749                                                       -
## 750                                                       -
## 751                                                       -
## 752                                                       -
## 753                                                       -
## 754                                                       -
## 755                                                       -
## 756                                                       -
## 757                                                       -
## 758                                                       -
## 759  We have different temperature preferences for the room
## 760                                                       -
## 761  We have different temperature preferences for the room
## 762                                                       -
## 763                                                       -
## 764                                                       -
## 765                                                       -
## 766                                                       -
## 767                                                       -
## 768                                                       -
## 769                                                       -
## 770                                                       -
## 771                                                       -
## 772                                                       -
## 773                                                       -
## 774                                                       -
## 775                                                       -
## 776                                                       -
## 777                                                       -
## 778  We have different temperature preferences for the room
## 779                                                       -
## 780                                                       -
## 781                                                       -
## 782                                                       -
## 783                                                       -
## 784                                                       -
## 785                                                       -
## 786                                                       -
## 787                                                       -
## 788                                                       -
## 789                                                       -
## 790                                                       -
## 791                                                       -
## 792                                                       -
## 793                                                       -
## 794  We have different temperature preferences for the room
## 795                                                       -
## 796                                                       -
## 797                                                       -
## 798                                                       -
## 799                                                       -
## 800                                                       -
## 801                                                       -
## 802                                                       -
## 803                                                       -
## 804                                                       -
## 805                                                       -
## 806                                                       -
## 807                                                       -
## 808                                                       -
## 809                                                       -
## 810                                                       -
## 811                                                       -
## 812                                                       -
## 813                                                       -
## 814                                                       -
## 815                                                       -
## 816                                                       -
## 817                                                       -
## 818  We have different temperature preferences for the room
## 819                                                       -
## 820                                                       -
## 821                                                       -
## 822                                                       -
## 823                                                       -
## 824                                                       -
## 825                                                       -
## 826                                                       -
## 827                                                       -
## 828                                                       -
## 829                                                       -
## 830                                                       -
## 831                                                       -
## 832                                                       -
## 833  We have different temperature preferences for the room
## 834                                                       -
## 835                                                       -
## 836  We have different temperature preferences for the room
## 837                                                       -
## 838                                                       -
## 839                                                       -
## 840                                                       -
## 841                                                       -
## 842                                                       -
## 843                                                       -
## 844                                                       -
## 845                                                       -
## 846                                                       -
## 847                                                       -
## 848                                                       -
## 849                                                       -
## 850                                                       -
## 851                                                       -
## 852                                                       -
## 853  We have different temperature preferences for the room
## 854                                                       -
## 855                                                       -
## 856                                                       -
## 857                                                       -
## 858                                                       -
## 859                                                       -
## 860                                                       -
## 861                                                       -
## 862                                                       -
## 863                                                       -
## 864                                                       -
## 865                                                       -
## 866                                                       -
## 867                                                       -
## 868                                                       -
## 869  We have different temperature preferences for the room
## 870                                                       -
## 871                                                       -
## 872                                                       -
## 873                                                       -
## 874                                                       -
## 875  We have different temperature preferences for the room
## 876                                                       -
## 877                                                       -
## 878                                                       -
## 879                                                       -
## 880                                                       -
## 881                                                       -
## 882                                                       -
## 883                                                       -
## 884                                                       -
## 885                                                       -
## 886                                                       -
## 887                                                       -
## 888                                                       -
## 889                                                       -
## 890                                                       -
## 891                                                       -
## 892                                                       -
## 893                                                       -
## 894                                                       -
## 895                                                       -
## 896                                                       -
## 897                                                       -
## 898                                                       -
## 899                                                       -
## 900                                                       -
## 901                                                       -
## 902                                                       -
## 903                                                       -
## 904                                                       -
## 905                                                       -
## 906                                                       -
## 907                                                       -
## 908                                                       -
## 909                                                       -
## 910                                                       -
## 911                                                       -
## 912                                                       -
## 913                                                       -
## 914                                                       -
## 915                                                       -
## 916                                                       -
## 917                                                       -
## 918                                                       -
## 919                                                       -
## 920                                                       -
## 921                                                       -
## 922                                                       -
## 923                                                       -
## 924                                                       -
## 925                                                       -
## 926                                                       -
## 927                                                       -
## 928                                                       -
## 929                                                       -
## 930                                                       -
## 931                                                       -
## 932                                                       -
## 933                                                       -
## 934                                                       -
## 935                                                       -
## 936                                                       -
## 937                                                       -
## 938                                                       -
## 939                                                       -
## 940                                                       -
## 941                                                       -
## 942                                                       -
## 943                                                       -
## 944                                                       -
## 945                                                       -
## 946                                                       -
## 947                                                       -
## 948                                                       -
## 949                                                       -
## 950                                                       -
## 951                                                       -
## 952                                                       -
## 953                                                       -
## 954                                                       -
## 955                                                       -
## 956                                                       -
## 957                                                       -
## 958                                                       -
## 959                                                       -
## 960                                                       -
## 961                                                       -
## 962                                                       -
## 963                                                       -
## 964                                                       -
## 965                                                       -
## 966                                                       -
## 967                                                       -
## 968                                                       -
## 969                                                       -
## 970                                                       -
## 971                                                       -
## 972                                                       -
## 973                                                       -
## 974                                                       -
## 975                                                       -
## 976                                                       -
## 977                                                       -
## 978                                                       -
## 979                                                       -
## 980                                                       -
## 981                                                       -
## 982                                                       -
## 983                                                       -
## 984                                                       -
## 985                                                       -
## 986                                                       -
## 987                                                       -
## 988                                                       -
## 989  We have different temperature preferences for the room
## 990                                                       -
## 991                                                       -
## 992                                                       -
## 993                                                       -
## 994                                                       -
## 995                                                       -
## 996                                                       -
## 997                                                       -
## 998  We have different temperature preferences for the room
## 999                                                       -
## 1000                                                      -
## 1001                                                      -
## 1002                                                      -
## 1003                                                      -
## 1004                                                      -
## 1005                                                      -
## 1006                                                      -
## 1007                                                      -
## 1008                                                      -
## 1009                                                      -
## 1010                                                      -
## 1011                                                      -
## 1012                                                      -
## 1013                                                      -
## 1014                                                      -
## 1015                                                      -
## 1016                                                      -
## 1017                                                      -
## 1018                                                      -
## 1019                                                      -
## 1020                                                      -
## 1021                                                      -
## 1022                                                      -
## 1023                                                      -
## 1024                                                      -
## 1025                                                      -
## 1026                                                      -
## 1027                                                      -
## 1028                                                      -
## 1029                                                      -
## 1030                                                      -
## 1031                                                      -
## 1032                                                      -
## 1033                                                      -
## 1034                                                      -
## 1035                                                      -
## 1036                                                      -
## 1037                                                      -
## 1038                                                      -
## 1039                                                      -
## 1040                                                      -
## 1041                                                      -
## 1042                                                      -
## 1043                                                      -
## 1044                                                      -
## 1045                                                      -
## 1046                                                      -
## 1047                                                      -
## 1048                                                      -
## 1049                                                      -
## 1050                                                      -
## 1051 We have different temperature preferences for the room
## 1052                                                      -
## 1053                                                      -
## 1054                                                      -
## 1055                                                      -
## 1056                                                      -
## 1057                                                      -
## 1058                                                      -
## 1059                                                      -
## 1060                                                      -
## 1061                                                      -
## 1062                                                      -
## 1063                                                      -
## 1064                                                      -
## 1065                                                      -
## 1066                                                      -
## 1067                                                      -
## 1068                                                      -
## 1069                                                      -
## 1070                                                      -
## 1071                                                      -
## 1072                                                      -
## 1073                                                      -
## 1074                                                      -
## 1075                                                      -
## 1076                                                      -
## 1077                                                      -
## 1078 We have different temperature preferences for the room
## 1079                                                      -
## 1080                                                      -
## 1081                                                      -
## 1082                                                      -
## 1083                                                      -
## 1084                                                      -
## 1085                                                      -
## 1086                                                      -
## 1087                                                      -
## 1088                                                      -
## 1089                                                      -
## 1090 We have different temperature preferences for the room
## 1091 We have different temperature preferences for the room
## 1092                                                      -
## 1093                                                      -
## 1094                                                      -
##                   Argument.or.fight Not.enough.space
## 1    We've had an argument or fight Not enough space
## 2                                 -                -
## 3    We've had an argument or fight                -
## 4                                 -                -
## 5                                 -                -
## 6                                 -                -
## 7                                 -                -
## 8                                 -                -
## 9                                 -                -
## 10                                -                -
## 11                                -                -
## 12                                -                -
## 13                                -                -
## 14                                -                -
## 15                                -                -
## 16                                -                -
## 17                                -                -
## 18                                -                -
## 19                                -                -
## 20                                -                -
## 21                                -                -
## 22                                -                -
## 23                                -                -
## 24                                -                -
## 25                                -                -
## 26                                -                -
## 27                                -                -
## 28                                -                -
## 29                                -                -
## 30                                -                -
## 31                                -                -
## 32                                -                -
## 33                                -                -
## 34                                -                -
## 35                                -                -
## 36   We've had an argument or fight                -
## 37                                -                -
## 38                                -                -
## 39                                -                -
## 40                                -                -
## 41                                -                -
## 42                                -                -
## 43                                -                -
## 44   We've had an argument or fight                -
## 45                                -                -
## 46                                -                -
## 47   We've had an argument or fight                -
## 48                                -                -
## 49                                -                -
## 50                                -                -
## 51                                -                -
## 52                                -                -
## 53   We've had an argument or fight                -
## 54                                -                -
## 55                                - Not enough space
## 56                                -                -
## 57   We've had an argument or fight                -
## 58                                -                -
## 59                                -                -
## 60                                -                -
## 61                                -                -
## 62                                -                -
## 63                                -                -
## 64                                - Not enough space
## 65                                -                -
## 66                                -                -
## 67                                -                -
## 68                                -                -
## 69                                -                -
## 70                                -                -
## 71                                -                -
## 72   We've had an argument or fight                -
## 73                                -                -
## 74                                -                -
## 75                                -                -
## 76                                -                -
## 77                                -                -
## 78                                -                -
## 79   We've had an argument or fight                -
## 80                                -                -
## 81                                -                -
## 82   We've had an argument or fight                -
## 83                                -                -
## 84                                -                -
## 85                                -                -
## 86                                -                -
## 87                                -                -
## 88                                -                -
## 89                                -                -
## 90                                -                -
## 91   We've had an argument or fight                -
## 92                                -                -
## 93                                -                -
## 94                                -                -
## 95                                -                -
## 96                                -                -
## 97                                -                -
## 98                                -                -
## 99                                -                -
## 100                               -                -
## 101                               -                -
## 102                               -                -
## 103  We've had an argument or fight                -
## 104                               -                -
## 105                               -                -
## 106                               -                -
## 107                               -                -
## 108                               -                -
## 109                               -                -
## 110                               -                -
## 111                               -                -
## 112                               -                -
## 113                               -                -
## 114                               -                -
## 115                               -                -
## 116                               -                -
## 117                               -                -
## 118                               -                -
## 119                               -                -
## 120                               -                -
## 121                               -                -
## 122  We've had an argument or fight                -
## 123                               -                -
## 124  We've had an argument or fight                -
## 125                               -                -
## 126                               -                -
## 127                               -                -
## 128  We've had an argument or fight                -
## 129                               -                -
## 130                               -                -
## 131                               -                -
## 132                               -                -
## 133                               -                -
## 134                               -                -
## 135                               -                -
## 136                               -                -
## 137  We've had an argument or fight                -
## 138                               -                -
## 139  We've had an argument or fight                -
## 140                               -                -
## 141                               -                -
## 142                               -                -
## 143                               -                -
## 144                               -                -
## 145                               -                -
## 146                               -                -
## 147                               -                -
## 148                               -                -
## 149                               -                -
## 150                               -                -
## 151                               -                -
## 152                               -                -
## 153                               -                -
## 154                               -                -
## 155                               -                -
## 156                               -                -
## 157                               -                -
## 158                               -                -
## 159                               -                -
## 160  We've had an argument or fight                -
## 161                               -                -
## 162                               -                -
## 163                               -                -
## 164                               -                -
## 165  We've had an argument or fight                -
## 166                               -                -
## 167                               -                -
## 168                               -                -
## 169                               -                -
## 170                               -                -
## 171                               -                -
## 172                               -                -
## 173                               -                -
## 174  We've had an argument or fight                -
## 175                               -                -
## 176                               -                -
## 177                               -                -
## 178                               -                -
## 179                               -                -
## 180                               -                -
## 181                               -                -
## 182                               -                -
## 183                               -                -
## 184                               -                -
## 185  We've had an argument or fight                -
## 186                               -                -
## 187                               -                -
## 188                               -                -
## 189                               -                -
## 190                               -                -
## 191                               -                -
## 192                               -                -
## 193                               -                -
## 194                               -                -
## 195                               -                -
## 196                               -                -
## 197                               -                -
## 198                               -                -
## 199                               -                -
## 200                               -                -
## 201                               -                -
## 202                               -                -
## 203                               -                -
## 204                               -                -
## 205                               -                -
## 206                               -                -
## 207                               -                -
## 208                               -                -
## 209                               -                -
## 210  We've had an argument or fight                -
## 211                               -                -
## 212                               - Not enough space
## 213                               -                -
## 214                               -                -
## 215                               -                -
## 216                               -                -
## 217                               -                -
## 218                               - Not enough space
## 219                               -                -
## 220                               -                -
## 221                               -                -
## 222                               -                -
## 223                               -                -
## 224                               -                -
## 225                               -                -
## 226                               -                -
## 227                               -                -
## 228                               -                -
## 229                               -                -
## 230                               -                -
## 231                               -                -
## 232                               -                -
## 233                               -                -
## 234                               -                -
## 235                               -                -
## 236                               -                -
## 237                               -                -
## 238                               -                -
## 239                               -                -
## 240                               -                -
## 241                               -                -
## 242                               -                -
## 243                               -                -
## 244                               -                -
## 245                               - Not enough space
## 246  We've had an argument or fight                -
## 247                               -                -
## 248                               -                -
## 249  We've had an argument or fight                -
## 250                               -                -
## 251                               -                -
## 252                               -                -
## 253                               -                -
## 254                               -                -
## 255                               -                -
## 256                               -                -
## 257                               -                -
## 258                               -                -
## 259                               -                -
## 260                               -                -
## 261                               -                -
## 262                               -                -
## 263                               -                -
## 264                               -                -
## 265                               -                -
## 266                               -                -
## 267                               -                -
## 268  We've had an argument or fight                -
## 269                               -                -
## 270                               -                -
## 271                               -                -
## 272                               -                -
## 273                               -                -
## 274                               -                -
## 275                               -                -
## 276  We've had an argument or fight                -
## 277                               -                -
## 278                               -                -
## 279                               -                -
## 280                               -                -
## 281                               -                -
## 282                               -                -
## 283                               -                -
## 284                               -                -
## 285                               -                -
## 286                               -                -
## 287                               -                -
## 288                               -                -
## 289                               -                -
## 290                               -                -
## 291                               -                -
## 292  We've had an argument or fight Not enough space
## 293                               -                -
## 294                               -                -
## 295                               -                -
## 296  We've had an argument or fight                -
## 297                               -                -
## 298                               -                -
## 299                               -                -
## 300                               -                -
## 301                               -                -
## 302                               - Not enough space
## 303                               -                -
## 304                               -                -
## 305                               -                -
## 306                               -                -
## 307                               -                -
## 308  We've had an argument or fight                -
## 309  We've had an argument or fight                -
## 310                               -                -
## 311                               -                -
## 312                               -                -
## 313  We've had an argument or fight                -
## 314                               -                -
## 315  We've had an argument or fight                -
## 316                               -                -
## 317                               -                -
## 318                               -                -
## 319                               -                -
## 320                               -                -
## 321                               -                -
## 322                               -                -
## 323                               -                -
## 324                               -                -
## 325                               -                -
## 326                               -                -
## 327                               -                -
## 328                               -                -
## 329  We've had an argument or fight                -
## 330                               -                -
## 331                               -                -
## 332  We've had an argument or fight                -
## 333                               -                -
## 334                               -                -
## 335                               -                -
## 336                               -                -
## 337                               -                -
## 338                               -                -
## 339                               -                -
## 340                               -                -
## 341                               -                -
## 342                               -                -
## 343                               -                -
## 344                               -                -
## 345                               -                -
## 346                               -                -
## 347                               -                -
## 348                               -                -
## 349                               -                -
## 350                               -                -
## 351                               -                -
## 352                               -                -
## 353                               -                -
## 354                               -                -
## 355                               -                -
## 356                               -                -
## 357                               -                -
## 358  We've had an argument or fight                -
## 359                               -                -
## 360                               -                -
## 361                               -                -
## 362                               -                -
## 363                               -                -
## 364                               -                -
## 365                               -                -
## 366                               -                -
## 367                               -                -
## 368                               -                -
## 369                               -                -
## 370                               -                -
## 371                               -                -
## 372                               -                -
## 373                               -                -
## 374                               -                -
## 375                               -                -
## 376                               -                -
## 377                               -                -
## 378                               -                -
## 379                               -                -
## 380                               -                -
## 381                               -                -
## 382                               -                -
## 383                               -                -
## 384                               -                -
## 385                               -                -
## 386                               -                -
## 387                               - Not enough space
## 388                               - Not enough space
## 389                               -                -
## 390                               -                -
## 391                               -                -
## 392                               -                -
## 393                               -                -
## 394                               -                -
## 395                               -                -
## 396                               -                -
## 397  We've had an argument or fight                -
## 398                               -                -
## 399                               -                -
## 400                               -                -
## 401                               -                -
## 402                               -                -
## 403                               -                -
## 404                               -                -
## 405                               -                -
## 406                               -                -
## 407  We've had an argument or fight                -
## 408                               -                -
## 409                               -                -
## 410                               -                -
## 411                               -                -
## 412  We've had an argument or fight                -
## 413                               -                -
## 414                               -                -
## 415                               -                -
## 416                               -                -
## 417                               -                -
## 418                               -                -
## 419  We've had an argument or fight                -
## 420                               -                -
## 421  We've had an argument or fight                -
## 422                               -                -
## 423                               -                -
## 424                               -                -
## 425                               -                -
## 426                               -                -
## 427                               -                -
## 428                               -                -
## 429  We've had an argument or fight                -
## 430                               -                -
## 431                               -                -
## 432                               -                -
## 433  We've had an argument or fight                -
## 434                               -                -
## 435                               -                -
## 436                               -                -
## 437                               -                -
## 438                               -                -
## 439                               -                -
## 440                               -                -
## 441                               -                -
## 442                               -                -
## 443                               -                -
## 444                               -                -
## 445                               -                -
## 446                               -                -
## 447                               -                -
## 448                               -                -
## 449                               -                -
## 450                               - Not enough space
## 451                               -                -
## 452  We've had an argument or fight                -
## 453                               -                -
## 454                               -                -
## 455                               -                -
## 456                               -                -
## 457                               -                -
## 458                               -                -
## 459                               -                -
## 460                               -                -
## 461                               - Not enough space
## 462                               -                -
## 463                               -                -
## 464                               -                -
## 465                               -                -
## 466                               -                -
## 467                               -                -
## 468                               -                -
## 469                               -                -
## 470                               -                -
## 471                               -                -
## 472                               -                -
## 473                               -                -
## 474                               -                -
## 475                               -                -
## 476  We've had an argument or fight                -
## 477                               -                -
## 478                               -                -
## 479                               -                -
## 480                               -                -
## 481                               -                -
## 482                               -                -
## 483                               -                -
## 484                               -                -
## 485                               -                -
## 486                               -                -
## 487                               -                -
## 488                               -                -
## 489                               -                -
## 490                               -                -
## 491                               -                -
## 492                               -                -
## 493                               -                -
## 494  We've had an argument or fight                -
## 495                               -                -
## 496                               -                -
## 497                               -                -
## 498                               -                -
## 499                               -                -
## 500                               -                -
## 501                               -                -
## 502                               -                -
## 503                               -                -
## 504                               -                -
## 505                               -                -
## 506  We've had an argument or fight                -
## 507                               -                -
## 508                               -                -
## 509                               -                -
## 510                               -                -
## 511                               -                -
## 512                               -                -
## 513                               -                -
## 514                               -                -
## 515                               -                -
## 516                               -                -
## 517                               -                -
## 518                               -                -
## 519                               -                -
## 520                               -                -
## 521                               -                -
## 522                               -                -
## 523                               -                -
## 524                               -                -
## 525                               -                -
## 526                               -                -
## 527                               -                -
## 528                               -                -
## 529                               -                -
## 530                               -                -
## 531                               -                -
## 532                               -                -
## 533                               -                -
## 534                               -                -
## 535                               -                -
## 536                               -                -
## 537                               -                -
## 538                               -                -
## 539                               -                -
## 540                               -                -
## 541                               -                -
## 542                               -                -
## 543                               -                -
## 544                               -                -
## 545                               -                -
## 546                               -                -
## 547                               -                -
## 548                               -                -
## 549                               -                -
## 550                               -                -
## 551                               -                -
## 552                               -                -
## 553  We've had an argument or fight                -
## 554                               -                -
## 555                               -                -
## 556                               -                -
## 557                               -                -
## 558                               -                -
## 559                               -                -
## 560                               -                -
## 561                               -                -
## 562                               -                -
## 563                               -                -
## 564                               -                -
## 565                               -                -
## 566                               -                -
## 567                               -                -
## 568                               -                -
## 569                               -                -
## 570                               -                -
## 571                               -                -
## 572                               -                -
## 573                               -                -
## 574                               -                -
## 575                               -                -
## 576                               -                -
## 577                               -                -
## 578                               -                -
## 579                               -                -
## 580                               -                -
## 581                               -                -
## 582                               -                -
## 583                               -                -
## 584                               -                -
## 585                               -                -
## 586                               -                -
## 587                               -                -
## 588                               -                -
## 589                               -                -
## 590  We've had an argument or fight                -
## 591                               -                -
## 592                               -                -
## 593                               -                -
## 594                               -                -
## 595  We've had an argument or fight                -
## 596                               -                -
## 597                               -                -
## 598                               -                -
## 599                               -                -
## 600                               -                -
## 601                               -                -
## 602                               -                -
## 603                               -                -
## 604                               -                -
## 605                               -                -
## 606                               -                -
## 607                               -                -
## 608                               -                -
## 609                               -                -
## 610                               -                -
## 611                               -                -
## 612                               -                -
## 613                               -                -
## 614                               -                -
## 615                               -                -
## 616                               -                -
## 617                               -                -
## 618                               -                -
## 619                               -                -
## 620                               -                -
## 621  We've had an argument or fight                -
## 622                               -                -
## 623  We've had an argument or fight                -
## 624                               -                -
## 625                               -                -
## 626                               -                -
## 627                               -                -
## 628                               -                -
## 629                               -                -
## 630                               -                -
## 631                               -                -
## 632                               -                -
## 633                               -                -
## 634                               -                -
## 635                               -                -
## 636                               -                -
## 637                               -                -
## 638                               -                -
## 639                               -                -
## 640                               -                -
## 641                               -                -
## 642                               -                -
## 643                               - Not enough space
## 644                               -                -
## 645                               -                -
## 646                               -                -
## 647                               -                -
## 648                               -                -
## 649                               -                -
## 650                               -                -
## 651                               -                -
## 652                               -                -
## 653                               -                -
## 654                               -                -
## 655                               -                -
## 656                               -                -
## 657                               -                -
## 658                               -                -
## 659  We've had an argument or fight                -
## 660                               -                -
## 661                               -                -
## 662                               -                -
## 663                               -                -
## 664                               -                -
## 665                               -                -
## 666                               -                -
## 667                               -                -
## 668                               -                -
## 669  We've had an argument or fight                -
## 670                               -                -
## 671                               -                -
## 672                               -                -
## 673                               -                -
## 674                               -                -
## 675                               -                -
## 676                               -                -
## 677                               -                -
## 678                               -                -
## 679                               -                -
## 680                               -                -
## 681                               -                -
## 682                               -                -
## 683                               -                -
## 684                               -                -
## 685                               -                -
## 686                               -                -
## 687                               -                -
## 688                               -                -
## 689                               -                -
## 690                               -                -
## 691                               -                -
## 692                               -                -
## 693                               -                -
## 694                               -                -
## 695                               -                -
## 696                               -                -
## 697                               -                -
## 698  We've had an argument or fight                -
## 699                               -                -
## 700                               -                -
## 701                               -                -
## 702                               -                -
## 703                               -                -
## 704                               -                -
## 705                               -                -
## 706                               -                -
## 707                               -                -
## 708                               -                -
## 709                               -                -
## 710                               -                -
## 711                               -                -
## 712                               -                -
## 713                               -                -
## 714                               -                -
## 715                               -                -
## 716                               -                -
## 717                               -                -
## 718                               -                -
## 719                               -                -
## 720                               - Not enough space
## 721                               -                -
## 722                               -                -
## 723                               -                -
## 724                               -                -
## 725                               -                -
## 726                               -                -
## 727                               -                -
## 728                               -                -
## 729                               -                -
## 730                               -                -
## 731                               -                -
## 732                               -                -
## 733                               -                -
## 734                               -                -
## 735                               -                -
## 736                               -                -
## 737                               -                -
## 738                               -                -
## 739                               -                -
## 740                               -                -
## 741  We've had an argument or fight                -
## 742                               -                -
## 743                               -                -
## 744                               -                -
## 745  We've had an argument or fight                -
## 746                               -                -
## 747                               -                -
## 748                               -                -
## 749                               -                -
## 750                               -                -
## 751                               -                -
## 752                               -                -
## 753                               - Not enough space
## 754                               -                -
## 755                               -                -
## 756                               -                -
## 757                               -                -
## 758                               -                -
## 759  We've had an argument or fight                -
## 760                               -                -
## 761                               -                -
## 762                               -                -
## 763                               -                -
## 764  We've had an argument or fight                -
## 765                               -                -
## 766                               -                -
## 767                               -                -
## 768                               -                -
## 769                               -                -
## 770                               -                -
## 771                               -                -
## 772                               -                -
## 773                               -                -
## 774                               -                -
## 775                               -                -
## 776  We've had an argument or fight                -
## 777                               -                -
## 778                               - Not enough space
## 779                               -                -
## 780                               -                -
## 781                               -                -
## 782                               -                -
## 783                               -                -
## 784                               -                -
## 785                               - Not enough space
## 786                               -                -
## 787                               -                -
## 788                               -                -
## 789                               -                -
## 790                               -                -
## 791                               -                -
## 792                               -                -
## 793                               -                -
## 794  We've had an argument or fight                -
## 795                               -                -
## 796                               -                -
## 797                               - Not enough space
## 798                               -                -
## 799                               -                -
## 800                               -                -
## 801                               -                -
## 802                               -                -
## 803                               -                -
## 804                               -                -
## 805                               -                -
## 806                               -                -
## 807                               -                -
## 808                               -                -
## 809                               - Not enough space
## 810                               -                -
## 811                               -                -
## 812                               -                -
## 813  We've had an argument or fight                -
## 814                               -                -
## 815                               -                -
## 816                               -                -
## 817                               -                -
## 818                               -                -
## 819                               -                -
## 820                               -                -
## 821                               -                -
## 822                               -                -
## 823  We've had an argument or fight                -
## 824                               -                -
## 825                               -                -
## 826                               -                -
## 827                               -                -
## 828                               -                -
## 829  We've had an argument or fight                -
## 830                               -                -
## 831                               -                -
## 832                               -                -
## 833                               -                -
## 834                               -                -
## 835                               -                -
## 836                               -                -
## 837  We've had an argument or fight                -
## 838  We've had an argument or fight                -
## 839                               -                -
## 840                               -                -
## 841                               -                -
## 842                               -                -
## 843                               -                -
## 844                               -                -
## 845                               -                -
## 846                               -                -
## 847                               -                -
## 848                               -                -
## 849                               -                -
## 850                               -                -
## 851                               -                -
## 852                               -                -
## 853                               -                -
## 854                               -                -
## 855                               -                -
## 856                               -                -
## 857                               -                -
## 858                               -                -
## 859                               -                -
## 860                               -                -
## 861                               -                -
## 862                               -                -
## 863  We've had an argument or fight                -
## 864                               -                -
## 865                               -                -
## 866                               -                -
## 867                               -                -
## 868                               -                -
## 869                               -                -
## 870                               -                -
## 871                               -                -
## 872                               -                -
## 873                               -                -
## 874                               -                -
## 875                               - Not enough space
## 876                               -                -
## 877                               - Not enough space
## 878                               -                -
## 879                               -                -
## 880                               -                -
## 881                               -                -
## 882  We've had an argument or fight                -
## 883                               -                -
## 884                               -                -
## 885                               -                -
## 886                               -                -
## 887                               -                -
## 888                               -                -
## 889                               -                -
## 890                               -                -
## 891                               -                -
## 892                               -                -
## 893  We've had an argument or fight                -
## 894                               -                -
## 895                               -                -
## 896                               -                -
## 897                               -                -
## 898                               -                -
## 899                               -                -
## 900                               -                -
## 901                               -                -
## 902                               -                -
## 903                               -                -
## 904                               -                -
## 905                               -                -
## 906                               -                -
## 907                               -                -
## 908                               -                -
## 909                               -                -
## 910                               -                -
## 911                               -                -
## 912  We've had an argument or fight                -
## 913                               -                -
## 914                               - Not enough space
## 915                               -                -
## 916                               -                -
## 917                               -                -
## 918                               -                -
## 919                               -                -
## 920                               -                -
## 921                               -                -
## 922                               -                -
## 923                               -                -
## 924                               -                -
## 925                               -                -
## 926                               -                -
## 927                               -                -
## 928                               -                -
## 929                               -                -
## 930                               -                -
## 931                               -                -
## 932                               -                -
## 933                               -                -
## 934                               -                -
## 935                               -                -
## 936                               -                -
## 937                               -                -
## 938                               -                -
## 939                               -                -
## 940                               -                -
## 941                               -                -
## 942                               -                -
## 943                               -                -
## 944                               -                -
## 945                               -                -
## 946                               -                -
## 947                               -                -
## 948                               -                -
## 949  We've had an argument or fight                -
## 950                               -                -
## 951                               -                -
## 952                               -                -
## 953                               -                -
## 954                               -                -
## 955                               -                -
## 956                               -                -
## 957                               -                -
## 958                               -                -
## 959                               -                -
## 960                               -                -
## 961                               -                -
## 962                               -                -
## 963                               -                -
## 964                               -                -
## 965                               -                -
## 966                               -                -
## 967                               -                -
## 968                               -                -
## 969                               -                -
## 970                               -                -
## 971                               -                -
## 972                               -                -
## 973                               - Not enough space
## 974                               -                -
## 975                               -                -
## 976                               -                -
## 977  We've had an argument or fight                -
## 978                               -                -
## 979                               -                -
## 980                               -                -
## 981                               -                -
## 982                               -                -
## 983                               -                -
## 984                               -                -
## 985                               -                -
## 986                               -                -
## 987                               -                -
## 988                               -                -
## 989                               - Not enough space
## 990                               -                -
## 991                               -                -
## 992                               -                -
## 993                               -                -
## 994                               -                -
## 995                               -                -
## 996                               -                -
## 997                               -                -
## 998                               -                -
## 999                               -                -
## 1000                              -                -
## 1001                              -                -
## 1002                              -                -
## 1003                              -                -
## 1004                              -                -
## 1005                              -                -
## 1006                              -                -
## 1007                              -                -
## 1008                              -                -
## 1009                              -                -
## 1010                              -                -
## 1011                              -                -
## 1012                              -                -
## 1013                              -                -
## 1014                              -                -
## 1015 We've had an argument or fight                -
## 1016                              -                -
## 1017                              -                -
## 1018                              -                -
## 1019                              -                -
## 1020                              -                -
## 1021                              -                -
## 1022                              -                -
## 1023                              -                -
## 1024                              -                -
## 1025                              -                -
## 1026                              -                -
## 1027                              -                -
## 1028                              -                -
## 1029                              -                -
## 1030                              -                -
## 1031                              -                -
## 1032                              -                -
## 1033                              -                -
## 1034                              -                -
## 1035                              - Not enough space
## 1036                              -                -
## 1037                              -                -
## 1038                              -                -
## 1039                              -                -
## 1040                              -                -
## 1041                              -                -
## 1042                              -                -
## 1043                              -                -
## 1044                              -                -
## 1045                              -                -
## 1046                              -                -
## 1047                              -                -
## 1048                              -                -
## 1049                              -                -
## 1050                              - Not enough space
## 1051                              -                -
## 1052                              -                -
## 1053                              -                -
## 1054                              -                -
## 1055                              -                -
## 1056                              -                -
## 1057                              -                -
## 1058                              -                -
## 1059 We've had an argument or fight                -
## 1060                              -                -
## 1061                              -                -
## 1062                              -                -
## 1063                              -                -
## 1064                              -                -
## 1065                              -                -
## 1066                              -                -
## 1067                              -                -
## 1068                              -                -
## 1069                              -                -
## 1070                              -                -
## 1071                              -                -
## 1072                              -                -
## 1073                              -                -
## 1074                              -                -
## 1075                              -                -
## 1076                              -                -
## 1077                              -                -
## 1078                              -                -
## 1079                              -                -
## 1080                              -                -
## 1081                              -                -
## 1082                              -                -
## 1083                              -                -
## 1084                              -                -
## 1085                              -                -
## 1086                              -                -
## 1087                              -                -
## 1088 We've had an argument or fight                -
## 1089                              -                -
## 1090 We've had an argument or fight                -
## 1091                              -                -
## 1092                              -                -
## 1093                              -                -
## 1094                              -                -
##        Dont.want.to.share.the.covers                      Sleep.with.child
## 1    Do not want to share the covers One of us needs to sleep with a child
## 2                                  -                                     -
## 3    Do not want to share the covers                                     -
## 4                                  -                                     -
## 5                                  -                                     -
## 6                                  -                                     -
## 7                                  -                                     -
## 8                                  -                                     -
## 9                                  -                                     -
## 10                                 -                                     -
## 11                                 -                                     -
## 12                                 -                                     -
## 13                                 -                                     -
## 14                                 -                                     -
## 15                                 -                                     -
## 16                                 -                                     -
## 17                                 -                                     -
## 18                                 - One of us needs to sleep with a child
## 19                                 -                                     -
## 20                                 -                                     -
## 21                                 -                                     -
## 22                                 -                                     -
## 23                                 -                                     -
## 24                                 -                                     -
## 25                                 -                                     -
## 26                                 -                                     -
## 27                                 -                                     -
## 28                                 -                                     -
## 29                                 -                                     -
## 30                                 -                                     -
## 31                                 -                                     -
## 32                                 - One of us needs to sleep with a child
## 33                                 - One of us needs to sleep with a child
## 34                                 -                                     -
## 35                                 -                                     -
## 36                                 -                                     -
## 37                                 -                                     -
## 38                                 - One of us needs to sleep with a child
## 39                                 -                                     -
## 40                                 -                                     -
## 41                                 -                                     -
## 42                                 -                                     -
## 43                                 -                                     -
## 44                                 -                                     -
## 45                                 - One of us needs to sleep with a child
## 46                                 -                                     -
## 47                                 -                                     -
## 48                                 -                                     -
## 49                                 -                                     -
## 50                                 -                                     -
## 51                                 -                                     -
## 52                                 -                                     -
## 53                                 -                                     -
## 54                                 -                                     -
## 55                                 -                                     -
## 56                                 -                                     -
## 57                                 -                                     -
## 58                                 -                                     -
## 59                                 -                                     -
## 60                                 -                                     -
## 61                                 -                                     -
## 62                                 -                                     -
## 63                                 - One of us needs to sleep with a child
## 64                                 -                                     -
## 65                                 -                                     -
## 66                                 -                                     -
## 67                                 -                                     -
## 68                                 -                                     -
## 69                                 -                                     -
## 70                                 -                                     -
## 71                                 -                                     -
## 72                                 -                                     -
## 73                                 -                                     -
## 74                                 -                                     -
## 75                                 -                                     -
## 76                                 -                                     -
## 77                                 -                                     -
## 78                                 -                                     -
## 79                                 -                                     -
## 80                                 -                                     -
## 81                                 -                                     -
## 82                                 -                                     -
## 83                                 -                                     -
## 84   Do not want to share the covers                                     -
## 85                                 - One of us needs to sleep with a child
## 86                                 -                                     -
## 87                                 -                                     -
## 88                                 -                                     -
## 89                                 -                                     -
## 90                                 -                                     -
## 91                                 - One of us needs to sleep with a child
## 92                                 -                                     -
## 93                                 -                                     -
## 94                                 -                                     -
## 95                                 -                                     -
## 96                                 -                                     -
## 97                                 -                                     -
## 98                                 -                                     -
## 99                                 -                                     -
## 100                                -                                     -
## 101                                -                                     -
## 102                                -                                     -
## 103                                -                                     -
## 104                                -                                     -
## 105                                -                                     -
## 106                                -                                     -
## 107                                -                                     -
## 108                                -                                     -
## 109                                -                                     -
## 110                                -                                     -
## 111                                -                                     -
## 112                                -                                     -
## 113                                -                                     -
## 114                                -                                     -
## 115                                -                                     -
## 116                                -                                     -
## 117                                -                                     -
## 118                                -                                     -
## 119                                -                                     -
## 120                                -                                     -
## 121                                -                                     -
## 122                                - One of us needs to sleep with a child
## 123                                -                                     -
## 124                                - One of us needs to sleep with a child
## 125                                -                                     -
## 126                                -                                     -
## 127                                -                                     -
## 128                                -                                     -
## 129                                -                                     -
## 130                                -                                     -
## 131                                -                                     -
## 132                                -                                     -
## 133                                -                                     -
## 134                                -                                     -
## 135                                -                                     -
## 136                                -                                     -
## 137                                - One of us needs to sleep with a child
## 138                                -                                     -
## 139                                - One of us needs to sleep with a child
## 140                                -                                     -
## 141                                -                                     -
## 142                                -                                     -
## 143                                -                                     -
## 144                                -                                     -
## 145                                -                                     -
## 146                                -                                     -
## 147                                -                                     -
## 148                                -                                     -
## 149                                -                                     -
## 150                                -                                     -
## 151                                -                                     -
## 152                                -                                     -
## 153                                -                                     -
## 154                                -                                     -
## 155                                -                                     -
## 156                                -                                     -
## 157                                -                                     -
## 158                                -                                     -
## 159                                -                                     -
## 160                                -                                     -
## 161                                -                                     -
## 162                                -                                     -
## 163                                -                                     -
## 164                                - One of us needs to sleep with a child
## 165                                -                                     -
## 166                                -                                     -
## 167                                -                                     -
## 168                                -                                     -
## 169                                -                                     -
## 170                                -                                     -
## 171                                -                                     -
## 172                                -                                     -
## 173                                -                                     -
## 174                                - One of us needs to sleep with a child
## 175  Do not want to share the covers                                     -
## 176                                -                                     -
## 177                                -                                     -
## 178                                -                                     -
## 179                                -                                     -
## 180                                -                                     -
## 181                                -                                     -
## 182                                -                                     -
## 183                                -                                     -
## 184                                -                                     -
## 185                                -                                     -
## 186                                -                                     -
## 187                                -                                     -
## 188                                -                                     -
## 189                                -                                     -
## 190                                -                                     -
## 191                                -                                     -
## 192                                -                                     -
## 193                                -                                     -
## 194                                -                                     -
## 195                                - One of us needs to sleep with a child
## 196                                -                                     -
## 197                                -                                     -
## 198                                -                                     -
## 199                                -                                     -
## 200                                - One of us needs to sleep with a child
## 201                                -                                     -
## 202                                -                                     -
## 203                                -                                     -
## 204                                -                                     -
## 205                                -                                     -
## 206                                - One of us needs to sleep with a child
## 207                                -                                     -
## 208                                -                                     -
## 209                                -                                     -
## 210                                -                                     -
## 211                                -                                     -
## 212                                -                                     -
## 213                                -                                     -
## 214                                -                                     -
## 215                                -                                     -
## 216                                -                                     -
## 217                                -                                     -
## 218  Do not want to share the covers                                     -
## 219                                -                                     -
## 220                                -                                     -
## 221                                -                                     -
## 222                                -                                     -
## 223                                -                                     -
## 224                                -                                     -
## 225                                -                                     -
## 226                                -                                     -
## 227                                -                                     -
## 228                                -                                     -
## 229                                -                                     -
## 230                                -                                     -
## 231                                -                                     -
## 232                                -                                     -
## 233                                -                                     -
## 234                                -                                     -
## 235                                -                                     -
## 236                                -                                     -
## 237                                -                                     -
## 238                                -                                     -
## 239                                -                                     -
## 240                                -                                     -
## 241                                -                                     -
## 242                                -                                     -
## 243                                -                                     -
## 244                                -                                     -
## 245                                -                                     -
## 246                                -                                     -
## 247                                -                                     -
## 248                                -                                     -
## 249                                -                                     -
## 250                                - One of us needs to sleep with a child
## 251                                -                                     -
## 252                                -                                     -
## 253                                -                                     -
## 254                                -                                     -
## 255                                -                                     -
## 256                                -                                     -
## 257                                -                                     -
## 258                                - One of us needs to sleep with a child
## 259                                -                                     -
## 260                                -                                     -
## 261                                -                                     -
## 262                                -                                     -
## 263                                -                                     -
## 264                                -                                     -
## 265                                -                                     -
## 266                                - One of us needs to sleep with a child
## 267                                -                                     -
## 268                                -                                     -
## 269                                -                                     -
## 270                                -                                     -
## 271                                -                                     -
## 272                                -                                     -
## 273                                -                                     -
## 274                                -                                     -
## 275                                -                                     -
## 276                                -                                     -
## 277                                -                                     -
## 278                                -                                     -
## 279                                -                                     -
## 280                                -                                     -
## 281                                -                                     -
## 282                                - One of us needs to sleep with a child
## 283                                -                                     -
## 284                                -                                     -
## 285                                -                                     -
## 286                                -                                     -
## 287                                -                                     -
## 288                                -                                     -
## 289                                -                                     -
## 290                                - One of us needs to sleep with a child
## 291                                -                                     -
## 292                                -                                     -
## 293                                -                                     -
## 294  Do not want to share the covers                                     -
## 295                                -                                     -
## 296                                -                                     -
## 297                                -                                     -
## 298                                -                                     -
## 299                                -                                     -
## 300                                -                                     -
## 301                                -                                     -
## 302  Do not want to share the covers                                     -
## 303                                -                                     -
## 304                                -                                     -
## 305                                -                                     -
## 306                                - One of us needs to sleep with a child
## 307                                -                                     -
## 308                                -                                     -
## 309                                -                                     -
## 310                                -                                     -
## 311                                -                                     -
## 312                                -                                     -
## 313                                -                                     -
## 314                                -                                     -
## 315                                -                                     -
## 316                                -                                     -
## 317                                -                                     -
## 318                                -                                     -
## 319                                -                                     -
## 320                                -                                     -
## 321                                -                                     -
## 322                                - One of us needs to sleep with a child
## 323                                -                                     -
## 324                                -                                     -
## 325                                -                                     -
## 326                                -                                     -
## 327                                -                                     -
## 328                                -                                     -
## 329                                -                                     -
## 330                                -                                     -
## 331                                -                                     -
## 332                                -                                     -
## 333                                -                                     -
## 334                                -                                     -
## 335                                -                                     -
## 336                                -                                     -
## 337                                -                                     -
## 338                                -                                     -
## 339                                -                                     -
## 340                                -                                     -
## 341                                -                                     -
## 342                                -                                     -
## 343                                -                                     -
## 344                                -                                     -
## 345                                -                                     -
## 346                                -                                     -
## 347                                -                                     -
## 348                                -                                     -
## 349                                -                                     -
## 350                                -                                     -
## 351                                -                                     -
## 352                                -                                     -
## 353                                -                                     -
## 354                                -                                     -
## 355                                -                                     -
## 356                                -                                     -
## 357                                -                                     -
## 358                                -                                     -
## 359                                -                                     -
## 360                                -                                     -
## 361                                -                                     -
## 362                                -                                     -
## 363                                -                                     -
## 364                                -                                     -
## 365                                -                                     -
## 366                                -                                     -
## 367                                -                                     -
## 368                                -                                     -
## 369                                -                                     -
## 370                                -                                     -
## 371                                -                                     -
## 372                                -                                     -
## 373                                -                                     -
## 374                                -                                     -
## 375                                -                                     -
## 376                                -                                     -
## 377                                -                                     -
## 378                                -                                     -
## 379                                -                                     -
## 380                                -                                     -
## 381                                -                                     -
## 382                                -                                     -
## 383                                -                                     -
## 384                                -                                     -
## 385                                -                                     -
## 386                                -                                     -
## 387  Do not want to share the covers                                     -
## 388                                -                                     -
## 389                                - One of us needs to sleep with a child
## 390                                -                                     -
## 391                                -                                     -
## 392                                -                                     -
## 393                                -                                     -
## 394                                -                                     -
## 395                                -                                     -
## 396                                -                                     -
## 397                                -                                     -
## 398                                -                                     -
## 399                                -                                     -
## 400                                -                                     -
## 401                                -                                     -
## 402                                -                                     -
## 403                                -                                     -
## 404                                -                                     -
## 405                                -                                     -
## 406                                -                                     -
## 407                                -                                     -
## 408                                -                                     -
## 409                                -                                     -
## 410                                -                                     -
## 411                                -                                     -
## 412                                -                                     -
## 413                                -                                     -
## 414                                -                                     -
## 415                                -                                     -
## 416                                -                                     -
## 417                                -                                     -
## 418                                -                                     -
## 419                                -                                     -
## 420                                -                                     -
## 421                                -                                     -
## 422                                -                                     -
## 423                                -                                     -
## 424                                -                                     -
## 425                                -                                     -
## 426                                -                                     -
## 427                                -                                     -
## 428                                -                                     -
## 429                                -                                     -
## 430                                -                                     -
## 431                                -                                     -
## 432                                -                                     -
## 433                                -                                     -
## 434                                -                                     -
## 435                                -                                     -
## 436                                -                                     -
## 437                                -                                     -
## 438                                -                                     -
## 439                                -                                     -
## 440                                -                                     -
## 441                                -                                     -
## 442                                -                                     -
## 443                                -                                     -
## 444                                -                                     -
## 445                                -                                     -
## 446                                -                                     -
## 447                                -                                     -
## 448                                -                                     -
## 449                                -                                     -
## 450                                -                                     -
## 451                                -                                     -
## 452                                -                                     -
## 453                                -                                     -
## 454                                -                                     -
## 455                                -                                     -
## 456                                -                                     -
## 457                                - One of us needs to sleep with a child
## 458                                -                                     -
## 459                                -                                     -
## 460                                -                                     -
## 461  Do not want to share the covers                                     -
## 462                                -                                     -
## 463                                -                                     -
## 464                                -                                     -
## 465                                -                                     -
## 466                                -                                     -
## 467                                -                                     -
## 468                                -                                     -
## 469                                -                                     -
## 470                                -                                     -
## 471                                -                                     -
## 472                                -                                     -
## 473                                -                                     -
## 474                                -                                     -
## 475                                -                                     -
## 476                                -                                     -
## 477                                -                                     -
## 478                                -                                     -
## 479                                -                                     -
## 480                                -                                     -
## 481                                -                                     -
## 482                                -                                     -
## 483                                -                                     -
## 484                                -                                     -
## 485                                -                                     -
## 486                                -                                     -
## 487                                -                                     -
## 488                                -                                     -
## 489                                -                                     -
## 490                                -                                     -
## 491                                -                                     -
## 492                                -                                     -
## 493                                -                                     -
## 494  Do not want to share the covers                                     -
## 495                                -                                     -
## 496                                -                                     -
## 497                                -                                     -
## 498                                - One of us needs to sleep with a child
## 499                                -                                     -
## 500                                -                                     -
## 501                                -                                     -
## 502                                -                                     -
## 503                                -                                     -
## 504                                -                                     -
## 505                                -                                     -
## 506                                -                                     -
## 507                                -                                     -
## 508                                -                                     -
## 509                                -                                     -
## 510                                -                                     -
## 511                                -                                     -
## 512                                -                                     -
## 513                                -                                     -
## 514                                -                                     -
## 515                                -                                     -
## 516                                -                                     -
## 517                                -                                     -
## 518                                -                                     -
## 519                                -                                     -
## 520                                -                                     -
## 521                                -                                     -
## 522                                -                                     -
## 523                                -                                     -
## 524                                -                                     -
## 525                                -                                     -
## 526                                -                                     -
## 527                                -                                     -
## 528                                -                                     -
## 529                                -                                     -
## 530                                -                                     -
## 531                                -                                     -
## 532                                -                                     -
## 533                                -                                     -
## 534                                -                                     -
## 535                                -                                     -
## 536                                -                                     -
## 537                                -                                     -
## 538                                -                                     -
## 539                                -                                     -
## 540                                -                                     -
## 541                                -                                     -
## 542                                -                                     -
## 543                                - One of us needs to sleep with a child
## 544                                -                                     -
## 545                                -                                     -
## 546                                -                                     -
## 547                                - One of us needs to sleep with a child
## 548                                -                                     -
## 549                                -                                     -
## 550                                -                                     -
## 551                                -                                     -
## 552                                - One of us needs to sleep with a child
## 553                                -                                     -
## 554                                -                                     -
## 555                                -                                     -
## 556                                -                                     -
## 557                                -                                     -
## 558                                -                                     -
## 559                                -                                     -
## 560                                -                                     -
## 561                                -                                     -
## 562                                -                                     -
## 563                                -                                     -
## 564                                -                                     -
## 565                                -                                     -
## 566                                -                                     -
## 567                                -                                     -
## 568                                -                                     -
## 569                                -                                     -
## 570  Do not want to share the covers                                     -
## 571                                -                                     -
## 572                                -                                     -
## 573                                -                                     -
## 574                                -                                     -
## 575                                -                                     -
## 576                                -                                     -
## 577                                -                                     -
## 578                                -                                     -
## 579                                -                                     -
## 580                                -                                     -
## 581                                -                                     -
## 582                                -                                     -
## 583                                -                                     -
## 584                                -                                     -
## 585                                -                                     -
## 586                                -                                     -
## 587                                - One of us needs to sleep with a child
## 588                                - One of us needs to sleep with a child
## 589                                - One of us needs to sleep with a child
## 590                                -                                     -
## 591                                -                                     -
## 592                                -                                     -
## 593                                -                                     -
## 594                                -                                     -
## 595                                -                                     -
## 596                                -                                     -
## 597                                -                                     -
## 598                                -                                     -
## 599                                -                                     -
## 600                                -                                     -
## 601                                -                                     -
## 602                                -                                     -
## 603                                - One of us needs to sleep with a child
## 604                                -                                     -
## 605                                -                                     -
## 606                                -                                     -
## 607                                -                                     -
## 608                                -                                     -
## 609                                -                                     -
## 610                                -                                     -
## 611                                -                                     -
## 612                                -                                     -
## 613                                -                                     -
## 614                                -                                     -
## 615                                -                                     -
## 616                                -                                     -
## 617                                -                                     -
## 618                                -                                     -
## 619                                -                                     -
## 620                                -                                     -
## 621                                -                                     -
## 622                                -                                     -
## 623                                -                                     -
## 624                                -                                     -
## 625                                -                                     -
## 626                                -                                     -
## 627                                -                                     -
## 628                                -                                     -
## 629  Do not want to share the covers                                     -
## 630                                -                                     -
## 631                                -                                     -
## 632                                -                                     -
## 633                                -                                     -
## 634                                -                                     -
## 635                                -                                     -
## 636                                -                                     -
## 637                                -                                     -
## 638                                -                                     -
## 639                                -                                     -
## 640                                -                                     -
## 641                                -                                     -
## 642                                -                                     -
## 643                                -                                     -
## 644                                -                                     -
## 645                                - One of us needs to sleep with a child
## 646                                -                                     -
## 647                                -                                     -
## 648                                -                                     -
## 649                                -                                     -
## 650                                -                                     -
## 651                                -                                     -
## 652                                -                                     -
## 653                                -                                     -
## 654                                -                                     -
## 655                                -                                     -
## 656                                -                                     -
## 657                                -                                     -
## 658                                -                                     -
## 659                                -                                     -
## 660                                -                                     -
## 661                                -                                     -
## 662                                -                                     -
## 663                                -                                     -
## 664                                -                                     -
## 665                                - One of us needs to sleep with a child
## 666                                -                                     -
## 667                                -                                     -
## 668                                -                                     -
## 669                                -                                     -
## 670                                -                                     -
## 671                                -                                     -
## 672                                -                                     -
## 673                                -                                     -
## 674                                -                                     -
## 675                                -                                     -
## 676                                -                                     -
## 677                                -                                     -
## 678                                -                                     -
## 679                                -                                     -
## 680                                -                                     -
## 681                                - One of us needs to sleep with a child
## 682                                -                                     -
## 683                                -                                     -
## 684                                -                                     -
## 685                                -                                     -
## 686                                -                                     -
## 687                                -                                     -
## 688                                -                                     -
## 689                                -                                     -
## 690                                -                                     -
## 691                                -                                     -
## 692                                -                                     -
## 693                                -                                     -
## 694                                -                                     -
## 695                                -                                     -
## 696                                -                                     -
## 697                                -                                     -
## 698                                -                                     -
## 699                                -                                     -
## 700                                -                                     -
## 701                                -                                     -
## 702                                -                                     -
## 703                                -                                     -
## 704                                -                                     -
## 705                                -                                     -
## 706                                -                                     -
## 707                                - One of us needs to sleep with a child
## 708                                -                                     -
## 709                                -                                     -
## 710                                -                                     -
## 711                                -                                     -
## 712                                -                                     -
## 713                                -                                     -
## 714                                -                                     -
## 715                                -                                     -
## 716                                -                                     -
## 717                                -                                     -
## 718                                -                                     -
## 719                                -                                     -
## 720                                -                                     -
## 721                                -                                     -
## 722                                -                                     -
## 723                                -                                     -
## 724                                -                                     -
## 725                                -                                     -
## 726                                -                                     -
## 727                                -                                     -
## 728                                -                                     -
## 729                                -                                     -
## 730                                -                                     -
## 731                                -                                     -
## 732                                -                                     -
## 733                                -                                     -
## 734                                -                                     -
## 735                                -                                     -
## 736                                -                                     -
## 737                                -                                     -
## 738                                -                                     -
## 739                                -                                     -
## 740                                -                                     -
## 741                                - One of us needs to sleep with a child
## 742                                -                                     -
## 743                                -                                     -
## 744                                -                                     -
## 745                                -                                     -
## 746                                - One of us needs to sleep with a child
## 747                                -                                     -
## 748                                -                                     -
## 749                                -                                     -
## 750                                -                                     -
## 751                                -                                     -
## 752                                -                                     -
## 753                                -                                     -
## 754                                -                                     -
## 755                                -                                     -
## 756                                -                                     -
## 757                                -                                     -
## 758                                -                                     -
## 759                                -                                     -
## 760                                -                                     -
## 761                                -                                     -
## 762                                -                                     -
## 763                                -                                     -
## 764                                -                                     -
## 765                                -                                     -
## 766                                -                                     -
## 767                                -                                     -
## 768                                -                                     -
## 769                                -                                     -
## 770                                -                                     -
## 771                                -                                     -
## 772                                -                                     -
## 773                                -                                     -
## 774                                -                                     -
## 775                                -                                     -
## 776                                -                                     -
## 777                                -                                     -
## 778                                -                                     -
## 779                                -                                     -
## 780                                -                                     -
## 781                                -                                     -
## 782                                -                                     -
## 783                                - One of us needs to sleep with a child
## 784                                -                                     -
## 785                                -                                     -
## 786                                -                                     -
## 787                                -                                     -
## 788                                -                                     -
## 789                                -                                     -
## 790                                -                                     -
## 791                                -                                     -
## 792                                -                                     -
## 793                                -                                     -
## 794                                -                                     -
## 795                                -                                     -
## 796                                - One of us needs to sleep with a child
## 797                                -                                     -
## 798                                -                                     -
## 799                                -                                     -
## 800                                -                                     -
## 801                                -                                     -
## 802                                -                                     -
## 803                                -                                     -
## 804                                -                                     -
## 805                                -                                     -
## 806                                -                                     -
## 807                                -                                     -
## 808                                -                                     -
## 809                                -                                     -
## 810                                -                                     -
## 811                                -                                     -
## 812                                -                                     -
## 813                                - One of us needs to sleep with a child
## 814                                -                                     -
## 815                                -                                     -
## 816                                -                                     -
## 817                                -                                     -
## 818                                -                                     -
## 819                                -                                     -
## 820                                -                                     -
## 821                                -                                     -
## 822                                -                                     -
## 823                                - One of us needs to sleep with a child
## 824                                -                                     -
## 825                                -                                     -
## 826                                -                                     -
## 827                                -                                     -
## 828                                -                                     -
## 829                                -                                     -
## 830  Do not want to share the covers                                     -
## 831                                -                                     -
## 832                                -                                     -
## 833                                -                                     -
## 834                                -                                     -
## 835                                -                                     -
## 836                                -                                     -
## 837                                -                                     -
## 838                                -                                     -
## 839                                -                                     -
## 840                                -                                     -
## 841                                -                                     -
## 842                                - One of us needs to sleep with a child
## 843                                -                                     -
## 844                                -                                     -
## 845                                -                                     -
## 846                                -                                     -
## 847                                -                                     -
## 848                                -                                     -
## 849                                -                                     -
## 850                                - One of us needs to sleep with a child
## 851                                -                                     -
## 852                                -                                     -
## 853                                -                                     -
## 854                                -                                     -
## 855                                -                                     -
## 856                                - One of us needs to sleep with a child
## 857                                -                                     -
## 858                                -                                     -
## 859                                -                                     -
## 860                                -                                     -
## 861                                -                                     -
## 862                                -                                     -
## 863                                -                                     -
## 864                                -                                     -
## 865                                -                                     -
## 866                                -                                     -
## 867                                -                                     -
## 868                                -                                     -
## 869                                -                                     -
## 870                                -                                     -
## 871                                -                                     -
## 872                                -                                     -
## 873                                -                                     -
## 874                                -                                     -
## 875  Do not want to share the covers                                     -
## 876                                -                                     -
## 877                                -                                     -
## 878                                -                                     -
## 879                                - One of us needs to sleep with a child
## 880                                -                                     -
## 881                                -                                     -
## 882                                -                                     -
## 883                                -                                     -
## 884                                -                                     -
## 885                                -                                     -
## 886                                -                                     -
## 887                                -                                     -
## 888                                -                                     -
## 889                                -                                     -
## 890                                -                                     -
## 891                                -                                     -
## 892                                -                                     -
## 893                                -                                     -
## 894                                -                                     -
## 895                                -                                     -
## 896                                -                                     -
## 897                                -                                     -
## 898                                -                                     -
## 899                                -                                     -
## 900                                -                                     -
## 901                                -                                     -
## 902                                -                                     -
## 903                                -                                     -
## 904                                -                                     -
## 905                                -                                     -
## 906                                -                                     -
## 907                                -                                     -
## 908                                -                                     -
## 909                                -                                     -
## 910                                -                                     -
## 911                                -                                     -
## 912                                -                                     -
## 913                                -                                     -
## 914                                -                                     -
## 915                                -                                     -
## 916                                -                                     -
## 917                                -                                     -
## 918                                -                                     -
## 919                                -                                     -
## 920                                -                                     -
## 921                                -                                     -
## 922                                -                                     -
## 923                                -                                     -
## 924                                -                                     -
## 925                                -                                     -
## 926                                -                                     -
## 927                                -                                     -
## 928                                -                                     -
## 929                                -                                     -
## 930                                -                                     -
## 931                                -                                     -
## 932                                -                                     -
## 933                                -                                     -
## 934                                -                                     -
## 935                                -                                     -
## 936                                -                                     -
## 937                                -                                     -
## 938                                -                                     -
## 939                                -                                     -
## 940                                -                                     -
## 941                                -                                     -
## 942                                -                                     -
## 943                                -                                     -
## 944                                -                                     -
## 945                                -                                     -
## 946                                -                                     -
## 947                                -                                     -
## 948                                -                                     -
## 949                                -                                     -
## 950                                -                                     -
## 951                                -                                     -
## 952                                -                                     -
## 953                                -                                     -
## 954                                -                                     -
## 955                                -                                     -
## 956                                -                                     -
## 957                                -                                     -
## 958                                -                                     -
## 959                                -                                     -
## 960                                -                                     -
## 961                                -                                     -
## 962                                -                                     -
## 963                                -                                     -
## 964                                -                                     -
## 965                                -                                     -
## 966                                - One of us needs to sleep with a child
## 967                                -                                     -
## 968                                -                                     -
## 969                                -                                     -
## 970                                -                                     -
## 971                                -                                     -
## 972                                -                                     -
## 973                                -                                     -
## 974                                -                                     -
## 975                                -                                     -
## 976                                -                                     -
## 977                                -                                     -
## 978                                -                                     -
## 979                                -                                     -
## 980                                -                                     -
## 981                                -                                     -
## 982                                -                                     -
## 983                                -                                     -
## 984                                -                                     -
## 985                                -                                     -
## 986                                -                                     -
## 987                                -                                     -
## 988                                -                                     -
## 989  Do not want to share the covers                                     -
## 990                                -                                     -
## 991                                -                                     -
## 992                                -                                     -
## 993                                - One of us needs to sleep with a child
## 994                                -                                     -
## 995                                -                                     -
## 996                                -                                     -
## 997                                -                                     -
## 998                                -                                     -
## 999                                -                                     -
## 1000                               -                                     -
## 1001                               -                                     -
## 1002                               -                                     -
## 1003                               -                                     -
## 1004                               -                                     -
## 1005                               -                                     -
## 1006                               -                                     -
## 1007                               - One of us needs to sleep with a child
## 1008                               -                                     -
## 1009                               -                                     -
## 1010                               -                                     -
## 1011                               -                                     -
## 1012                               - One of us needs to sleep with a child
## 1013                               -                                     -
## 1014                               -                                     -
## 1015                               - One of us needs to sleep with a child
## 1016                               -                                     -
## 1017                               -                                     -
## 1018                               -                                     -
## 1019                               -                                     -
## 1020                               -                                     -
## 1021                               -                                     -
## 1022                               -                                     -
## 1023                               -                                     -
## 1024                               -                                     -
## 1025                               -                                     -
## 1026                               -                                     -
## 1027                               -                                     -
## 1028                               -                                     -
## 1029                               -                                     -
## 1030                               -                                     -
## 1031                               -                                     -
## 1032                               -                                     -
## 1033                               -                                     -
## 1034                               -                                     -
## 1035                               -                                     -
## 1036                               -                                     -
## 1037                               -                                     -
## 1038                               -                                     -
## 1039                               -                                     -
## 1040                               -                                     -
## 1041                               -                                     -
## 1042                               - One of us needs to sleep with a child
## 1043                               -                                     -
## 1044                               -                                     -
## 1045                               -                                     -
## 1046                               -                                     -
## 1047                               -                                     -
## 1048                               -                                     -
## 1049                               -                                     -
## 1050                               -                                     -
## 1051                               -                                     -
## 1052                               -                                     -
## 1053                               -                                     -
## 1054                               -                                     -
## 1055                               -                                     -
## 1056                               -                                     -
## 1057                               -                                     -
## 1058                               -                                     -
## 1059                               -                                     -
## 1060                               -                                     -
## 1061                               -                                     -
## 1062                               -                                     -
## 1063                               -                                     -
## 1064                               -                                     -
## 1065                               -                                     -
## 1066                               -                                     -
## 1067                               -                                     -
## 1068                               -                                     -
## 1069                               -                                     -
## 1070                               - One of us needs to sleep with a child
## 1071                               -                                     -
## 1072                               -                                     -
## 1073                               -                                     -
## 1074                               -                                     -
## 1075                               -                                     -
## 1076                               -                                     -
## 1077                               -                                     -
## 1078                               -                                     -
## 1079                               -                                     -
## 1080                               -                                     -
## 1081                               -                                     -
## 1082                               -                                     -
## 1083                               -                                     -
## 1084                               -                                     -
## 1085                               -                                     -
## 1086                               -                                     -
## 1087                               -                                     -
## 1088                               -                                     -
## 1089                               -                                     -
## 1090                               -                                     -
## 1091                               -                                     -
## 1092                               -                                     -
## 1093                               -                                     -
## 1094                               -                                     -
##                             Different.sleep.time                  att20
## 1    Night working/very different sleeping times Other (please specify)
## 2                                              - Other (please specify)
## 3                                              -                      -
## 4                                              -                      -
## 5                                              -                      -
## 6                                              -                      -
## 7                                              -                      -
## 8                                              -                      -
## 9                                              -                      -
## 10                                             -                      -
## 11                                             -                      -
## 12                                             -                      -
## 13                                             -                      -
## 14                                             -                      -
## 15                                             -                      -
## 16                                             -                      -
## 17                                             - Other (please specify)
## 18                                             -                      -
## 19                                             - Other (please specify)
## 20                                             -                      -
## 21                                             -                      -
## 22                                             -                      -
## 23                                             -                      -
## 24                                             -                      -
## 25                                             -                      -
## 26                                             -                      -
## 27                                             -                      -
## 28                                             -                      -
## 29                                             -                      -
## 30                                             -                      -
## 31                                             -                      -
## 32                                             -                      -
## 33   Night working/very different sleeping times                      -
## 34                                             -                      -
## 35                                             -                      -
## 36                                             -                      -
## 37                                             -                      -
## 38                                             - Other (please specify)
## 39   Night working/very different sleeping times                      -
## 40                                             - Other (please specify)
## 41                                             -                      -
## 42                                             -                      -
## 43                                             -                      -
## 44   Night working/very different sleeping times                      -
## 45                                             -                      -
## 46                                             -                      -
## 47                                             -                      -
## 48                                             -                      -
## 49                                             -                      -
## 50                                             -                      -
## 51   Night working/very different sleeping times                      -
## 52                                             -                      -
## 53   Night working/very different sleeping times Other (please specify)
## 54                                             -                      -
## 55                                             -                      -
## 56                                             -                      -
## 57   Night working/very different sleeping times                      -
## 58                                             -                      -
## 59                                             -                      -
## 60                                             -                      -
## 61                                             -                      -
## 62                                             -                      -
## 63                                             -                      -
## 64                                             -                      -
## 65   Night working/very different sleeping times                      -
## 66                                             -                      -
## 67   Night working/very different sleeping times                      -
## 68                                             -                      -
## 69                                             -                      -
## 70                                             -                      -
## 71                                             -                      -
## 72                                             -                      -
## 73                                             -                      -
## 74                                             -                      -
## 75                                             -                      -
## 76                                             -                      -
## 77                                             -                      -
## 78                                             -                      -
## 79   Night working/very different sleeping times                      -
## 80                                             -                      -
## 81                                             -                      -
## 82                                             - Other (please specify)
## 83                                             -                      -
## 84                                             -                      -
## 85                                             -                      -
## 86                                             -                      -
## 87                                             -                      -
## 88   Night working/very different sleeping times                      -
## 89                                             -                      -
## 90                                             -                      -
## 91   Night working/very different sleeping times                      -
## 92                                             -                      -
## 93                                             -                      -
## 94                                             -                      -
## 95                                             -                      -
## 96                                             -                      -
## 97   Night working/very different sleeping times                      -
## 98                                             -                      -
## 99                                             -                      -
## 100                                            - Other (please specify)
## 101                                            -                      -
## 102                                            -                      -
## 103                                            -                      -
## 104                                            -                      -
## 105                                            -                      -
## 106  Night working/very different sleeping times                      -
## 107                                            -                      -
## 108                                            -                      -
## 109                                            -                      -
## 110                                            -                      -
## 111                                            -                      -
## 112                                            -                      -
## 113                                            -                      -
## 114                                            -                      -
## 115                                            -                      -
## 116                                            -                      -
## 117                                            -                      -
## 118                                            -                      -
## 119                                            -                      -
## 120                                            - Other (please specify)
## 121                                            -                      -
## 122                                            -                      -
## 123  Night working/very different sleeping times                      -
## 124                                            -                      -
## 125                                            -                      -
## 126                                            -                      -
## 127                                            -                      -
## 128                                            -                      -
## 129  Night working/very different sleeping times                      -
## 130                                            -                      -
## 131                                            -                      -
## 132                                            -                      -
## 133                                            -                      -
## 134                                            -                      -
## 135                                            -                      -
## 136                                            -                      -
## 137                                            -                      -
## 138                                            -                      -
## 139                                            -                      -
## 140                                            -                      -
## 141                                            -                      -
## 142                                            -                      -
## 143                                            -                      -
## 144                                            -                      -
## 145                                            -                      -
## 146                                            -                      -
## 147                                            -                      -
## 148                                            -                      -
## 149                                            -                      -
## 150                                            -                      -
## 151                                            -                      -
## 152                                            - Other (please specify)
## 153                                            -                      -
## 154  Night working/very different sleeping times                      -
## 155                                            -                      -
## 156                                            -                      -
## 157                                            -                      -
## 158                                            -                      -
## 159                                            -                      -
## 160                                            -                      -
## 161                                            - Other (please specify)
## 162                                            -                      -
## 163                                            -                      -
## 164                                            -                      -
## 165                                            -                      -
## 166                                            -                      -
## 167                                            -                      -
## 168                                            -                      -
## 169                                            -                      -
## 170                                            -                      -
## 171                                            -                      -
## 172                                            -                      -
## 173                                            -                      -
## 174                                            -                      -
## 175                                            - Other (please specify)
## 176  Night working/very different sleeping times                      -
## 177                                            -                      -
## 178                                            -                      -
## 179                                            -                      -
## 180                                            -                      -
## 181                                            - Other (please specify)
## 182                                            -                      -
## 183                                            -                      -
## 184                                            -                      -
## 185  Night working/very different sleeping times                      -
## 186                                            -                      -
## 187                                            -                      -
## 188                                            -                      -
## 189                                            -                      -
## 190                                            - Other (please specify)
## 191                                            -                      -
## 192                                            - Other (please specify)
## 193                                            -                      -
## 194  Night working/very different sleeping times                      -
## 195                                            - Other (please specify)
## 196                                            - Other (please specify)
## 197                                            -                      -
## 198  Night working/very different sleeping times                      -
## 199                                            - Other (please specify)
## 200                                            -                      -
## 201                                            -                      -
## 202                                            -                      -
## 203                                            -                      -
## 204                                            -                      -
## 205                                            -                      -
## 206                                            -                      -
## 207                                            -                      -
## 208                                            -                      -
## 209                                            - Other (please specify)
## 210                                            -                      -
## 211  Night working/very different sleeping times                      -
## 212                                            -                      -
## 213                                            -                      -
## 214                                            -                      -
## 215                                            -                      -
## 216                                            -                      -
## 217                                            - Other (please specify)
## 218                                            -                      -
## 219                                            -                      -
## 220                                            -                      -
## 221                                            -                      -
## 222                                            -                      -
## 223                                            - Other (please specify)
## 224                                            -                      -
## 225                                            - Other (please specify)
## 226                                            -                      -
## 227                                            -                      -
## 228                                            -                      -
## 229                                            - Other (please specify)
## 230                                            -                      -
## 231                                            -                      -
## 232                                            -                      -
## 233                                            -                      -
## 234                                            -                      -
## 235                                            - Other (please specify)
## 236                                            -                      -
## 237                                            -                      -
## 238                                            -                      -
## 239                                            -                      -
## 240                                            -                      -
## 241                                            -                      -
## 242                                            -                      -
## 243                                            - Other (please specify)
## 244                                            -                      -
## 245  Night working/very different sleeping times                      -
## 246  Night working/very different sleeping times                      -
## 247                                            - Other (please specify)
## 248                                            -                      -
## 249                                            -                      -
## 250  Night working/very different sleeping times                      -
## 251                                            -                      -
## 252                                            -                      -
## 253                                            -                      -
## 254                                            -                      -
## 255                                            -                      -
## 256                                            -                      -
## 257                                            -                      -
## 258                                            -                      -
## 259                                            - Other (please specify)
## 260                                            - Other (please specify)
## 261                                            -                      -
## 262                                            - Other (please specify)
## 263                                            -                      -
## 264                                            - Other (please specify)
## 265                                            -                      -
## 266                                            -                      -
## 267                                            - Other (please specify)
## 268                                            - Other (please specify)
## 269                                            -                      -
## 270  Night working/very different sleeping times                      -
## 271                                            -                      -
## 272                                            - Other (please specify)
## 273                                            -                      -
## 274                                            -                      -
## 275                                            -                      -
## 276                                            -                      -
## 277                                            -                      -
## 278                                            -                      -
## 279                                            - Other (please specify)
## 280                                            - Other (please specify)
## 281                                            -                      -
## 282                                            - Other (please specify)
## 283                                            -                      -
## 284                                            -                      -
## 285                                            -                      -
## 286  Night working/very different sleeping times                      -
## 287                                            -                      -
## 288                                            -                      -
## 289                                            -                      -
## 290                                            -                      -
## 291                                            -                      -
## 292  Night working/very different sleeping times                      -
## 293                                            -                      -
## 294                                            -                      -
## 295                                            -                      -
## 296                                            -                      -
## 297                                            -                      -
## 298                                            -                      -
## 299                                            -                      -
## 300                                            -                      -
## 301                                            -                      -
## 302                                            - Other (please specify)
## 303                                            -                      -
## 304                                            -                      -
## 305                                            -                      -
## 306                                            -                      -
## 307                                            -                      -
## 308                                            -                      -
## 309                                            -                      -
## 310                                            -                      -
## 311                                            - Other (please specify)
## 312  Night working/very different sleeping times Other (please specify)
## 313                                            - Other (please specify)
## 314                                            -                      -
## 315                                            - Other (please specify)
## 316                                            -                      -
## 317                                            -                      -
## 318                                            -                      -
## 319                                            - Other (please specify)
## 320                                            -                      -
## 321                                            -                      -
## 322                                            -                      -
## 323                                            -                      -
## 324                                            -                      -
## 325                                            -                      -
## 326                                            -                      -
## 327                                            - Other (please specify)
## 328                                            -                      -
## 329                                            -                      -
## 330                                            -                      -
## 331                                            -                      -
## 332                                            -                      -
## 333                                            -                      -
## 334                                            -                      -
## 335  Night working/very different sleeping times                      -
## 336                                            -                      -
## 337                                            -                      -
## 338  Night working/very different sleeping times                      -
## 339                                            -                      -
## 340                                            -                      -
## 341                                            -                      -
## 342                                            -                      -
## 343                                            -                      -
## 344                                            -                      -
## 345                                            -                      -
## 346                                            -                      -
## 347                                            -                      -
## 348                                            -                      -
## 349  Night working/very different sleeping times                      -
## 350                                            -                      -
## 351  Night working/very different sleeping times                      -
## 352                                            -                      -
## 353                                            - Other (please specify)
## 354                                            -                      -
## 355                                            -                      -
## 356                                            -                      -
## 357                                            -                      -
## 358                                            - Other (please specify)
## 359                                            -                      -
## 360                                            -                      -
## 361  Night working/very different sleeping times                      -
## 362                                            -                      -
## 363                                            -                      -
## 364                                            -                      -
## 365                                            -                      -
## 366                                            -                      -
## 367                                            -                      -
## 368                                            - Other (please specify)
## 369                                            -                      -
## 370                                            -                      -
## 371                                            -                      -
## 372                                            -                      -
## 373                                            -                      -
## 374                                            - Other (please specify)
## 375                                            -                      -
## 376                                            -                      -
## 377                                            -                      -
## 378                                            -                      -
## 379                                            -                      -
## 380  Night working/very different sleeping times                      -
## 381                                            -                      -
## 382                                            - Other (please specify)
## 383                                            -                      -
## 384                                            -                      -
## 385                                            -                      -
## 386                                            -                      -
## 387                                            - Other (please specify)
## 388                                            -                      -
## 389                                            -                      -
## 390                                            -                      -
## 391                                            -                      -
## 392                                            -                      -
## 393                                            -                      -
## 394                                            -                      -
## 395                                            -                      -
## 396                                            -                      -
## 397                                            -                      -
## 398                                            -                      -
## 399                                            -                      -
## 400                                            -                      -
## 401                                            -                      -
## 402                                            - Other (please specify)
## 403                                            -                      -
## 404                                            -                      -
## 405                                            -                      -
## 406                                            -                      -
## 407  Night working/very different sleeping times                      -
## 408                                            -                      -
## 409                                            -                      -
## 410                                            -                      -
## 411                                            -                      -
## 412                                            -                      -
## 413                                            -                      -
## 414                                            -                      -
## 415                                            -                      -
## 416                                            -                      -
## 417                                            -                      -
## 418                                            -                      -
## 419                                            -                      -
## 420                                            -                      -
## 421                                            - Other (please specify)
## 422                                            - Other (please specify)
## 423                                            -                      -
## 424  Night working/very different sleeping times                      -
## 425                                            -                      -
## 426                                            -                      -
## 427                                            - Other (please specify)
## 428                                            -                      -
## 429                                            -                      -
## 430                                            -                      -
## 431                                            -                      -
## 432                                            -                      -
## 433                                            -                      -
## 434                                            -                      -
## 435                                            -                      -
## 436                                            -                      -
## 437                                            -                      -
## 438                                            -                      -
## 439                                            -                      -
## 440                                            -                      -
## 441                                            -                      -
## 442                                            -                      -
## 443                                            -                      -
## 444                                            - Other (please specify)
## 445                                            -                      -
## 446                                            -                      -
## 447                                            -                      -
## 448                                            -                      -
## 449                                            -                      -
## 450                                            - Other (please specify)
## 451                                            -                      -
## 452                                            -                      -
## 453                                            -                      -
## 454                                            -                      -
## 455                                            - Other (please specify)
## 456                                            -                      -
## 457                                            -                      -
## 458                                            -                      -
## 459                                            -                      -
## 460                                            -                      -
## 461  Night working/very different sleeping times                      -
## 462                                            -                      -
## 463                                            -                      -
## 464                                            -                      -
## 465                                            -                      -
## 466                                            -                      -
## 467  Night working/very different sleeping times                      -
## 468                                            -                      -
## 469                                            -                      -
## 470                                            -                      -
## 471                                            -                      -
## 472                                            -                      -
## 473                                            -                      -
## 474                                            -                      -
## 475                                            -                      -
## 476                                            -                      -
## 477                                            -                      -
## 478                                            -                      -
## 479                                            -                      -
## 480                                            -                      -
## 481  Night working/very different sleeping times                      -
## 482  Night working/very different sleeping times                      -
## 483                                            - Other (please specify)
## 484  Night working/very different sleeping times                      -
## 485                                            -                      -
## 486                                            -                      -
## 487                                            -                      -
## 488                                            -                      -
## 489                                            -                      -
## 490                                            - Other (please specify)
## 491                                            - Other (please specify)
## 492                                            -                      -
## 493                                            -                      -
## 494                                            -                      -
## 495                                            -                      -
## 496                                            -                      -
## 497                                            -                      -
## 498                                            -                      -
## 499                                            -                      -
## 500                                            -                      -
## 501  Night working/very different sleeping times                      -
## 502                                            -                      -
## 503                                            -                      -
## 504                                            -                      -
## 505                                            -                      -
## 506                                            -                      -
## 507                                            -                      -
## 508                                            - Other (please specify)
## 509                                            -                      -
## 510                                            - Other (please specify)
## 511                                            -                      -
## 512                                            -                      -
## 513                                            -                      -
## 514                                            -                      -
## 515                                            -                      -
## 516                                            -                      -
## 517                                            -                      -
## 518                                            -                      -
## 519                                            -                      -
## 520                                            -                      -
## 521                                            -                      -
## 522                                            -                      -
## 523                                            -                      -
## 524                                            - Other (please specify)
## 525                                            -                      -
## 526                                            -                      -
## 527                                            -                      -
## 528                                            -                      -
## 529                                            - Other (please specify)
## 530                                            -                      -
## 531                                            -                      -
## 532                                            -                      -
## 533                                            -                      -
## 534                                            - Other (please specify)
## 535                                            -                      -
## 536                                            -                      -
## 537                                            -                      -
## 538                                            -                      -
## 539                                            -                      -
## 540                                            -                      -
## 541                                            -                      -
## 542                                            -                      -
## 543                                            -                      -
## 544                                            -                      -
## 545                                            -                      -
## 546                                            -                      -
## 547                                            -                      -
## 548                                            -                      -
## 549                                            -                      -
## 550                                            -                      -
## 551                                            -                      -
## 552                                            -                      -
## 553                                            -                      -
## 554                                            -                      -
## 555                                            -                      -
## 556                                            -                      -
## 557                                            -                      -
## 558                                            -                      -
## 559                                            -                      -
## 560                                            -                      -
## 561                                            -                      -
## 562                                            -                      -
## 563                                            -                      -
## 564                                            - Other (please specify)
## 565                                            -                      -
## 566                                            - Other (please specify)
## 567                                            -                      -
## 568                                            -                      -
## 569                                            -                      -
## 570  Night working/very different sleeping times                      -
## 571                                            -                      -
## 572                                            -                      -
## 573                                            -                      -
## 574                                            -                      -
## 575                                            -                      -
## 576  Night working/very different sleeping times                      -
## 577                                            -                      -
## 578                                            -                      -
## 579                                            -                      -
## 580                                            -                      -
## 581                                            -                      -
## 582                                            -                      -
## 583                                            -                      -
## 584                                            -                      -
## 585                                            -                      -
## 586                                            -                      -
## 587                                            -                      -
## 588                                            -                      -
## 589                                            -                      -
## 590                                            -                      -
## 591                                            -                      -
## 592                                            -                      -
## 593                                            -                      -
## 594                                            -                      -
## 595                                            -                      -
## 596  Night working/very different sleeping times                      -
## 597                                            -                      -
## 598                                            -                      -
## 599                                            -                      -
## 600                                            -                      -
## 601                                            -                      -
## 602                                            -                      -
## 603                                            -                      -
## 604                                            -                      -
## 605                                            -                      -
## 606                                            -                      -
## 607                                            -                      -
## 608                                            -                      -
## 609                                            -                      -
## 610                                            -                      -
## 611  Night working/very different sleeping times                      -
## 612                                            -                      -
## 613                                            -                      -
## 614                                            -                      -
## 615  Night working/very different sleeping times                      -
## 616                                            -                      -
## 617                                            -                      -
## 618                                            - Other (please specify)
## 619                                            -                      -
## 620                                            - Other (please specify)
## 621                                            -                      -
## 622                                            -                      -
## 623                                            -                      -
## 624                                            -                      -
## 625                                            -                      -
## 626                                            -                      -
## 627                                            -                      -
## 628  Night working/very different sleeping times                      -
## 629                                            -                      -
## 630                                            -                      -
## 631                                            -                      -
## 632                                            - Other (please specify)
## 633                                            -                      -
## 634  Night working/very different sleeping times                      -
## 635                                            -                      -
## 636                                            -                      -
## 637                                            -                      -
## 638                                            -                      -
## 639                                            -                      -
## 640                                            -                      -
## 641                                            - Other (please specify)
## 642                                            -                      -
## 643                                            -                      -
## 644                                            -                      -
## 645                                            -                      -
## 646                                            -                      -
## 647                                            -                      -
## 648                                            - Other (please specify)
## 649                                            -                      -
## 650                                            -                      -
## 651                                            -                      -
## 652                                            - Other (please specify)
## 653                                            -                      -
## 654                                            -                      -
## 655                                            -                      -
## 656                                            -                      -
## 657                                            -                      -
## 658                                            -                      -
## 659                                            -                      -
## 660  Night working/very different sleeping times                      -
## 661                                            -                      -
## 662                                            -                      -
## 663                                            -                      -
## 664                                            -                      -
## 665  Night working/very different sleeping times                      -
## 666                                            -                      -
## 667  Night working/very different sleeping times                      -
## 668                                            -                      -
## 669                                            -                      -
## 670                                            -                      -
## 671                                            -                      -
## 672                                            -                      -
## 673                                            -                      -
## 674                                            -                      -
## 675                                            -                      -
## 676                                            -                      -
## 677                                            -                      -
## 678                                            -                      -
## 679                                            -                      -
## 680                                            -                      -
## 681                                            -                      -
## 682                                            -                      -
## 683                                            -                      -
## 684                                            -                      -
## 685                                            -                      -
## 686  Night working/very different sleeping times                      -
## 687                                            -                      -
## 688                                            -                      -
## 689                                            - Other (please specify)
## 690                                            -                      -
## 691                                            -                      -
## 692                                            - Other (please specify)
## 693  Night working/very different sleeping times                      -
## 694                                            -                      -
## 695                                            -                      -
## 696                                            -                      -
## 697                                            -                      -
## 698                                            -                      -
## 699                                            -                      -
## 700                                            -                      -
## 701  Night working/very different sleeping times                      -
## 702                                            -                      -
## 703                                            -                      -
## 704                                            -                      -
## 705                                            -                      -
## 706                                            -                      -
## 707                                            -                      -
## 708                                            -                      -
## 709                                            -                      -
## 710                                            -                      -
## 711                                            - Other (please specify)
## 712  Night working/very different sleeping times                      -
## 713                                            -                      -
## 714                                            -                      -
## 715                                            -                      -
## 716                                            -                      -
## 717                                            -                      -
## 718  Night working/very different sleeping times Other (please specify)
## 719                                            -                      -
## 720  Night working/very different sleeping times                      -
## 721                                            -                      -
## 722                                            -                      -
## 723                                            -                      -
## 724                                            -                      -
## 725                                            -                      -
## 726                                            -                      -
## 727                                            -                      -
## 728                                            -                      -
## 729                                            -                      -
## 730                                            -                      -
## 731                                            - Other (please specify)
## 732  Night working/very different sleeping times                      -
## 733                                            -                      -
## 734                                            -                      -
## 735                                            -                      -
## 736                                            -                      -
## 737                                            -                      -
## 738                                            -                      -
## 739                                            -                      -
## 740                                            -                      -
## 741  Night working/very different sleeping times                      -
## 742                                            -                      -
## 743                                            -                      -
## 744                                            -                      -
## 745                                            - Other (please specify)
## 746                                            -                      -
## 747                                            -                      -
## 748                                            -                      -
## 749                                            -                      -
## 750                                            -                      -
## 751                                            - Other (please specify)
## 752                                            -                      -
## 753                                            -                      -
## 754                                            -                      -
## 755                                            -                      -
## 756  Night working/very different sleeping times                      -
## 757                                            -                      -
## 758                                            -                      -
## 759                                            -                      -
## 760                                            -                      -
## 761                                            -                      -
## 762                                            -                      -
## 763                                            - Other (please specify)
## 764  Night working/very different sleeping times Other (please specify)
## 765                                            - Other (please specify)
## 766                                            -                      -
## 767                                            -                      -
## 768                                            -                      -
## 769                                            -                      -
## 770                                            - Other (please specify)
## 771  Night working/very different sleeping times                      -
## 772                                            -                      -
## 773                                            -                      -
## 774                                            -                      -
## 775                                            -                      -
## 776                                            -                      -
## 777                                            -                      -
## 778                                            -                      -
## 779                                            -                      -
## 780                                            -                      -
## 781                                            -                      -
## 782                                            - Other (please specify)
## 783                                            - Other (please specify)
## 784                                            -                      -
## 785                                            -                      -
## 786                                            -                      -
## 787                                            -                      -
## 788                                            -                      -
## 789                                            -                      -
## 790                                            -                      -
## 791                                            -                      -
## 792                                            -                      -
## 793                                            -                      -
## 794                                            -                      -
## 795                                            -                      -
## 796                                            -                      -
## 797                                            -                      -
## 798                                            -                      -
## 799                                            -                      -
## 800                                            -                      -
## 801                                            -                      -
## 802                                            -                      -
## 803                                            -                      -
## 804                                            -                      -
## 805                                            -                      -
## 806                                            -                      -
## 807                                            -                      -
## 808                                            -                      -
## 809                                            -                      -
## 810                                            -                      -
## 811                                            -                      -
## 812                                            -                      -
## 813                                            -                      -
## 814                                            -                      -
## 815                                            -                      -
## 816                                            -                      -
## 817                                            -                      -
## 818                                            -                      -
## 819                                            - Other (please specify)
## 820                                            -                      -
## 821  Night working/very different sleeping times                      -
## 822                                            -                      -
## 823                                            -                      -
## 824                                            -                      -
## 825                                            -                      -
## 826                                            -                      -
## 827                                            -                      -
## 828                                            -                      -
## 829                                            -                      -
## 830                                            -                      -
## 831                                            -                      -
## 832                                            -                      -
## 833  Night working/very different sleeping times Other (please specify)
## 834  Night working/very different sleeping times                      -
## 835                                            -                      -
## 836  Night working/very different sleeping times                      -
## 837  Night working/very different sleeping times Other (please specify)
## 838                                            -                      -
## 839                                            -                      -
## 840                                            -                      -
## 841                                            -                      -
## 842                                            -                      -
## 843                                            -                      -
## 844                                            -                      -
## 845                                            -                      -
## 846                                            -                      -
## 847                                            -                      -
## 848                                            -                      -
## 849                                            -                      -
## 850  Night working/very different sleeping times                      -
## 851                                            -                      -
## 852                                            -                      -
## 853                                            -                      -
## 854                                            -                      -
## 855                                            -                      -
## 856                                            -                      -
## 857                                            -                      -
## 858                                            -                      -
## 859                                            -                      -
## 860  Night working/very different sleeping times                      -
## 861                                            -                      -
## 862                                            -                      -
## 863                                            -                      -
## 864                                            -                      -
## 865                                            -                      -
## 866                                            -                      -
## 867                                            -                      -
## 868                                            -                      -
## 869                                            - Other (please specify)
## 870                                            -                      -
## 871                                            -                      -
## 872                                            -                      -
## 873                                            -                      -
## 874                                            -                      -
## 875                                            -                      -
## 876                                            -                      -
## 877                                            -                      -
## 878                                            -                      -
## 879                                            -                      -
## 880                                            -                      -
## 881                                            -                      -
## 882                                            -                      -
## 883                                            -                      -
## 884  Night working/very different sleeping times                      -
## 885                                            -                      -
## 886                                            -                      -
## 887                                            -                      -
## 888                                            - Other (please specify)
## 889                                            -                      -
## 890                                            -                      -
## 891                                            -                      -
## 892                                            -                      -
## 893                                            -                      -
## 894                                            -                      -
## 895                                            -                      -
## 896                                            -                      -
## 897                                            -                      -
## 898                                            -                      -
## 899                                            -                      -
## 900                                            -                      -
## 901                                            -                      -
## 902                                            -                      -
## 903                                            -                      -
## 904                                            -                      -
## 905  Night working/very different sleeping times Other (please specify)
## 906                                            -                      -
## 907                                            -                      -
## 908                                            -                      -
## 909                                            -                      -
## 910                                            -                      -
## 911                                            -                      -
## 912                                            -                      -
## 913                                            -                      -
## 914                                            - Other (please specify)
## 915                                            -                      -
## 916                                            -                      -
## 917                                            -                      -
## 918                                            -                      -
## 919                                            -                      -
## 920                                            - Other (please specify)
## 921                                            -                      -
## 922                                            -                      -
## 923                                            -                      -
## 924                                            -                      -
## 925                                            - Other (please specify)
## 926                                            -                      -
## 927                                            -                      -
## 928                                            -                      -
## 929                                            -                      -
## 930                                            -                      -
## 931                                            -                      -
## 932                                            -                      -
## 933                                            -                      -
## 934                                            -                      -
## 935                                            -                      -
## 936                                            -                      -
## 937                                            -                      -
## 938                                            -                      -
## 939                                            -                      -
## 940                                            -                      -
## 941                                            -                      -
## 942                                            -                      -
## 943                                            -                      -
## 944                                            -                      -
## 945                                            - Other (please specify)
## 946                                            -                      -
## 947                                            -                      -
## 948                                            -                      -
## 949                                            - Other (please specify)
## 950                                            -                      -
## 951                                            -                      -
## 952                                            -                      -
## 953                                            -                      -
## 954                                            -                      -
## 955                                            -                      -
## 956                                            -                      -
## 957                                            -                      -
## 958                                            -                      -
## 959                                            -                      -
## 960                                            - Other (please specify)
## 961                                            -                      -
## 962                                            -                      -
## 963                                            -                      -
## 964                                            -                      -
## 965                                            -                      -
## 966                                            -                      -
## 967                                            -                      -
## 968                                            -                      -
## 969                                            -                      -
## 970                                            -                      -
## 971  Night working/very different sleeping times                      -
## 972                                            -                      -
## 973                                            -                      -
## 974                                            -                      -
## 975                                            - Other (please specify)
## 976                                            -                      -
## 977                                            -                      -
## 978                                            -                      -
## 979                                            -                      -
## 980                                            -                      -
## 981                                            - Other (please specify)
## 982                                            -                      -
## 983                                            -                      -
## 984                                            -                      -
## 985                                            -                      -
## 986                                            -                      -
## 987                                            -                      -
## 988                                            -                      -
## 989                                            -                      -
## 990                                            -                      -
## 991                                            -                      -
## 992                                            -                      -
## 993                                            -                      -
## 994                                            - Other (please specify)
## 995                                            -                      -
## 996                                            -                      -
## 997                                            -                      -
## 998  Night working/very different sleeping times Other (please specify)
## 999                                            -                      -
## 1000                                           -                      -
## 1001                                           -                      -
## 1002                                           -                      -
## 1003                                           -                      -
## 1004                                           -                      -
## 1005                                           -                      -
## 1006 Night working/very different sleeping times                      -
## 1007                                           -                      -
## 1008                                           -                      -
## 1009 Night working/very different sleeping times                      -
## 1010                                           - Other (please specify)
## 1011                                           -                      -
## 1012                                           -                      -
## 1013                                           -                      -
## 1014                                           -                      -
## 1015                                           -                      -
## 1016                                           -                      -
## 1017                                           -                      -
## 1018                                           -                      -
## 1019                                           -                      -
## 1020                                           -                      -
## 1021                                           -                      -
## 1022                                           -                      -
## 1023                                           -                      -
## 1024                                           -                      -
## 1025                                           -                      -
## 1026                                           -                      -
## 1027                                           -                      -
## 1028                                           -                      -
## 1029                                           -                      -
## 1030                                           - Other (please specify)
## 1031                                           -                      -
## 1032                                           -                      -
## 1033                                           -                      -
## 1034                                           -                      -
## 1035                                           -                      -
## 1036                                           -                      -
## 1037                                           -                      -
## 1038                                           -                      -
## 1039                                           -                      -
## 1040                                           -                      -
## 1041                                           -                      -
## 1042                                           -                      -
## 1043                                           -                      -
## 1044                                           -                      -
## 1045                                           - Other (please specify)
## 1046 Night working/very different sleeping times                      -
## 1047                                           -                      -
## 1048                                           -                      -
## 1049                                           -                      -
## 1050                                           -                      -
## 1051                                           - Other (please specify)
## 1052                                           - Other (please specify)
## 1053                                           -                      -
## 1054                                           -                      -
## 1055                                           -                      -
## 1056                                           -                      -
## 1057                                           -                      -
## 1058                                           - Other (please specify)
## 1059                                           -                      -
## 1060                                           -                      -
## 1061                                           -                      -
## 1062                                           -                      -
## 1063                                           -                      -
## 1064                                           -                      -
## 1065                                           -                      -
## 1066                                           -                      -
## 1067                                           -                      -
## 1068                                           -                      -
## 1069                                           -                      -
## 1070                                           -                      -
## 1071                                           -                      -
## 1072                                           -                      -
## 1073                                           -                      -
## 1074                                           -                      -
## 1075                                           -                      -
## 1076                                           -                      -
## 1077                                           -                      -
## 1078                                           -                      -
## 1079                                           -                      -
## 1080                                           -                      -
## 1081                                           -                      -
## 1082                                           -                      -
## 1083                                           -                      -
## 1084                                           -                      -
## 1085                                           -                      -
## 1086                                           -                      -
## 1087                                           -                      -
## 1088                                           - Other (please specify)
## 1089                                           -                      -
## 1090 Night working/very different sleeping times                      -
## 1091                                           -                      -
## 1092                                           -                      -
## 1093                                           -                      -
## 1094                                           -                      -
##                    Hypothesis.1               Hypothesis.2
## 1                      Response                   Response
## 2             Strongly disagree             Somewhat agree
## 3                Somewhat agree             Strongly agree
## 4                             -                          -
## 5                             -                          -
## 6                             -                          -
## 7                             -                          -
## 8                             -                          -
## 9                             -                          -
## 10                            -                          -
## 11                            -                          -
## 12                            -                          -
## 13                            -                          -
## 14   Neither agree nor disagree Neither agree nor disagree
## 15                            -                          -
## 16                            -                          -
## 17               Strongly agree             Strongly agree
## 18   Neither agree nor disagree          Somewhat disagree
## 19   Neither agree nor disagree             Somewhat agree
## 20                            -                          -
## 21                            -                          -
## 22                            -                          -
## 23                            -                          -
## 24                            -                          -
## 25                            -                          -
## 26                            -                          -
## 27                            -                          -
## 28                            -                          -
## 29                            -                          -
## 30                            -                          -
## 31                            -                          -
## 32   Neither agree nor disagree Neither agree nor disagree
## 33   Neither agree nor disagree Neither agree nor disagree
## 34                            -                          -
## 35                            -                          -
## 36            Strongly disagree          Strongly disagree
## 37   Neither agree nor disagree             Somewhat agree
## 38   Neither agree nor disagree          Somewhat disagree
## 39   Neither agree nor disagree          Somewhat disagree
## 40            Somewhat disagree          Somewhat disagree
## 41                            -                          -
## 42            Somewhat disagree          Somewhat disagree
## 43                            -                          -
## 44   Neither agree nor disagree          Somewhat disagree
## 45            Strongly disagree          Strongly disagree
## 46                            -                          -
## 47               Somewhat agree             Strongly agree
## 48            Somewhat disagree Neither agree nor disagree
## 49                            -                          -
## 50                            -                          -
## 51   Neither agree nor disagree             Strongly agree
## 52                            -                          -
## 53               Strongly agree             Somewhat agree
## 54                            -                          -
## 55   Neither agree nor disagree          Somewhat disagree
## 56                            -                          -
## 57               Strongly agree Neither agree nor disagree
## 58                            -                          -
## 59                            -                          -
## 60                            -                          -
## 61                            -                          -
## 62                            -                          -
## 63            Strongly disagree          Strongly disagree
## 64   Neither agree nor disagree             Somewhat agree
## 65            Strongly disagree          Strongly disagree
## 66                            -                          -
## 67   Neither agree nor disagree Neither agree nor disagree
## 68                            -                          -
## 69            Strongly disagree          Strongly disagree
## 70                            -                          -
## 71                            -                          -
## 72   Neither agree nor disagree Neither agree nor disagree
## 73   Neither agree nor disagree          Somewhat disagree
## 74                            -                          -
## 75                            -                          -
## 76               Somewhat agree             Strongly agree
## 77                            -                          -
## 78                            -                          -
## 79   Neither agree nor disagree             Somewhat agree
## 80                            -                          -
## 81                            -                          -
## 82            Strongly disagree          Strongly disagree
## 83                            -                          -
## 84   Neither agree nor disagree Neither agree nor disagree
## 85            Somewhat disagree          Somewhat disagree
## 86                            -                          -
## 87                            -                          -
## 88            Somewhat disagree Neither agree nor disagree
## 89                            -                          -
## 90                            -                          -
## 91            Somewhat disagree          Somewhat disagree
## 92                            -                          -
## 93                            -                          -
## 94                            -                          -
## 95                            -                          -
## 96                            -                          -
## 97   Neither agree nor disagree Neither agree nor disagree
## 98   Neither agree nor disagree             Somewhat agree
## 99                            -                          -
## 100  Neither agree nor disagree          Somewhat disagree
## 101                           -                          -
## 102                           -                          -
## 103              Somewhat agree          Somewhat disagree
## 104                           -                          -
## 105                           -                          -
## 106              Strongly agree             Strongly agree
## 107                           -                          -
## 108                           -                          -
## 109                           -                          -
## 110                           -                          -
## 111                           -                          -
## 112                           -                          -
## 113                           -                          -
## 114                           -                          -
## 115                           -                          -
## 116                           -                          -
## 117                           -                          -
## 118                           -                          -
## 119                           -                          -
## 120              Strongly agree             Strongly agree
## 121           Somewhat disagree          Somewhat disagree
## 122  Neither agree nor disagree Neither agree nor disagree
## 123  Neither agree nor disagree Neither agree nor disagree
## 124  Neither agree nor disagree          Somewhat disagree
## 125                           -                          -
## 126                           -                          -
## 127                           -                          -
## 128           Strongly disagree             Somewhat agree
## 129  Neither agree nor disagree             Somewhat agree
## 130                           -                          -
## 131              Somewhat agree             Strongly agree
## 132                           -                          -
## 133                           -                          -
## 134                           -                          -
## 135           Somewhat disagree             Somewhat agree
## 136                           -                          -
## 137           Somewhat disagree          Strongly disagree
## 138                           -                          -
## 139  Neither agree nor disagree             Somewhat agree
## 140                           -                          -
## 141                           -                          -
## 142                           -                          -
## 143                           -                          -
## 144                           -                          -
## 145                           -                          -
## 146                           -                          -
## 147                           -                          -
## 148                           -                          -
## 149                           -                          -
## 150  Neither agree nor disagree Neither agree nor disagree
## 151           Strongly disagree          Strongly disagree
## 152           Strongly disagree          Strongly disagree
## 153                           -                          -
## 154           Somewhat disagree             Somewhat agree
## 155                           -                          -
## 156                           -                          -
## 157                           -                          -
## 158                           -                          -
## 159                           -                          -
## 160           Somewhat disagree          Strongly disagree
## 161           Somewhat disagree          Somewhat disagree
## 162  Neither agree nor disagree             Somewhat agree
## 163                           -                          -
## 164           Strongly disagree          Strongly disagree
## 165  Neither agree nor disagree             Somewhat agree
## 166  Neither agree nor disagree             Strongly agree
## 167                           -                          -
## 168  Neither agree nor disagree             Strongly agree
## 169                           -                          -
## 170                           -                          -
## 171           Strongly disagree          Strongly disagree
## 172  Neither agree nor disagree             Somewhat agree
## 173  Neither agree nor disagree             Somewhat agree
## 174              Somewhat agree             Somewhat agree
## 175              Somewhat agree             Somewhat agree
## 176           Strongly disagree          Strongly disagree
## 177                           -                          -
## 178                           -                          -
## 179                           -                          -
## 180                           -                          -
## 181              Somewhat agree             Somewhat agree
## 182                           -                          -
## 183              Strongly agree             Somewhat agree
## 184  Neither agree nor disagree             Strongly agree
## 185           Somewhat disagree             Strongly agree
## 186                           -                          -
## 187                           -                          -
## 188                           -                          -
## 189                           -                          -
## 190           Somewhat disagree          Somewhat disagree
## 191              Somewhat agree             Strongly agree
## 192  Neither agree nor disagree             Strongly agree
## 193  Neither agree nor disagree Neither agree nor disagree
## 194  Neither agree nor disagree             Strongly agree
## 195  Neither agree nor disagree             Strongly agree
## 196              Somewhat agree             Strongly agree
## 197                           -                          -
## 198           Strongly disagree          Strongly disagree
## 199  Neither agree nor disagree             Somewhat agree
## 200  Neither agree nor disagree          Somewhat disagree
## 201                           -                          -
## 202                           -                          -
## 203                           -                          -
## 204                           -                          -
## 205           Strongly disagree Neither agree nor disagree
## 206              Strongly agree             Strongly agree
## 207  Neither agree nor disagree Neither agree nor disagree
## 208                           -                          -
## 209  Neither agree nor disagree             Somewhat agree
## 210  Neither agree nor disagree             Somewhat agree
## 211  Neither agree nor disagree             Strongly agree
## 212              Somewhat agree             Somewhat agree
## 213                           -                          -
## 214  Neither agree nor disagree             Somewhat agree
## 215                           -                          -
## 216  Neither agree nor disagree             Strongly agree
## 217  Neither agree nor disagree             Somewhat agree
## 218              Strongly agree             Strongly agree
## 219                           -                          -
## 220                           -                          -
## 221                           -                          -
## 222                           -                          -
## 223  Neither agree nor disagree Neither agree nor disagree
## 224           Strongly disagree          Strongly disagree
## 225  Neither agree nor disagree          Somewhat disagree
## 226  Neither agree nor disagree             Strongly agree
## 227                           -                          -
## 228              Somewhat agree             Somewhat agree
## 229           Strongly disagree          Strongly disagree
## 230                           -                          -
## 231                           -                          -
## 232  Neither agree nor disagree             Somewhat agree
## 233                           -                          -
## 234  Neither agree nor disagree          Somewhat disagree
## 235              Strongly agree             Strongly agree
## 236                           -                          -
## 237                           -                          -
## 238  Neither agree nor disagree Neither agree nor disagree
## 239                           -                          -
## 240                           -                          -
## 241                           -                          -
## 242                           -                          -
## 243           Somewhat disagree          Somewhat disagree
## 244              Strongly agree             Strongly agree
## 245           Somewhat disagree          Somewhat disagree
## 246           Strongly disagree Neither agree nor disagree
## 247  Neither agree nor disagree             Strongly agree
## 248  Neither agree nor disagree             Strongly agree
## 249           Somewhat disagree Neither agree nor disagree
## 250              Somewhat agree Neither agree nor disagree
## 251                           -                          -
## 252                           -                          -
## 253                           -                          -
## 254                           -                          -
## 255  Neither agree nor disagree          Strongly disagree
## 256                           -                          -
## 257                           -                          -
## 258           Strongly disagree          Strongly disagree
## 259           Strongly disagree          Strongly disagree
## 260           Strongly disagree          Strongly disagree
## 261  Neither agree nor disagree             Somewhat agree
## 262              Strongly agree             Strongly agree
## 263                           -                          -
## 264              Strongly agree             Strongly agree
## 265                           -                          -
## 266           Somewhat disagree             Somewhat agree
## 267           Somewhat disagree             Strongly agree
## 268           Strongly disagree Neither agree nor disagree
## 269           Strongly disagree          Strongly disagree
## 270           Strongly disagree          Somewhat disagree
## 271                           -                          -
## 272              Strongly agree             Strongly agree
## 273                           -                          -
## 274                           -                          -
## 275                           -                          -
## 276  Neither agree nor disagree          Strongly disagree
## 277                           -                          -
## 278                           -                          -
## 279  Neither agree nor disagree             Somewhat agree
## 280           Strongly disagree          Somewhat disagree
## 281           Somewhat disagree Neither agree nor disagree
## 282           Strongly disagree          Strongly disagree
## 283                           -                          -
## 284              Somewhat agree             Strongly agree
## 285                           -                          -
## 286              Somewhat agree             Strongly agree
## 287              Strongly agree             Strongly agree
## 288           Strongly disagree          Strongly disagree
## 289                           -                          -
## 290  Neither agree nor disagree             Somewhat agree
## 291                           -                          -
## 292              Somewhat agree          Somewhat disagree
## 293                           -                          -
## 294              Somewhat agree Neither agree nor disagree
## 295                           -                          -
## 296  Neither agree nor disagree Neither agree nor disagree
## 297                           -                          -
## 298                           -                          -
## 299                           -                          -
## 300           Somewhat disagree             Somewhat agree
## 301                           -                          -
## 302  Neither agree nor disagree             Strongly agree
## 303                           -                          -
## 304                           -                          -
## 305                           -                          -
## 306  Neither agree nor disagree             Somewhat agree
## 307                           -                          -
## 308  Neither agree nor disagree             Somewhat agree
## 309           Strongly disagree          Strongly disagree
## 310                           -                          -
## 311  Neither agree nor disagree             Somewhat agree
## 312  Neither agree nor disagree             Strongly agree
## 313           Strongly disagree          Somewhat disagree
## 314                           -                          -
## 315           Somewhat disagree          Somewhat disagree
## 316                           -                          -
## 317                           -                          -
## 318           Strongly disagree             Somewhat agree
## 319           Strongly disagree          Strongly disagree
## 320                           -                          -
## 321                           -                          -
## 322           Somewhat disagree          Somewhat disagree
## 323           Strongly disagree          Somewhat disagree
## 324                           -                          -
## 325                           -                          -
## 326           Somewhat disagree          Somewhat disagree
## 327              Somewhat agree             Strongly agree
## 328                           -                          -
## 329           Strongly disagree          Strongly disagree
## 330                           -                          -
## 331                           -                          -
## 332  Neither agree nor disagree             Somewhat agree
## 333                           -                          -
## 334  Neither agree nor disagree             Somewhat agree
## 335  Neither agree nor disagree Neither agree nor disagree
## 336                           -                          -
## 337                           -                          -
## 338           Strongly disagree          Strongly disagree
## 339                           -                          -
## 340              Strongly agree             Strongly agree
## 341                           -                          -
## 342              Somewhat agree             Strongly agree
## 343                           -                          -
## 344                           -                          -
## 345  Neither agree nor disagree          Somewhat disagree
## 346           Strongly disagree             Strongly agree
## 347              Strongly agree             Strongly agree
## 348                           -                          -
## 349           Strongly disagree Neither agree nor disagree
## 350                           -                          -
## 351           Strongly disagree          Strongly disagree
## 352                           -                          -
## 353           Strongly disagree             Somewhat agree
## 354                           -                          -
## 355                           -                          -
## 356                           -                          -
## 357                           -                          -
## 358  Neither agree nor disagree Neither agree nor disagree
## 359  Neither agree nor disagree             Somewhat agree
## 360                           -                          -
## 361  Neither agree nor disagree          Strongly disagree
## 362                           -                          -
## 363                           -                          -
## 364                           -                          -
## 365                           -                          -
## 366                           -                          -
## 367                           -                          -
## 368  Neither agree nor disagree          Strongly disagree
## 369                           -                          -
## 370                           -                          -
## 371                           -                          -
## 372                           -                          -
## 373                           -                          -
## 374           Somewhat disagree             Strongly agree
## 375                           -                          -
## 376                           -                          -
## 377  Neither agree nor disagree             Strongly agree
## 378              Strongly agree             Strongly agree
## 379           Strongly disagree          Somewhat disagree
## 380              Strongly agree             Somewhat agree
## 381                           -                          -
## 382  Neither agree nor disagree             Strongly agree
## 383                           -                          -
## 384                           -                          -
## 385              Somewhat agree Neither agree nor disagree
## 386                           -                          -
## 387              Somewhat agree             Strongly agree
## 388  Neither agree nor disagree          Somewhat disagree
## 389           Strongly disagree          Strongly disagree
## 390                           -                          -
## 391                           -                          -
## 392                           -                          -
## 393                           -                          -
## 394                           -                          -
## 395  Neither agree nor disagree Neither agree nor disagree
## 396           Strongly disagree          Somewhat disagree
## 397           Strongly disagree          Strongly disagree
## 398                           -                          -
## 399                           -                          -
## 400                           -                          -
## 401                           -                          -
## 402           Strongly disagree          Strongly disagree
## 403  Neither agree nor disagree Neither agree nor disagree
## 404                           -                          -
## 405                           -                          -
## 406                           -                          -
## 407  Neither agree nor disagree          Somewhat disagree
## 408           Somewhat disagree             Somewhat agree
## 409                           -                          -
## 410                           -                          -
## 411                           -                          -
## 412           Strongly disagree             Somewhat agree
## 413                           -                          -
## 414                           -                          -
## 415                           -                          -
## 416  Neither agree nor disagree          Strongly disagree
## 417                           -                          -
## 418                           -                          -
## 419           Strongly disagree          Strongly disagree
## 420                           -                          -
## 421  Neither agree nor disagree Neither agree nor disagree
## 422           Strongly disagree          Strongly disagree
## 423              Strongly agree             Strongly agree
## 424           Strongly disagree          Strongly disagree
## 425                           -                          -
## 426                           -                          -
## 427           Somewhat disagree Neither agree nor disagree
## 428  Neither agree nor disagree             Somewhat agree
## 429           Strongly disagree             Somewhat agree
## 430                           -                          -
## 431              Somewhat agree             Somewhat agree
## 432                           -                          -
## 433              Somewhat agree          Strongly disagree
## 434  Neither agree nor disagree             Strongly agree
## 435                           -                          -
## 436           Somewhat disagree          Somewhat disagree
## 437                           -                          -
## 438                           -                          -
## 439              Strongly agree             Strongly agree
## 440                           -                          -
## 441                           -                          -
## 442                           -                          -
## 443                           -                          -
## 444           Strongly disagree          Strongly disagree
## 445                           -                          -
## 446                           -                          -
## 447  Neither agree nor disagree Neither agree nor disagree
## 448                           -                          -
## 449                           -                          -
## 450              Strongly agree             Strongly agree
## 451                           -                          -
## 452  Neither agree nor disagree          Somewhat disagree
## 453                           -                          -
## 454                           -                          -
## 455  Neither agree nor disagree             Strongly agree
## 456                           -                          -
## 457  Neither agree nor disagree          Somewhat disagree
## 458                           -                          -
## 459                           -                          -
## 460              Strongly agree             Strongly agree
## 461           Somewhat disagree             Somewhat agree
## 462                           -                          -
## 463                           -                          -
## 464  Neither agree nor disagree             Strongly agree
## 465                           -                          -
## 466                           -                          -
## 467  Neither agree nor disagree             Somewhat agree
## 468                           -                          -
## 469                           -                          -
## 470           Strongly disagree          Somewhat disagree
## 471                           -                          -
## 472                           -                          -
## 473                           -                          -
## 474  Neither agree nor disagree Neither agree nor disagree
## 475                           -                          -
## 476              Strongly agree          Somewhat disagree
## 477                           -                          -
## 478                           -                          -
## 479                           -                          -
## 480                           -                          -
## 481  Neither agree nor disagree Neither agree nor disagree
## 482              Strongly agree             Strongly agree
## 483              Strongly agree             Strongly agree
## 484           Strongly disagree          Somewhat disagree
## 485                           -                          -
## 486                           -                          -
## 487                           -                          -
## 488                           -                          -
## 489  Neither agree nor disagree             Somewhat agree
## 490           Strongly disagree          Strongly disagree
## 491           Somewhat disagree          Somewhat disagree
## 492                           -                          -
## 493  Neither agree nor disagree          Somewhat disagree
## 494           Strongly disagree             Strongly agree
## 495                           -                          -
## 496  Neither agree nor disagree Neither agree nor disagree
## 497                           -                          -
## 498  Neither agree nor disagree          Strongly disagree
## 499                           -                          -
## 500                           -                          -
## 501              Strongly agree             Strongly agree
## 502              Somewhat agree             Somewhat agree
## 503                           -                          -
## 504  Neither agree nor disagree Neither agree nor disagree
## 505                           -                          -
## 506  Neither agree nor disagree          Somewhat disagree
## 507                           -                          -
## 508           Strongly disagree          Strongly disagree
## 509           Somewhat disagree             Strongly agree
## 510  Neither agree nor disagree             Strongly agree
## 511                           -                          -
## 512                           -                          -
## 513                           -                          -
## 514                           -                          -
## 515                           -                          -
## 516                           -                          -
## 517                           -                          -
## 518                           -                          -
## 519                           -                          -
## 520           Somewhat disagree             Somewhat agree
## 521                           -                          -
## 522                           -                          -
## 523                           -                          -
## 524           Strongly disagree Neither agree nor disagree
## 525                           -                          -
## 526                           -                          -
## 527                           -                          -
## 528                           -                          -
## 529  Neither agree nor disagree          Somewhat disagree
## 530                           -                          -
## 531                           -                          -
## 532                           -                          -
## 533                           -                          -
## 534  Neither agree nor disagree          Strongly disagree
## 535                           -                          -
## 536                           -                          -
## 537                           -                          -
## 538                           -                          -
## 539  Neither agree nor disagree             Somewhat agree
## 540                           -                          -
## 541                           -                          -
## 542           Strongly disagree          Somewhat disagree
## 543  Neither agree nor disagree             Somewhat agree
## 544                           -                          -
## 545                           -                          -
## 546                           -                          -
## 547  Neither agree nor disagree Neither agree nor disagree
## 548                           -                          -
## 549                           -                          -
## 550           Strongly disagree          Strongly disagree
## 551                           -                          -
## 552           Somewhat disagree             Strongly agree
## 553  Neither agree nor disagree          Somewhat disagree
## 554  Neither agree nor disagree Neither agree nor disagree
## 555                           -                          -
## 556              Strongly agree             Strongly agree
## 557                           -                          -
## 558                           -                          -
## 559                           -                          -
## 560                           -                          -
## 561                           -                          -
## 562  Neither agree nor disagree             Strongly agree
## 563                           -                          -
## 564  Neither agree nor disagree          Somewhat disagree
## 565                           -                          -
## 566           Strongly disagree             Strongly agree
## 567                           -                          -
## 568                           -                          -
## 569                           -                          -
## 570           Strongly disagree             Somewhat agree
## 571  Neither agree nor disagree             Strongly agree
## 572                           -                          -
## 573                           -                          -
## 574                           -                          -
## 575  Neither agree nor disagree Neither agree nor disagree
## 576           Strongly disagree          Strongly disagree
## 577                           -                          -
## 578                           -                          -
## 579                           -                          -
## 580                           -                          -
## 581  Neither agree nor disagree             Somewhat agree
## 582                           -                          -
## 583                           -                          -
## 584                           -                          -
## 585           Strongly disagree          Strongly disagree
## 586                           -                          -
## 587  Neither agree nor disagree Neither agree nor disagree
## 588           Somewhat disagree             Somewhat agree
## 589           Strongly disagree          Strongly disagree
## 590           Somewhat disagree Neither agree nor disagree
## 591                           -                          -
## 592              Somewhat agree Neither agree nor disagree
## 593           Somewhat disagree Neither agree nor disagree
## 594                           -                          -
## 595           Strongly disagree          Strongly disagree
## 596  Neither agree nor disagree             Strongly agree
## 597           Strongly disagree          Somewhat disagree
## 598                           -                          -
## 599                           -                          -
## 600           Somewhat disagree             Somewhat agree
## 601  Neither agree nor disagree          Strongly disagree
## 602                           -                          -
## 603  Neither agree nor disagree          Somewhat disagree
## 604  Neither agree nor disagree Neither agree nor disagree
## 605           Somewhat disagree          Strongly disagree
## 606           Somewhat disagree             Strongly agree
## 607                           -                          -
## 608                           -                          -
## 609                           -                          -
## 610                           -                          -
## 611           Strongly disagree          Somewhat disagree
## 612                           -                          -
## 613                           -                          -
## 614                           -                          -
## 615  Neither agree nor disagree             Somewhat agree
## 616                           -                          -
## 617                           -                          -
## 618  Neither agree nor disagree             Somewhat agree
## 619           Somewhat disagree          Somewhat disagree
## 620  Neither agree nor disagree Neither agree nor disagree
## 621           Strongly disagree          Strongly disagree
## 622  Neither agree nor disagree             Somewhat agree
## 623  Neither agree nor disagree          Strongly disagree
## 624                           -                          -
## 625                           -                          -
## 626                           -                          -
## 627                           -                          -
## 628  Neither agree nor disagree             Somewhat agree
## 629              Strongly agree             Strongly agree
## 630                           -                          -
## 631                           -                          -
## 632  Neither agree nor disagree          Somewhat disagree
## 633                           -                          -
## 634  Neither agree nor disagree             Somewhat agree
## 635                           -                          -
## 636           Somewhat disagree          Somewhat disagree
## 637                           -                          -
## 638                           -                          -
## 639                           -                          -
## 640                           -                          -
## 641  Neither agree nor disagree             Somewhat agree
## 642                           -                          -
## 643           Strongly disagree          Somewhat disagree
## 644                           -                          -
## 645              Somewhat agree Neither agree nor disagree
## 646                           -                          -
## 647                           -                          -
## 648           Strongly disagree          Somewhat disagree
## 649                           -                          -
## 650                           -                          -
## 651              Somewhat agree             Somewhat agree
## 652  Neither agree nor disagree             Somewhat agree
## 653                           -                          -
## 654                           -                          -
## 655                           -                          -
## 656  Neither agree nor disagree             Somewhat agree
## 657  Neither agree nor disagree             Strongly agree
## 658                           -                          -
## 659           Somewhat disagree          Somewhat disagree
## 660           Somewhat disagree          Somewhat disagree
## 661  Neither agree nor disagree Neither agree nor disagree
## 662                           -                          -
## 663           Somewhat disagree          Somewhat disagree
## 664                           -                          -
## 665           Strongly disagree Neither agree nor disagree
## 666                           -                          -
## 667           Strongly disagree          Somewhat disagree
## 668                           -                          -
## 669  Neither agree nor disagree          Somewhat disagree
## 670  Neither agree nor disagree             Somewhat agree
## 671                           -                          -
## 672                           -                          -
## 673                           -                          -
## 674  Neither agree nor disagree Neither agree nor disagree
## 675  Neither agree nor disagree             Strongly agree
## 676                           -                          -
## 677  Neither agree nor disagree             Somewhat agree
## 678                           -                          -
## 679                           -                          -
## 680                           -                          -
## 681           Somewhat disagree          Somewhat disagree
## 682              Somewhat agree             Strongly agree
## 683                           -                          -
## 684                           -                          -
## 685           Strongly disagree Neither agree nor disagree
## 686              Strongly agree             Strongly agree
## 687                           -                          -
## 688                           -                          -
## 689           Strongly disagree          Somewhat disagree
## 690                           -                          -
## 691                           -                          -
## 692           Strongly disagree          Strongly disagree
## 693  Neither agree nor disagree          Somewhat disagree
## 694                           -                          -
## 695           Somewhat disagree Neither agree nor disagree
## 696                           -                          -
## 697                           -                          -
## 698  Neither agree nor disagree          Somewhat disagree
## 699  Neither agree nor disagree             Somewhat agree
## 700  Neither agree nor disagree Neither agree nor disagree
## 701  Neither agree nor disagree Neither agree nor disagree
## 702                           -                          -
## 703                           -                          -
## 704                           -                          -
## 705  Neither agree nor disagree Neither agree nor disagree
## 706              Strongly agree          Somewhat disagree
## 707           Strongly disagree             Somewhat agree
## 708           Strongly disagree          Strongly disagree
## 709                           -                          -
## 710                           -                          -
## 711  Neither agree nor disagree          Somewhat disagree
## 712              Somewhat agree          Strongly disagree
## 713              Somewhat agree             Strongly agree
## 714                           -                          -
## 715                           -                          -
## 716                           -                          -
## 717                           -                          -
## 718  Neither agree nor disagree          Somewhat disagree
## 719                           -                          -
## 720           Strongly disagree Neither agree nor disagree
## 721                           -                          -
## 722                           -                          -
## 723                           -                          -
## 724                           -                          -
## 725                           -                          -
## 726  Neither agree nor disagree             Somewhat agree
## 727                           -                          -
## 728  Neither agree nor disagree Neither agree nor disagree
## 729  Neither agree nor disagree             Strongly agree
## 730                           -                          -
## 731           Strongly disagree Neither agree nor disagree
## 732  Neither agree nor disagree             Strongly agree
## 733  Neither agree nor disagree             Somewhat agree
## 734                           -                          -
## 735                           -                          -
## 736           Strongly disagree          Strongly disagree
## 737                           -                          -
## 738                           -                          -
## 739                           -                          -
## 740  Neither agree nor disagree             Strongly agree
## 741           Strongly disagree          Somewhat disagree
## 742                           -                          -
## 743                           -                          -
## 744                           -                          -
## 745  Neither agree nor disagree             Somewhat agree
## 746  Neither agree nor disagree             Strongly agree
## 747                           -                          -
## 748                           -                          -
## 749                           -                          -
## 750                           -                          -
## 751  Neither agree nor disagree             Strongly agree
## 752                           -                          -
## 753  Neither agree nor disagree Neither agree nor disagree
## 754                           -                          -
## 755                           -                          -
## 756              Strongly agree             Strongly agree
## 757           Strongly disagree Neither agree nor disagree
## 758                           -                          -
## 759           Somewhat disagree             Strongly agree
## 760                           -                          -
## 761              Strongly agree             Strongly agree
## 762                           -                          -
## 763           Somewhat disagree             Somewhat agree
## 764           Strongly disagree          Strongly disagree
## 765           Strongly disagree             Strongly agree
## 766                           -                          -
## 767                           -                          -
## 768                           -                          -
## 769                           -                          -
## 770  Neither agree nor disagree             Somewhat agree
## 771  Neither agree nor disagree Neither agree nor disagree
## 772                           -                          -
## 773                           -                          -
## 774  Neither agree nor disagree             Somewhat agree
## 775                           -                          -
## 776              Somewhat agree             Somewhat agree
## 777              Somewhat agree             Strongly agree
## 778  Neither agree nor disagree Neither agree nor disagree
## 779                           -                          -
## 780                           -                          -
## 781                           -                          -
## 782  Neither agree nor disagree             Strongly agree
## 783           Strongly disagree          Strongly disagree
## 784  Neither agree nor disagree          Somewhat disagree
## 785  Neither agree nor disagree             Somewhat agree
## 786                           -                          -
## 787                           -                          -
## 788           Strongly disagree          Strongly disagree
## 789                           -                          -
## 790                           -                          -
## 791  Neither agree nor disagree             Somewhat agree
## 792                           -                          -
## 793  Neither agree nor disagree          Somewhat disagree
## 794           Strongly disagree          Somewhat disagree
## 795                           -                          -
## 796  Neither agree nor disagree Neither agree nor disagree
## 797  Neither agree nor disagree Neither agree nor disagree
## 798                           -                          -
## 799                           -                          -
## 800                           -                          -
## 801              Somewhat agree             Somewhat agree
## 802           Strongly disagree             Somewhat agree
## 803                           -                          -
## 804           Strongly disagree             Strongly agree
## 805                           -                          -
## 806                           -                          -
## 807                           -                          -
## 808                           -                          -
## 809              Somewhat agree             Strongly agree
## 810                           -                          -
## 811                           -                          -
## 812                           -                          -
## 813  Neither agree nor disagree          Somewhat disagree
## 814                           -                          -
## 815                           -                          -
## 816                           -                          -
## 817                           -                          -
## 818              Strongly agree             Strongly agree
## 819  Neither agree nor disagree          Somewhat disagree
## 820                           -                          -
## 821  Neither agree nor disagree Neither agree nor disagree
## 822                           -                          -
## 823           Somewhat disagree          Somewhat disagree
## 824           Strongly disagree Neither agree nor disagree
## 825                           -                          -
## 826                           -                          -
## 827                           -                          -
## 828           Somewhat disagree          Strongly disagree
## 829           Somewhat disagree             Somewhat agree
## 830  Neither agree nor disagree             Somewhat agree
## 831           Strongly disagree          Strongly disagree
## 832                           -                          -
## 833           Somewhat disagree             Strongly agree
## 834              Somewhat agree             Somewhat agree
## 835                           -                          -
## 836              Strongly agree             Strongly agree
## 837              Somewhat agree             Strongly agree
## 838  Neither agree nor disagree             Somewhat agree
## 839                           -                          -
## 840                           -                          -
## 841                           -                          -
## 842           Strongly disagree          Strongly disagree
## 843           Strongly disagree          Strongly disagree
## 844                           -                          -
## 845              Strongly agree             Strongly agree
## 846  Neither agree nor disagree          Strongly disagree
## 847                           -                          -
## 848                           -                          -
## 849  Neither agree nor disagree             Strongly agree
## 850           Strongly disagree             Somewhat agree
## 851                           -                          -
## 852                           -                          -
## 853              Strongly agree             Strongly agree
## 854                           -                          -
## 855                           -                          -
## 856           Strongly disagree             Strongly agree
## 857                           -                          -
## 858                           -                          -
## 859                           -                          -
## 860           Strongly disagree          Strongly disagree
## 861                           -                          -
## 862           Strongly disagree          Strongly disagree
## 863  Neither agree nor disagree             Somewhat agree
## 864                           -                          -
## 865                           -                          -
## 866                           -                          -
## 867                           -                          -
## 868                           -                          -
## 869  Neither agree nor disagree Neither agree nor disagree
## 870                           -                          -
## 871  Neither agree nor disagree          Strongly disagree
## 872              Somewhat agree             Strongly agree
## 873  Neither agree nor disagree             Somewhat agree
## 874                           -                          -
## 875              Somewhat agree             Strongly agree
## 876                           -                          -
## 877           Strongly disagree             Somewhat agree
## 878  Neither agree nor disagree Neither agree nor disagree
## 879           Strongly disagree          Somewhat disagree
## 880                           -                          -
## 881  Neither agree nor disagree             Somewhat agree
## 882           Strongly disagree          Strongly disagree
## 883                           -                          -
## 884  Neither agree nor disagree             Strongly agree
## 885                           -                          -
## 886           Strongly disagree             Strongly agree
## 887                           -                          -
## 888  Neither agree nor disagree             Somewhat agree
## 889           Strongly disagree             Strongly agree
## 890              Strongly agree             Strongly agree
## 891                           -                          -
## 892                           -                          -
## 893           Strongly disagree          Strongly disagree
## 894                           -                          -
## 895                           -                          -
## 896                           -                          -
## 897              Strongly agree             Strongly agree
## 898                           -                          -
## 899           Somewhat disagree          Strongly disagree
## 900                           -                          -
## 901                           -                          -
## 902                           -                          -
## 903           Strongly disagree          Strongly disagree
## 904           Strongly disagree Neither agree nor disagree
## 905  Neither agree nor disagree          Somewhat disagree
## 906                           -                          -
## 907  Neither agree nor disagree             Strongly agree
## 908                           -                          -
## 909                           -                          -
## 910                           -                          -
## 911              Strongly agree          Somewhat disagree
## 912           Strongly disagree Neither agree nor disagree
## 913                           -                          -
## 914           Somewhat disagree             Strongly agree
## 915                           -                          -
## 916  Neither agree nor disagree          Strongly disagree
## 917                           -                          -
## 918              Somewhat agree             Somewhat agree
## 919                           -                          -
## 920           Somewhat disagree             Somewhat agree
## 921                           -                          -
## 922                           -                          -
## 923                           -                          -
## 924                           -                          -
## 925           Strongly disagree          Strongly disagree
## 926                           -                          -
## 927                           -                          -
## 928                           -                          -
## 929                           -                          -
## 930                           -                          -
## 931                           -                          -
## 932                           -                          -
## 933                           -                          -
## 934              Somewhat agree             Strongly agree
## 935                           -                          -
## 936                           -                          -
## 937                           -                          -
## 938                           -                          -
## 939                           -                          -
## 940                           -                          -
## 941                           -                          -
## 942              Somewhat agree Neither agree nor disagree
## 943  Neither agree nor disagree             Somewhat agree
## 944           Strongly disagree          Strongly disagree
## 945              Strongly agree             Strongly agree
## 946                           -                          -
## 947                           -                          -
## 948                           -                          -
## 949  Neither agree nor disagree          Somewhat disagree
## 950                           -                          -
## 951                           -                          -
## 952                           -                          -
## 953  Neither agree nor disagree Neither agree nor disagree
## 954                           -                          -
## 955                           -                          -
## 956                           -                          -
## 957                           -                          -
## 958                           -                          -
## 959           Somewhat disagree             Strongly agree
## 960  Neither agree nor disagree Neither agree nor disagree
## 961                           -                          -
## 962                           -                          -
## 963                           -                          -
## 964                           -                          -
## 965  Neither agree nor disagree Neither agree nor disagree
## 966           Strongly disagree Neither agree nor disagree
## 967                           -                          -
## 968                           -                          -
## 969                           -                          -
## 970                           -                          -
## 971           Somewhat disagree             Somewhat agree
## 972                           -                          -
## 973              Somewhat agree             Strongly agree
## 974                           -                          -
## 975  Neither agree nor disagree             Somewhat agree
## 976                           -                          -
## 977              Somewhat agree             Somewhat agree
## 978                           -                          -
## 979                           -                          -
## 980           Strongly disagree             Somewhat agree
## 981           Strongly disagree          Strongly disagree
## 982                           -                          -
## 983                           -                          -
## 984                           -                          -
## 985                           -                          -
## 986  Neither agree nor disagree             Strongly agree
## 987                           -                          -
## 988                           -                          -
## 989  Neither agree nor disagree             Strongly agree
## 990                           -                          -
## 991                           -                          -
## 992                           -                          -
## 993              Strongly agree          Somewhat disagree
## 994           Strongly disagree             Somewhat agree
## 995                           -                          -
## 996                           -                          -
## 997                           -                          -
## 998  Neither agree nor disagree Neither agree nor disagree
## 999                           -                          -
## 1000             Somewhat agree             Strongly agree
## 1001                          -                          -
## 1002                          -                          -
## 1003          Strongly disagree             Somewhat agree
## 1004                          -                          -
## 1005          Somewhat disagree             Strongly agree
## 1006 Neither agree nor disagree             Somewhat agree
## 1007          Somewhat disagree Neither agree nor disagree
## 1008                          -                          -
## 1009 Neither agree nor disagree Neither agree nor disagree
## 1010          Strongly disagree          Strongly disagree
## 1011                          -                          -
## 1012          Strongly disagree          Somewhat disagree
## 1013 Neither agree nor disagree             Strongly agree
## 1014          Strongly disagree Neither agree nor disagree
## 1015          Somewhat disagree          Strongly disagree
## 1016 Neither agree nor disagree Neither agree nor disagree
## 1017                          -                          -
## 1018             Strongly agree             Strongly agree
## 1019             Somewhat agree             Strongly agree
## 1020          Somewhat disagree Neither agree nor disagree
## 1021             Strongly agree             Somewhat agree
## 1022 Neither agree nor disagree Neither agree nor disagree
## 1023                          -                          -
## 1024                          -                          -
## 1025 Neither agree nor disagree Neither agree nor disagree
## 1026                          -                          -
## 1027                          -                          -
## 1028                          -                          -
## 1029                          -                          -
## 1030 Neither agree nor disagree             Somewhat agree
## 1031          Somewhat disagree Neither agree nor disagree
## 1032                          -                          -
## 1033                          -                          -
## 1034                          -                          -
## 1035 Neither agree nor disagree             Strongly agree
## 1036                          -                          -
## 1037                          -                          -
## 1038                          -                          -
## 1039 Neither agree nor disagree             Strongly agree
## 1040                          -                          -
## 1041                          -                          -
## 1042 Neither agree nor disagree          Somewhat disagree
## 1043 Neither agree nor disagree Neither agree nor disagree
## 1044                          -                          -
## 1045 Neither agree nor disagree Neither agree nor disagree
## 1046 Neither agree nor disagree             Somewhat agree
## 1047                          -                          -
## 1048                          -                          -
## 1049                          -                          -
## 1050 Neither agree nor disagree Neither agree nor disagree
## 1051             Somewhat agree             Strongly agree
## 1052 Neither agree nor disagree          Somewhat disagree
## 1053                          -                          -
## 1054                          -                          -
## 1055 Neither agree nor disagree Neither agree nor disagree
## 1056                          -                          -
## 1057                          -                          -
## 1058 Neither agree nor disagree Neither agree nor disagree
## 1059 Neither agree nor disagree Neither agree nor disagree
## 1060                          -                          -
## 1061 Neither agree nor disagree             Somewhat agree
## 1062                          -                          -
## 1063                          -                          -
## 1064                          -                          -
## 1065                          -                          -
## 1066                          -                          -
## 1067                          -                          -
## 1068                          -                          -
## 1069                          -                          -
## 1070             Somewhat agree          Somewhat disagree
## 1071 Neither agree nor disagree          Somewhat disagree
## 1072                          -                          -
## 1073                          -                          -
## 1074                          -                          -
## 1075             Somewhat agree             Somewhat agree
## 1076                          -                          -
## 1077                          -                          -
## 1078 Neither agree nor disagree             Strongly agree
## 1079 Neither agree nor disagree Neither agree nor disagree
## 1080                          -                          -
## 1081                          -                          -
## 1082                          -                          -
## 1083                          -                          -
## 1084                          -                          -
## 1085                          -                          -
## 1086                          -                          -
## 1087                          -                          -
## 1088 Neither agree nor disagree Neither agree nor disagree
## 1089                          -                          -
## 1090 Neither agree nor disagree Neither agree nor disagree
## 1091 Neither agree nor disagree Neither agree nor disagree
## 1092                          -                          -
## 1093                          -                          -
## 1094                          -                          -
##                    Hypothesis.3      Age        StartDate          EndDate
## 1                      Response Response                                  
## 2             Strongly disagree    18-29  10/7/14 6:37 PM  10/7/14 6:39 PM
## 3             Strongly disagree    18-29  10/7/14 3:54 PM  10/7/14 3:56 PM
## 4                             -    18-29  10/7/14 3:44 PM  10/7/14 3:49 PM
## 5                             -    18-29  10/7/14 1:47 PM  10/7/14 1:47 PM
## 6                             -    18-29  10/7/14 1:13 PM  10/7/14 1:14 PM
## 7                             -    18-29  10/7/14 4:29 AM  10/7/14 4:30 AM
## 8                             -        -  10/7/14 2:44 AM  10/7/14 2:44 AM
## 9                             -        -  10/7/14 2:02 AM  10/7/14 2:03 AM
## 10                            -    45-60  10/7/14 1:41 AM  10/7/14 1:43 AM
## 11                            -     > 60   9/7/14 8:01 PM 10/7/14 12:47 AM
## 12                            -    18-29 10/7/14 12:19 AM 10/7/14 12:20 AM
## 13                            -    30-44  9/7/14 11:44 PM  9/7/14 11:44 PM
## 14            Somewhat disagree    30-44  9/7/14 11:42 PM  9/7/14 11:45 PM
## 15                            -    30-44  9/7/14 11:41 PM  9/7/14 11:42 PM
## 16                            -    30-44  9/7/14 11:39 PM  9/7/14 11:40 PM
## 17               Somewhat agree    30-44  9/7/14 11:38 PM  9/7/14 11:42 PM
## 18            Strongly disagree    30-44  9/7/14 11:38 PM  9/7/14 11:41 PM
## 19            Somewhat disagree    30-44  9/7/14 11:35 PM  9/7/14 11:37 PM
## 20                            -    30-44  9/7/14 11:35 PM  9/7/14 11:42 PM
## 21                            -    30-44  9/7/14 11:33 PM  9/7/14 11:33 PM
## 22                            -    18-29  9/7/14 11:32 PM  9/7/14 11:33 PM
## 23                            -    30-44  9/7/14 11:28 PM  9/7/14 11:30 PM
## 24                            -    30-44  9/7/14 11:26 PM  9/7/14 11:26 PM
## 25                            -    30-44  9/7/14 11:24 PM  9/7/14 11:25 PM
## 26                            -    18-29  9/7/14 11:24 PM  9/7/14 11:25 PM
## 27                            -    30-44  9/7/14 11:20 PM  9/7/14 11:22 PM
## 28                            -    30-44  9/7/14 11:18 PM  9/7/14 11:19 PM
## 29                            -    18-29  9/7/14 11:14 PM  9/7/14 11:19 PM
## 30                            -    30-44  9/7/14 11:17 PM  9/7/14 11:18 PM
## 31                            -    30-44  9/7/14 11:17 PM  9/7/14 11:17 PM
## 32            Strongly disagree    30-44  9/7/14 11:16 PM  9/7/14 11:18 PM
## 33   Neither agree nor disagree    30-44  9/7/14 11:15 PM  9/7/14 11:18 PM
## 34                            -    18-29  9/7/14 11:12 PM  9/7/14 11:13 PM
## 35                            -    30-44  9/7/14 11:12 PM  9/7/14 11:13 PM
## 36            Strongly disagree    30-44  9/7/14 11:08 PM  9/7/14 11:11 PM
## 37            Somewhat disagree    30-44  9/7/14 11:01 PM  9/7/14 11:03 PM
## 38            Somewhat disagree    30-44  9/7/14 10:59 PM  9/7/14 11:01 PM
## 39            Strongly disagree    30-44  9/7/14 10:58 PM  9/7/14 11:00 PM
## 40   Neither agree nor disagree    30-44  9/7/14 10:58 PM  9/7/14 11:01 PM
## 41                            -    30-44  9/7/14 10:55 PM  9/7/14 10:56 PM
## 42            Strongly disagree    30-44  9/7/14 10:53 PM  9/7/14 10:55 PM
## 43                            -    30-44  9/7/14 10:53 PM  9/7/14 10:53 PM
## 44            Strongly disagree    18-29  9/7/14 10:53 PM  9/7/14 10:56 PM
## 45            Strongly disagree    30-44  9/7/14 10:47 PM  9/7/14 10:51 PM
## 46                            -    30-44  9/7/14 10:48 PM  9/7/14 10:49 PM
## 47            Strongly disagree    18-29  9/7/14 10:33 PM  9/7/14 10:35 PM
## 48   Neither agree nor disagree    30-44  9/7/14 10:32 PM  9/7/14 10:35 PM
## 49                            -        -  9/7/14 10:28 PM  9/7/14 10:29 PM
## 50                            -    30-44  9/7/14 10:27 PM  9/7/14 10:28 PM
## 51            Somewhat disagree    30-44  9/7/14 10:25 PM  9/7/14 10:27 PM
## 52                            -    18-29  9/7/14 10:25 PM  9/7/14 10:25 PM
## 53               Somewhat agree    30-44  9/7/14 10:24 PM  9/7/14 10:30 PM
## 54                            -    18-29  9/7/14 10:19 PM  9/7/14 10:25 PM
## 55            Somewhat disagree    18-29  9/7/14 10:23 PM  9/7/14 10:27 PM
## 56                            -    30-44  9/7/14 10:22 PM  9/7/14 10:22 PM
## 57            Somewhat disagree    30-44  9/7/14 10:20 PM  9/7/14 10:23 PM
## 58                            -    18-29  9/7/14 10:19 PM  9/7/14 10:20 PM
## 59                            -    30-44  9/7/14 10:16 PM  9/7/14 10:17 PM
## 60                            -    30-44  9/7/14 10:11 PM  9/7/14 10:12 PM
## 61                            -        -  9/7/14 10:11 PM  9/7/14 10:12 PM
## 62                            -    30-44  9/7/14 10:10 PM  9/7/14 10:11 PM
## 63            Strongly disagree    30-44  9/7/14 10:09 PM  9/7/14 10:11 PM
## 64   Neither agree nor disagree    18-29  9/7/14 10:07 PM  9/7/14 10:10 PM
## 65            Strongly disagree    30-44  9/7/14 10:07 PM  9/7/14 10:08 PM
## 66                            -    18-29  9/7/14 10:06 PM  9/7/14 10:07 PM
## 67   Neither agree nor disagree    30-44  9/7/14 10:01 PM  9/7/14 10:04 PM
## 68                            -    18-29  9/7/14 10:01 PM  9/7/14 10:03 PM
## 69            Strongly disagree    30-44   9/7/14 9:59 PM  9/7/14 10:02 PM
## 70                            -    30-44   9/7/14 9:53 PM   9/7/14 9:54 PM
## 71                            -        -   9/7/14 9:53 PM   9/7/14 9:53 PM
## 72   Neither agree nor disagree    18-29   9/7/14 9:52 PM  9/7/14 10:03 PM
## 73            Strongly disagree    30-44   9/7/14 9:51 PM   9/7/14 9:54 PM
## 74                            -    30-44   9/7/14 9:43 PM   9/7/14 9:44 PM
## 75                            -    30-44   9/7/14 9:40 PM   9/7/14 9:40 PM
## 76   Neither agree nor disagree    45-60   9/7/14 9:35 PM   9/7/14 9:36 PM
## 77                            -    45-60   9/7/14 9:34 PM   9/7/14 9:35 PM
## 78                            -    45-60   9/7/14 9:32 PM   9/7/14 9:34 PM
## 79            Strongly disagree    45-60   9/7/14 9:32 PM   9/7/14 9:34 PM
## 80                            -    30-44   9/7/14 9:32 PM   9/7/14 9:33 PM
## 81                            -    30-44   9/7/14 9:29 PM   9/7/14 9:34 PM
## 82   Neither agree nor disagree    18-29   9/7/14 9:28 PM   9/7/14 9:30 PM
## 83                            -    30-44   9/7/14 9:27 PM   9/7/14 9:27 PM
## 84            Somewhat disagree    45-60   9/7/14 9:26 PM   9/7/14 9:30 PM
## 85            Strongly disagree    30-44   9/7/14 9:26 PM   9/7/14 9:29 PM
## 86                            -        -   9/7/14 9:26 PM   9/7/14 9:26 PM
## 87                            -        -   9/7/14 9:26 PM   9/7/14 9:26 PM
## 88            Somewhat disagree    30-44   9/7/14 9:26 PM   9/7/14 9:28 PM
## 89                            -    45-60   9/7/14 9:25 PM   9/7/14 9:27 PM
## 90                            -        -   9/7/14 9:24 PM   9/7/14 9:26 PM
## 91            Strongly disagree    18-29   9/7/14 9:24 PM   9/7/14 9:28 PM
## 92                            -        -   9/7/14 9:24 PM   9/7/14 9:24 PM
## 93                            -    45-60   9/7/14 9:19 PM   9/7/14 9:20 PM
## 94                            -        -   9/7/14 9:19 PM   9/7/14 9:19 PM
## 95                            -    45-60   9/7/14 9:17 PM   9/7/14 9:17 PM
## 96                            -        -   9/7/14 9:17 PM   9/7/14 9:17 PM
## 97            Somewhat disagree    45-60   9/7/14 9:16 PM   9/7/14 9:18 PM
## 98               Somewhat agree    18-29   9/7/14 8:24 PM   9/7/14 9:18 PM
## 99                            -    45-60   9/7/14 9:15 PM   9/7/14 9:16 PM
## 100           Somewhat disagree    18-29   9/7/14 6:23 PM   9/7/14 9:18 PM
## 101                           -    45-60   9/7/14 9:12 PM   9/7/14 9:14 PM
## 102                           -    45-60   9/7/14 9:12 PM   9/7/14 9:13 PM
## 103           Strongly disagree    30-44   9/7/14 9:10 PM   9/7/14 9:11 PM
## 104                           -    45-60   9/7/14 9:09 PM   9/7/14 9:10 PM
## 105                           -    45-60   9/7/14 9:09 PM   9/7/14 9:09 PM
## 106              Strongly agree    45-60   9/7/14 9:08 PM   9/7/14 9:11 PM
## 107                           -    18-29   9/7/14 9:08 PM   9/7/14 9:09 PM
## 108                           -    30-44   9/7/14 9:08 PM   9/7/14 9:10 PM
## 109                           -    30-44   9/7/14 9:08 PM   9/7/14 9:09 PM
## 110                           -    45-60   9/7/14 9:06 PM   9/7/14 9:07 PM
## 111                           -    45-60   9/7/14 9:04 PM   9/7/14 9:05 PM
## 112                           -    30-44   9/7/14 9:04 PM   9/7/14 9:04 PM
## 113                           -    45-60   9/7/14 9:03 PM   9/7/14 9:04 PM
## 114                           -    30-44   9/7/14 9:00 PM   9/7/14 9:00 PM
## 115                           -    45-60   9/7/14 8:59 PM   9/7/14 9:02 PM
## 116                           -    18-29   9/7/14 8:59 PM   9/7/14 9:00 PM
## 117                           -        -   9/7/14 8:57 PM   9/7/14 8:57 PM
## 118                           -        -   9/7/14 8:57 PM   9/7/14 8:57 PM
## 119                           -    45-60   9/7/14 8:56 PM   9/7/14 8:57 PM
## 120              Strongly agree    45-60   9/7/14 8:55 PM   9/7/14 9:00 PM
## 121  Neither agree nor disagree    45-60   9/7/14 8:55 PM   9/7/14 8:57 PM
## 122  Neither agree nor disagree    18-29   9/7/14 8:54 PM   9/7/14 8:56 PM
## 123  Neither agree nor disagree    30-44   9/7/14 8:52 PM   9/7/14 8:53 PM
## 124  Neither agree nor disagree    30-44   9/7/14 8:51 PM   9/7/14 8:53 PM
## 125                           -    45-60   9/7/14 8:51 PM   9/7/14 8:57 PM
## 126                           -        -   9/7/14 8:50 PM   9/7/14 8:51 PM
## 127                           -    45-60   9/7/14 8:49 PM   9/7/14 8:50 PM
## 128           Strongly disagree    18-29   9/7/14 8:49 PM   9/7/14 8:54 PM
## 129              Somewhat agree    45-60   9/7/14 8:38 PM   9/7/14 8:52 PM
## 130                           -    45-60   9/7/14 8:48 PM   9/7/14 8:49 PM
## 131  Neither agree nor disagree    45-60   9/7/14 8:46 PM   9/7/14 8:49 PM
## 132                           -        -   9/7/14 8:47 PM   9/7/14 8:47 PM
## 133                           -    18-29   9/7/14 8:46 PM   9/7/14 8:47 PM
## 134                           -    45-60   9/7/14 8:46 PM   9/7/14 8:46 PM
## 135           Strongly disagree    45-60   9/7/14 8:45 PM   9/7/14 8:49 PM
## 136                           -    45-60   9/7/14 8:45 PM   9/7/14 8:47 PM
## 137           Strongly disagree    30-44   9/7/14 8:45 PM   9/7/14 8:47 PM
## 138                           -    30-44   9/7/14 8:42 PM   9/7/14 8:43 PM
## 139  Neither agree nor disagree    30-44   9/7/14 8:41 PM   9/7/14 8:44 PM
## 140                           -    45-60   9/7/14 8:38 PM   9/7/14 8:39 PM
## 141                           -    30-44   9/7/14 8:36 PM   9/7/14 8:37 PM
## 142                           -    30-44   9/7/14 8:36 PM   9/7/14 8:36 PM
## 143                           -    45-60   9/7/14 8:34 PM   9/7/14 8:35 PM
## 144                           -        -   9/7/14 8:32 PM   9/7/14 8:32 PM
## 145                           -    45-60   9/7/14 8:31 PM   9/7/14 8:32 PM
## 146                           -    45-60   9/7/14 8:31 PM   9/7/14 8:32 PM
## 147                           -    18-29   9/7/14 8:31 PM   9/7/14 8:32 PM
## 148                           -    45-60   9/7/14 8:30 PM   9/7/14 8:31 PM
## 149                           -    45-60   9/7/14 8:30 PM   9/7/14 8:31 PM
## 150  Neither agree nor disagree    45-60   9/7/14 8:29 PM   9/7/14 8:32 PM
## 151           Strongly disagree    45-60   9/7/14 8:28 PM   9/7/14 8:32 PM
## 152           Strongly disagree    30-44   9/7/14 8:27 PM   9/7/14 8:29 PM
## 153                           -    45-60   9/7/14 8:27 PM   9/7/14 8:27 PM
## 154  Neither agree nor disagree    45-60   9/7/14 8:26 PM   9/7/14 8:29 PM
## 155                           -     > 60   9/7/14 8:26 PM   9/7/14 8:27 PM
## 156                           -    30-44   9/7/14 8:26 PM   9/7/14 8:27 PM
## 157                           -    45-60   9/7/14 8:25 PM   9/7/14 8:26 PM
## 158                           -    18-29   9/7/14 8:25 PM   9/7/14 8:26 PM
## 159                           -    30-44   9/7/14 8:24 PM   9/7/14 8:25 PM
## 160           Strongly disagree    30-44   9/7/14 8:24 PM   9/7/14 8:27 PM
## 161  Neither agree nor disagree     > 60   9/7/14 8:24 PM   9/7/14 8:27 PM
## 162           Strongly disagree    45-60   9/7/14 8:23 PM   9/7/14 8:25 PM
## 163                           -    45-60   9/7/14 8:22 PM   9/7/14 8:23 PM
## 164           Strongly disagree    30-44   9/7/14 8:22 PM   9/7/14 8:24 PM
## 165           Somewhat disagree    30-44   9/7/14 8:22 PM   9/7/14 8:24 PM
## 166  Neither agree nor disagree     > 60   9/7/14 8:20 PM   9/7/14 8:23 PM
## 167                           -        -   9/7/14 8:18 PM   9/7/14 8:19 PM
## 168  Neither agree nor disagree     > 60   9/7/14 8:18 PM   9/7/14 8:20 PM
## 169                           -    30-44   9/7/14 8:18 PM   9/7/14 8:19 PM
## 170                           -     > 60   9/7/14 8:18 PM   9/7/14 8:19 PM
## 171           Strongly disagree    45-60   9/7/14 8:18 PM   9/7/14 8:19 PM
## 172  Neither agree nor disagree    30-44   9/7/14 8:17 PM   9/7/14 8:20 PM
## 173           Somewhat disagree    45-60   9/7/14 8:17 PM   9/7/14 8:19 PM
## 174  Neither agree nor disagree    45-60   9/7/14 8:17 PM   9/7/14 8:19 PM
## 175           Somewhat disagree     > 60   9/7/14 8:16 PM   9/7/14 8:18 PM
## 176           Strongly disagree    18-29   9/7/14 8:16 PM   9/7/14 8:18 PM
## 177                           -    30-44   9/7/14 8:15 PM   9/7/14 8:17 PM
## 178                           -    30-44   9/7/14 8:14 PM   9/7/14 8:15 PM
## 179                           -    45-60   9/7/14 8:14 PM   9/7/14 8:15 PM
## 180                           -        -   9/7/14 8:14 PM   9/7/14 8:15 PM
## 181           Somewhat disagree    45-60   9/7/14 8:14 PM   9/7/14 8:16 PM
## 182                           -     > 60   9/7/14 8:13 PM   9/7/14 8:14 PM
## 183              Strongly agree     > 60   9/7/14 8:13 PM   9/7/14 8:16 PM
## 184  Neither agree nor disagree    45-60   9/7/14 8:12 PM   9/7/14 8:16 PM
## 185           Strongly disagree    30-44   9/7/14 8:12 PM   9/7/14 8:14 PM
## 186                           -    45-60   9/7/14 8:12 PM   9/7/14 8:13 PM
## 187                           -     > 60   9/7/14 8:11 PM   9/7/14 8:12 PM
## 188                           -    45-60   9/7/14 8:11 PM   9/7/14 8:12 PM
## 189                           -     > 60   9/7/14 8:10 PM   9/7/14 8:11 PM
## 190           Strongly disagree     > 60   9/7/14 8:10 PM   9/7/14 8:13 PM
## 191  Neither agree nor disagree     > 60   9/7/14 8:09 PM   9/7/14 8:10 PM
## 192           Strongly disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 193  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 194  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 195  Neither agree nor disagree    30-44   9/7/14 8:08 PM   9/7/14 8:13 PM
## 196  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:12 PM
## 197                           -    30-44   9/7/14 8:07 PM   9/7/14 8:09 PM
## 198           Strongly disagree    45-60   9/7/14 8:07 PM   9/7/14 8:12 PM
## 199           Somewhat disagree        -   9/7/14 8:07 PM   9/7/14 8:09 PM
## 200  Neither agree nor disagree    45-60   9/7/14 8:07 PM   9/7/14 8:08 PM
## 201                           -    45-60   9/7/14 8:05 PM   9/7/14 8:06 PM
## 202                           -     > 60   9/7/14 8:05 PM   9/7/14 8:05 PM
## 203                           -     > 60   9/7/14 8:05 PM   9/7/14 8:06 PM
## 204                           -        -   9/7/14 8:04 PM   9/7/14 8:05 PM
## 205           Strongly disagree    30-44   9/7/14 8:03 PM   9/7/14 8:06 PM
## 206  Neither agree nor disagree    30-44   9/7/14 8:03 PM   9/7/14 8:06 PM
## 207  Neither agree nor disagree    45-60   9/7/14 8:03 PM   9/7/14 8:05 PM
## 208                           -    45-60   9/7/14 8:02 PM   9/7/14 8:04 PM
## 209           Strongly disagree     > 60   9/7/14 8:02 PM   9/7/14 8:05 PM
## 210  Neither agree nor disagree     > 60   9/7/14 8:02 PM   9/7/14 8:03 PM
## 211           Somewhat disagree     > 60   9/7/14 8:01 PM   9/7/14 8:06 PM
## 212  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:04 PM
## 213                           -     > 60   9/7/14 8:01 PM   9/7/14 8:02 PM
## 214  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:04 PM
## 215                           -     > 60   9/7/14 8:01 PM   9/7/14 8:02 PM
## 216  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:03 PM
## 217           Somewhat disagree     > 60   9/7/14 8:01 PM   9/7/14 8:03 PM
## 218           Strongly disagree    45-60   9/7/14 7:59 PM   9/7/14 8:01 PM
## 219                           -     > 60   9/7/14 7:58 PM   9/7/14 7:59 PM
## 220                           -     > 60   9/7/14 7:57 PM   9/7/14 7:58 PM
## 221                           -     > 60   9/7/14 7:57 PM   9/7/14 7:58 PM
## 222                           -    18-29   9/7/14 7:57 PM   9/7/14 7:59 PM
## 223  Neither agree nor disagree     > 60   9/7/14 7:56 PM   9/7/14 7:59 PM
## 224           Strongly disagree    30-44   9/7/14 7:56 PM   9/7/14 7:57 PM
## 225           Somewhat disagree    30-44   9/7/14 7:56 PM   9/7/14 7:57 PM
## 226              Somewhat agree     > 60   9/7/14 7:55 PM   9/7/14 7:58 PM
## 227                           -        -   9/7/14 7:55 PM   9/7/14 7:56 PM
## 228              Somewhat agree     > 60   9/7/14 7:55 PM   9/7/14 7:57 PM
## 229  Neither agree nor disagree     > 60   9/7/14 7:55 PM   9/7/14 7:58 PM
## 230                           -     > 60   9/7/14 7:55 PM   9/7/14 7:55 PM
## 231                           -        -   9/7/14 7:55 PM   9/7/14 7:55 PM
## 232           Somewhat disagree     > 60   9/7/14 7:54 PM   9/7/14 7:56 PM
## 233                           -     > 60   9/7/14 7:54 PM   9/7/14 7:55 PM
## 234           Strongly disagree     > 60   9/7/14 7:54 PM   9/7/14 7:58 PM
## 235              Strongly agree     > 60   9/7/14 7:54 PM   9/7/14 7:58 PM
## 236                           -    30-44   9/7/14 7:54 PM   9/7/14 7:54 PM
## 237                           -     > 60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 238  Neither agree nor disagree     > 60   9/7/14 7:53 PM   9/7/14 7:56 PM
## 239                           -     > 60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 240                           -    45-60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 241                           -    30-44   9/7/14 7:53 PM   9/7/14 7:54 PM
## 242                           -    18-29   9/7/14 7:53 PM   9/7/14 7:54 PM
## 243           Strongly disagree    30-44   9/7/14 7:53 PM   9/7/14 7:55 PM
## 244              Strongly agree     > 60   9/7/14 7:52 PM   9/7/14 7:54 PM
## 245           Strongly disagree    18-29   9/7/14 7:52 PM   9/7/14 7:54 PM
## 246           Strongly disagree    18-29   9/7/14 7:52 PM   9/7/14 7:54 PM
## 247  Neither agree nor disagree    30-44   9/7/14 7:52 PM   9/7/14 7:54 PM
## 248  Neither agree nor disagree     > 60   9/7/14 7:52 PM   9/7/14 7:55 PM
## 249           Somewhat disagree    30-44   9/7/14 7:52 PM   9/7/14 7:54 PM
## 250           Somewhat disagree    30-44   9/7/14 7:52 PM   9/7/14 8:03 PM
## 251                           -    30-44   9/7/14 7:52 PM   9/7/14 7:53 PM
## 252                           -    30-44   9/7/14 7:52 PM   9/7/14 7:52 PM
## 253                           -    18-29   9/7/14 7:51 PM   9/7/14 7:52 PM
## 254                           -     > 60   9/7/14 7:51 PM   9/7/14 7:53 PM
## 255           Strongly disagree    30-44   9/7/14 7:51 PM   9/7/14 7:53 PM
## 256                           -    30-44   9/7/14 7:51 PM   9/7/14 7:52 PM
## 257                           -     > 60   9/7/14 7:51 PM   9/7/14 7:52 PM
## 258           Strongly disagree     > 60   9/7/14 7:51 PM   9/7/14 7:53 PM
## 259           Strongly disagree    18-29   9/7/14 7:51 PM   9/7/14 7:53 PM
## 260           Strongly disagree    45-60   9/7/14 7:51 PM   9/7/14 7:54 PM
## 261           Strongly disagree     > 60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 262  Neither agree nor disagree     > 60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 263                           -     > 60   9/7/14 7:50 PM   9/7/14 7:51 PM
## 264              Strongly agree    30-44   9/7/14 7:50 PM   9/7/14 7:52 PM
## 265                           -    30-44   9/7/14 7:50 PM   9/7/14 7:51 PM
## 266           Strongly disagree    45-60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 267  Neither agree nor disagree    30-44   9/7/14 7:50 PM   9/7/14 7:53 PM
## 268           Strongly disagree    30-44   9/7/14 7:50 PM   9/7/14 7:53 PM
## 269           Strongly disagree     > 60   9/7/14 7:49 PM   9/7/14 7:51 PM
## 270  Neither agree nor disagree    30-44   9/7/14 7:49 PM   9/7/14 7:51 PM
## 271                           -        -   9/7/14 7:49 PM   9/7/14 7:49 PM
## 272  Neither agree nor disagree     > 60   9/7/14 7:49 PM   9/7/14 7:51 PM
## 273                           -    45-60   9/7/14 7:48 PM   9/7/14 7:49 PM
## 274                           -    45-60   9/7/14 7:49 PM   9/7/14 7:50 PM
## 275                           -    30-44   9/7/14 7:49 PM   9/7/14 7:50 PM
## 276  Neither agree nor disagree    18-29   9/7/14 7:49 PM   9/7/14 7:51 PM
## 277                           -    45-60   9/7/14 7:49 PM   9/7/14 7:49 PM
## 278                           -     > 60   9/7/14 7:48 PM   9/7/14 7:49 PM
## 279  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 280  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 281  Neither agree nor disagree     > 60   9/7/14 7:48 PM   9/7/14 7:50 PM
## 282  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 283                           -    45-60   9/7/14 7:47 PM   9/7/14 7:48 PM
## 284           Somewhat disagree    18-29   9/7/14 7:47 PM   9/7/14 7:49 PM
## 285                           -    45-60   9/7/14 7:47 PM   9/7/14 7:48 PM
## 286           Strongly disagree    30-44   9/7/14 7:47 PM   9/7/14 7:52 PM
## 287           Strongly disagree     > 60   9/7/14 7:47 PM   9/7/14 7:50 PM
## 288           Strongly disagree     > 60   9/7/14 7:42 PM   9/7/14 7:58 PM
## 289                           -    45-60   9/7/14 7:46 PM   9/7/14 7:47 PM
## 290  Neither agree nor disagree    30-44   9/7/14 7:45 PM   9/7/14 7:47 PM
## 291                           -    30-44   9/7/14 7:44 PM   9/7/14 7:55 PM
## 292  Neither agree nor disagree    30-44   9/7/14 7:44 PM   9/7/14 7:47 PM
## 293                           -     > 60   9/7/14 7:44 PM   9/7/14 7:45 PM
## 294              Somewhat agree    45-60   9/7/14 7:44 PM   9/7/14 7:47 PM
## 295                           -        -   9/7/14 7:43 PM   9/7/14 7:45 PM
## 296  Neither agree nor disagree     > 60   9/7/14 7:43 PM   9/7/14 7:47 PM
## 297                           -    45-60   9/7/14 7:44 PM   9/7/14 7:44 PM
## 298                           -    45-60   9/7/14 7:44 PM   9/7/14 7:44 PM
## 299                           -        -   9/7/14 7:44 PM   9/7/14 7:44 PM
## 300           Somewhat disagree    45-60   9/7/14 7:43 PM   9/7/14 7:45 PM
## 301                           -    30-44   9/7/14 7:43 PM   9/7/14 7:44 PM
## 302  Neither agree nor disagree    45-60   9/7/14 7:43 PM   9/7/14 7:46 PM
## 303                           -    30-44   9/7/14 7:43 PM   9/7/14 7:44 PM
## 304                           -     > 60   9/7/14 7:43 PM   9/7/14 7:43 PM
## 305                           -    30-44   9/7/14 7:39 PM   9/7/14 7:44 PM
## 306  Neither agree nor disagree    30-44   9/7/14 7:42 PM   9/7/14 7:47 PM
## 307                           -    18-29   9/7/14 7:39 PM   9/7/14 7:43 PM
## 308  Neither agree nor disagree    30-44   9/7/14 7:42 PM   9/7/14 7:44 PM
## 309           Strongly disagree        -   9/7/14 7:42 PM   9/7/14 7:43 PM
## 310                           -    45-60   9/7/14 7:42 PM   9/7/14 7:43 PM
## 311           Somewhat disagree    45-60   9/7/14 7:42 PM   9/7/14 7:57 PM
## 312  Neither agree nor disagree     > 60   9/7/14 7:42 PM   9/7/14 7:45 PM
## 313           Strongly disagree    18-29   9/7/14 7:42 PM   9/7/14 7:44 PM
## 314                           -    45-60   9/7/14 7:42 PM   9/7/14 7:43 PM
## 315           Somewhat disagree    30-44   9/7/14 7:42 PM   9/7/14 7:46 PM
## 316                           -     > 60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 317                           -     > 60   9/7/14 7:41 PM   9/7/14 7:42 PM
## 318           Somewhat disagree    45-60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 319           Strongly disagree    30-44   9/7/14 7:41 PM   9/7/14 7:43 PM
## 320                           -     > 60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 321                           -     > 60   9/7/14 7:41 PM   9/7/14 7:42 PM
## 322           Strongly disagree    45-60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 323           Strongly disagree    30-44   9/7/14 7:40 PM   9/7/14 7:43 PM
## 324                           -    18-29   9/7/14 7:41 PM   9/7/14 7:42 PM
## 325                           -    30-44   9/7/14 7:41 PM   9/7/14 7:42 PM
## 326  Neither agree nor disagree    30-44   9/7/14 7:40 PM   9/7/14 7:44 PM
## 327  Neither agree nor disagree    45-60   9/7/14 7:40 PM   9/7/14 7:43 PM
## 328                           -    45-60   9/7/14 7:40 PM   9/7/14 7:42 PM
## 329           Strongly disagree    45-60   9/7/14 7:40 PM   9/7/14 7:41 PM
## 330                           -        -   9/7/14 7:40 PM   9/7/14 7:40 PM
## 331                           -    45-60   9/7/14 7:39 PM   9/7/14 7:40 PM
## 332           Somewhat disagree    45-60   9/7/14 7:39 PM   9/7/14 7:41 PM
## 333                           -        -   9/7/14 7:39 PM   9/7/14 7:39 PM
## 334  Neither agree nor disagree     > 60   9/7/14 7:38 PM   9/7/14 7:42 PM
## 335           Somewhat disagree    30-44   9/7/14 7:38 PM   9/7/14 7:42 PM
## 336                           -    45-60   9/7/14 7:38 PM   9/7/14 7:39 PM
## 337                           -     > 60   9/7/14 7:38 PM   9/7/14 7:40 PM
## 338           Strongly disagree        -   9/7/14 7:38 PM   9/7/14 7:39 PM
## 339                           -    18-29   9/7/14 7:38 PM   9/7/14 7:39 PM
## 340  Neither agree nor disagree     > 60   9/7/14 7:38 PM   9/7/14 7:40 PM
## 341                           -     > 60   9/7/14 7:37 PM   9/7/14 7:38 PM
## 342           Somewhat disagree     > 60   9/7/14 7:37 PM   9/7/14 7:39 PM
## 343                           -     > 60   9/7/14 7:37 PM   9/7/14 7:38 PM
## 344                           -        -   9/7/14 7:37 PM   9/7/14 7:38 PM
## 345  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:40 PM
## 346  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:39 PM
## 347  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:41 PM
## 348                           -        -   9/7/14 7:37 PM   9/7/14 7:37 PM
## 349           Strongly disagree    30-44   9/7/14 7:36 PM   9/7/14 7:43 PM
## 350                           -    18-29   9/7/14 7:36 PM   9/7/14 7:37 PM
## 351           Strongly disagree    45-60   9/7/14 7:36 PM   9/7/14 7:38 PM
## 352                           -    18-29   9/7/14 7:36 PM   9/7/14 7:37 PM
## 353           Strongly disagree     > 60   9/7/14 7:36 PM   9/7/14 7:38 PM
## 354                           -    45-60   9/7/14 7:36 PM   9/7/14 7:36 PM
## 355                           -     > 60   9/7/14 7:36 PM   9/7/14 7:37 PM
## 356                           -    45-60   9/7/14 7:36 PM   9/7/14 7:37 PM
## 357                           -    30-44   9/7/14 7:36 PM   9/7/14 7:37 PM
## 358  Neither agree nor disagree    30-44   9/7/14 7:35 PM   9/7/14 7:40 PM
## 359  Neither agree nor disagree     > 60   9/7/14 7:35 PM   9/7/14 7:37 PM
## 360                           -     > 60   9/7/14 7:35 PM   9/7/14 7:37 PM
## 361           Strongly disagree    18-29   9/7/14 7:36 PM   9/7/14 7:38 PM
## 362                           -    45-60   9/7/14 7:35 PM   9/7/14 7:36 PM
## 363                           -    45-60   9/7/14 7:35 PM   9/7/14 7:36 PM
## 364                           -    30-44   9/7/14 7:35 PM   9/7/14 7:44 PM
## 365                           -    30-44   9/7/14 7:35 PM   9/7/14 7:35 PM
## 366                           -    45-60   9/7/14 7:35 PM   9/7/14 7:35 PM
## 367                           -     > 60   9/7/14 7:34 PM   9/7/14 7:35 PM
## 368  Neither agree nor disagree     > 60   9/7/14 7:34 PM   9/7/14 7:41 PM
## 369                           -    18-29   9/7/14 7:34 PM   9/7/14 7:35 PM
## 370                           -        -   9/7/14 7:34 PM   9/7/14 7:34 PM
## 371                           -    45-60   9/7/14 7:34 PM   9/7/14 7:35 PM
## 372                           -    45-60   9/7/14 7:34 PM   9/7/14 7:34 PM
## 373                           -    18-29   9/7/14 7:34 PM   9/7/14 7:35 PM
## 374           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:37 PM
## 375                           -    45-60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 376                           -     > 60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 377  Neither agree nor disagree    45-60   9/7/14 7:33 PM   9/7/14 7:36 PM
## 378  Neither agree nor disagree     > 60   9/7/14 7:33 PM   9/7/14 7:35 PM
## 379           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:35 PM
## 380           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 381                           -    45-60   9/7/14 7:33 PM   9/7/14 7:33 PM
## 382  Neither agree nor disagree    30-44   9/7/14 7:33 PM   9/7/14 7:34 PM
## 383                           -    45-60   9/7/14 7:33 PM   9/7/14 7:33 PM
## 384                           -        -   9/7/14 7:33 PM   9/7/14 7:33 PM
## 385  Neither agree nor disagree    45-60   9/7/14 7:32 PM   9/7/14 7:35 PM
## 386                           -        -   9/7/14 7:32 PM   9/7/14 7:33 PM
## 387  Neither agree nor disagree    18-29   9/7/14 7:13 PM   9/7/14 7:35 PM
## 388           Somewhat disagree    30-44   9/7/14 7:32 PM   9/7/14 7:34 PM
## 389           Strongly disagree    30-44   9/7/14 7:32 PM   9/7/14 7:39 PM
## 390                           -        -   9/7/14 7:32 PM   9/7/14 7:33 PM
## 391                           -    45-60   9/7/14 7:32 PM   9/7/14 7:32 PM
## 392                           -    30-44   9/7/14 7:32 PM   9/7/14 7:32 PM
## 393                           -    18-29   9/7/14 7:31 PM   9/7/14 7:32 PM
## 394                           -     > 60   9/7/14 7:31 PM   9/7/14 7:32 PM
## 395  Neither agree nor disagree     > 60   9/7/14 7:31 PM   9/7/14 7:35 PM
## 396           Strongly disagree     > 60   9/7/14 7:31 PM   9/7/14 7:33 PM
## 397           Strongly disagree    45-60   9/7/14 7:31 PM   9/7/14 7:34 PM
## 398                           -     > 60   9/7/14 7:31 PM   9/7/14 7:31 PM
## 399                           -    30-44   9/7/14 7:30 PM   9/7/14 7:31 PM
## 400                           -    18-29   9/7/14 7:30 PM   9/7/14 7:31 PM
## 401                           -        -   9/7/14 7:30 PM   9/7/14 7:30 PM
## 402  Neither agree nor disagree    45-60   9/7/14 7:30 PM   9/7/14 7:33 PM
## 403  Neither agree nor disagree    30-44   9/7/14 7:29 PM   9/7/14 7:32 PM
## 404                           -     > 60   9/7/14 7:29 PM   9/7/14 7:31 PM
## 405                           -     > 60   9/7/14 7:29 PM   9/7/14 7:31 PM
## 406                           -    30-44   9/7/14 7:29 PM   9/7/14 7:30 PM
## 407           Somewhat disagree    18-29   9/7/14 7:22 PM   9/7/14 7:31 PM
## 408              Somewhat agree     > 60   9/7/14 7:29 PM   9/7/14 7:32 PM
## 409                           -    45-60   9/7/14 7:28 PM   9/7/14 7:31 PM
## 410                           -    18-29   9/7/14 7:29 PM   9/7/14 7:29 PM
## 411                           -     > 60   9/7/14 7:28 PM   9/7/14 7:29 PM
## 412  Neither agree nor disagree        -   9/7/14 7:28 PM   9/7/14 7:29 PM
## 413                           -    30-44   9/7/14 7:28 PM   9/7/14 7:28 PM
## 414                           -        -   9/7/14 7:28 PM   9/7/14 7:28 PM
## 415                           -    30-44   9/7/14 7:27 PM   9/7/14 7:28 PM
## 416  Neither agree nor disagree    45-60   9/7/14 7:27 PM   9/7/14 7:31 PM
## 417                           -        -   9/7/14 7:27 PM   9/7/14 7:27 PM
## 418                           -    30-44   9/7/14 7:27 PM   9/7/14 7:28 PM
## 419           Strongly disagree    18-29   9/7/14 7:26 PM   9/7/14 7:28 PM
## 420                           -    18-29   9/7/14 7:26 PM   9/7/14 7:27 PM
## 421           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:29 PM
## 422           Strongly disagree    18-29   9/7/14 7:26 PM   9/7/14 7:29 PM
## 423  Neither agree nor disagree     > 60   9/7/14 7:26 PM   9/7/14 7:29 PM
## 424           Strongly disagree    30-44   9/7/14 7:26 PM   9/7/14 7:28 PM
## 425                           -     > 60   9/7/14 7:26 PM   9/7/14 7:27 PM
## 426                           -    45-60   9/7/14 7:26 PM   9/7/14 7:27 PM
## 427           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 428  Neither agree nor disagree     > 60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 429  Neither agree nor disagree    18-29   9/7/14 7:26 PM   9/7/14 7:28 PM
## 430                           -     > 60   9/7/14 7:25 PM   9/7/14 7:27 PM
## 431           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 432                           -    45-60   9/7/14 7:26 PM   9/7/14 7:26 PM
## 433           Strongly disagree    30-44   9/7/14 7:25 PM   9/7/14 7:36 PM
## 434  Neither agree nor disagree    45-60   9/7/14 7:25 PM   9/7/14 7:29 PM
## 435                           -    45-60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 436           Somewhat disagree    45-60   9/7/14 7:19 PM   9/7/14 7:28 PM
## 437                           -    45-60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 438                           -     > 60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 439  Neither agree nor disagree    45-60   9/7/14 7:24 PM   9/7/14 7:52 PM
## 440                           -    45-60   9/7/14 7:24 PM   9/7/14 7:25 PM
## 441                           -     > 60   9/7/14 7:24 PM   9/7/14 7:25 PM
## 442                           -    45-60   9/7/14 7:24 PM   9/7/14 7:24 PM
## 443                           -     > 60   9/7/14 7:20 PM   9/7/14 7:24 PM
## 444           Strongly disagree     > 60   9/7/14 7:23 PM   9/7/14 7:27 PM
## 445                           -     > 60   9/7/14 7:23 PM   9/7/14 7:24 PM
## 446                           -     > 60   9/7/14 7:23 PM   9/7/14 7:24 PM
## 447  Neither agree nor disagree    45-60   9/7/14 7:23 PM   9/7/14 7:25 PM
## 448                           -    18-29   9/7/14 7:23 PM   9/7/14 7:24 PM
## 449                           -    30-44   9/7/14 7:23 PM   9/7/14 7:24 PM
## 450           Strongly disagree     > 60   9/7/14 7:22 PM   9/7/14 7:26 PM
## 451                           -     > 60   9/7/14 7:22 PM   9/7/14 7:23 PM
## 452           Strongly disagree    45-60   9/7/14 7:22 PM   9/7/14 7:25 PM
## 453                           -    30-44   9/7/14 7:22 PM   9/7/14 7:23 PM
## 454                           -    30-44   9/7/14 7:22 PM   9/7/14 7:23 PM
## 455  Neither agree nor disagree    45-60   9/7/14 7:22 PM   9/7/14 7:25 PM
## 456                           -    18-29   9/7/14 7:22 PM   9/7/14 7:23 PM
## 457  Neither agree nor disagree    30-44   9/7/14 7:22 PM   9/7/14 7:24 PM
## 458                           -     > 60   9/7/14 7:21 PM   9/7/14 7:22 PM
## 459                           -        -   9/7/14 7:21 PM   9/7/14 7:21 PM
## 460  Neither agree nor disagree     > 60   9/7/14 7:21 PM   9/7/14 7:23 PM
## 461           Strongly disagree    30-44   9/7/14 7:21 PM   9/7/14 7:24 PM
## 462                           -    30-44   9/7/14 7:21 PM   9/7/14 7:22 PM
## 463                           -        -   9/7/14 7:21 PM   9/7/14 7:21 PM
## 464  Neither agree nor disagree     > 60   9/7/14 7:20 PM   9/7/14 7:22 PM
## 465                           -        -   9/7/14 7:20 PM   9/7/14 7:20 PM
## 466                           -    18-29   9/7/14 7:20 PM   9/7/14 7:20 PM
## 467           Strongly disagree    30-44   9/7/14 7:20 PM   9/7/14 7:22 PM
## 468                           -    18-29   9/7/14 7:20 PM   9/7/14 7:21 PM
## 469                           -    45-60   9/7/14 7:19 PM   9/7/14 7:23 PM
## 470           Strongly disagree    30-44   9/7/14 7:19 PM   9/7/14 7:45 PM
## 471                           -    45-60   9/7/14 7:19 PM   9/7/14 7:19 PM
## 472                           -     > 60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 473                           -    45-60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 474  Neither agree nor disagree        -   9/7/14 7:18 PM   9/7/14 7:19 PM
## 475                           -        -   9/7/14 7:18 PM   9/7/14 7:19 PM
## 476  Neither agree nor disagree    30-44   9/7/14 7:17 PM   9/7/14 7:20 PM
## 477                           -    30-44   9/7/14 7:18 PM   9/7/14 7:18 PM
## 478                           -     > 60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 479                           -    45-60   9/7/14 7:18 PM   9/7/14 7:18 PM
## 480                           -    18-29   9/7/14 7:18 PM   9/7/14 7:18 PM
## 481  Neither agree nor disagree    45-60   9/7/14 7:17 PM   9/7/14 7:19 PM
## 482              Strongly agree    30-44   9/7/14 7:17 PM   9/7/14 7:18 PM
## 483           Strongly disagree    45-60   9/7/14 7:16 PM   9/7/14 7:18 PM
## 484           Strongly disagree    30-44   9/7/14 7:17 PM   9/7/14 7:19 PM
## 485                           -    45-60   9/7/14 7:16 PM   9/7/14 7:18 PM
## 486                           -    18-29   9/7/14 7:16 PM   9/7/14 7:17 PM
## 487                           -        -   9/7/14 7:16 PM   9/7/14 7:16 PM
## 488                           -    18-29   9/7/14 7:16 PM   9/7/14 7:17 PM
## 489  Neither agree nor disagree     > 60   9/7/14 7:15 PM   9/7/14 7:20 PM
## 490           Strongly disagree    18-29   9/7/14 7:16 PM   9/7/14 7:18 PM
## 491           Strongly disagree    45-60   9/7/14 7:15 PM   9/7/14 7:19 PM
## 492                           -        -   9/7/14 7:15 PM   9/7/14 7:17 PM
## 493  Neither agree nor disagree    18-29   9/7/14 7:08 PM   9/7/14 7:18 PM
## 494           Somewhat disagree    45-60   9/7/14 7:15 PM   9/7/14 7:17 PM
## 495                           -    30-44   9/7/14 7:14 PM   9/7/14 7:15 PM
## 496  Neither agree nor disagree     > 60   9/7/14 7:14 PM   9/7/14 7:18 PM
## 497                           -     > 60   9/7/14 7:14 PM   9/7/14 7:15 PM
## 498  Neither agree nor disagree     > 60   9/7/14 7:14 PM   9/7/14 7:18 PM
## 499                           -    30-44   9/7/14 7:08 PM   9/7/14 7:14 PM
## 500                           -    30-44   9/7/14 7:13 PM   9/7/14 7:14 PM
## 501              Strongly agree     > 60   9/7/14 7:13 PM   9/7/14 7:16 PM
## 502  Neither agree nor disagree     > 60   9/7/14 7:13 PM   9/7/14 7:16 PM
## 503                           -    30-44   9/7/14 7:13 PM   9/7/14 7:14 PM
## 504  Neither agree nor disagree     > 60   9/7/14 7:13 PM   9/7/14 7:18 PM
## 505                           -        -   9/7/14 7:12 PM   9/7/14 7:13 PM
## 506           Strongly disagree    18-29   9/7/14 7:12 PM   9/7/14 7:14 PM
## 507                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 508           Strongly disagree    45-60   9/7/14 7:12 PM   9/7/14 7:14 PM
## 509  Neither agree nor disagree     > 60   9/7/14 7:12 PM   9/7/14 7:14 PM
## 510              Somewhat agree     > 60   9/7/14 7:12 PM   9/7/14 7:15 PM
## 511                           -    30-44   9/7/14 7:12 PM   9/7/14 7:13 PM
## 512                           -    45-60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 513                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 514                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 515                           -    18-29   9/7/14 7:12 PM   9/7/14 7:13 PM
## 516                           -     > 60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 517                           -    45-60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 518                           -    30-44   9/7/14 7:11 PM   9/7/14 7:12 PM
## 519                           -    45-60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 520           Somewhat disagree     > 60   9/7/14 7:11 PM   9/7/14 7:13 PM
## 521                           -    30-44   9/7/14 7:11 PM   9/7/14 7:11 PM
## 522                           -    18-29   9/7/14 7:11 PM   9/7/14 7:12 PM
## 523                           -     > 60   9/7/14 7:11 PM   9/7/14 7:11 PM
## 524           Strongly disagree     > 60   9/7/14 7:10 PM   9/7/14 7:12 PM
## 525                           -        -   9/7/14 7:10 PM   9/7/14 7:10 PM
## 526                           -    18-29   9/7/14 7:10 PM   9/7/14 7:11 PM
## 527                           -    45-60   9/7/14 7:10 PM   9/7/14 7:11 PM
## 528                           -     > 60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 529           Strongly disagree    45-60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 530                           -    45-60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 531                           -    18-29   9/7/14 7:09 PM   9/7/14 7:10 PM
## 532                           -     > 60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 533                           -     > 60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 534           Strongly disagree     > 60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 535                           -    30-44   9/7/14 7:09 PM   9/7/14 7:10 PM
## 536                           -     > 60   9/7/14 7:09 PM   9/7/14 7:09 PM
## 537                           -        -   9/7/14 7:08 PM   9/7/14 7:09 PM
## 538                           -     > 60   9/7/14 7:08 PM   9/7/14 7:09 PM
## 539  Neither agree nor disagree    45-60   9/7/14 7:08 PM   9/7/14 7:11 PM
## 540                           -     > 60   9/7/14 7:08 PM   9/7/14 7:09 PM
## 541                           -    45-60   9/7/14 7:08 PM   9/7/14 7:08 PM
## 542           Strongly disagree    30-44   9/7/14 7:08 PM   9/7/14 7:10 PM
## 543  Neither agree nor disagree    30-44   9/7/14 7:08 PM   9/7/14 7:10 PM
## 544                           -    30-44   9/7/14 7:07 PM   9/7/14 7:08 PM
## 545                           -     > 60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 546                           -    18-29   9/7/14 7:07 PM   9/7/14 7:08 PM
## 547  Neither agree nor disagree    30-44   9/7/14 7:07 PM   9/7/14 7:10 PM
## 548                           -    45-60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 549                           -    45-60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 550           Strongly disagree    30-44   9/7/14 7:06 PM   9/7/14 7:08 PM
## 551                           -     > 60   9/7/14 7:06 PM   9/7/14 7:08 PM
## 552           Strongly disagree    45-60   9/7/14 7:06 PM   9/7/14 7:07 PM
## 553  Neither agree nor disagree    45-60   9/7/14 7:06 PM   9/7/14 7:08 PM
## 554  Neither agree nor disagree     > 60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 555                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 556  Neither agree nor disagree    45-60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 557                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 558                           -        -   9/7/14 7:02 PM   9/7/14 7:05 PM
## 559                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 560                           -    45-60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 561                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 562  Neither agree nor disagree     > 60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 563                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 564           Strongly disagree    18-29   9/7/14 6:42 PM   9/7/14 7:06 PM
## 565                           -     > 60   9/7/14 7:04 PM   9/7/14 7:06 PM
## 566  Neither agree nor disagree    30-44   9/7/14 7:04 PM   9/7/14 7:09 PM
## 567                           -    30-44   9/7/14 7:04 PM   9/7/14 7:05 PM
## 568                           -     > 60   9/7/14 7:03 PM   9/7/14 7:05 PM
## 569                           -    45-60   9/7/14 7:03 PM   9/7/14 7:04 PM
## 570  Neither agree nor disagree    45-60   9/7/14 6:59 PM   9/7/14 7:06 PM
## 571           Strongly disagree    30-44   9/7/14 7:03 PM   9/7/14 7:05 PM
## 572                           -     > 60   9/7/14 7:03 PM   9/7/14 7:04 PM
## 573                           -        -   9/7/14 7:03 PM   9/7/14 7:03 PM
## 574                           -    30-44   9/7/14 7:03 PM   9/7/14 7:03 PM
## 575  Neither agree nor disagree    45-60   9/7/14 7:03 PM   9/7/14 7:06 PM
## 576           Strongly disagree    30-44   9/7/14 7:03 PM   9/7/14 7:05 PM
## 577                           -    30-44   9/7/14 7:03 PM   9/7/14 7:03 PM
## 578                           -     > 60   9/7/14 7:02 PM   9/7/14 7:04 PM
## 579                           -     > 60   9/7/14 7:02 PM   9/7/14 7:03 PM
## 580                           -    18-29   9/7/14 7:02 PM   9/7/14 7:03 PM
## 581           Strongly disagree    45-60   9/7/14 7:02 PM   9/7/14 7:04 PM
## 582                           -    45-60   9/7/14 7:02 PM   9/7/14 7:22 PM
## 583                           -    45-60   9/7/14 7:02 PM   9/7/14 7:03 PM
## 584                           -        -   9/7/14 7:02 PM   9/7/14 7:02 PM
## 585           Strongly disagree    30-44   9/7/14 6:56 PM   9/7/14 7:04 PM
## 586                           -     > 60   9/7/14 7:01 PM   9/7/14 7:03 PM
## 587           Strongly disagree    30-44   9/7/14 7:02 PM   9/7/14 7:04 PM
## 588           Strongly disagree    30-44   9/7/14 6:59 PM   9/7/14 7:03 PM
## 589           Strongly disagree    45-60   9/7/14 7:01 PM   9/7/14 7:03 PM
## 590  Neither agree nor disagree    30-44   9/7/14 7:01 PM   9/7/14 7:04 PM
## 591                           -    30-44   9/7/14 7:01 PM   9/7/14 7:02 PM
## 592           Strongly disagree    45-60   9/7/14 7:00 PM   9/7/14 7:02 PM
## 593           Strongly disagree     > 60   9/7/14 7:00 PM   9/7/14 7:02 PM
## 594                           -     > 60   9/7/14 7:00 PM   9/7/14 7:00 PM
## 595           Strongly disagree    30-44   9/7/14 6:59 PM   9/7/14 7:01 PM
## 596  Neither agree nor disagree    45-60   9/7/14 6:59 PM   9/7/14 7:01 PM
## 597  Neither agree nor disagree     > 60   9/7/14 6:59 PM   9/7/14 7:01 PM
## 598                           -     > 60   9/7/14 6:59 PM   9/7/14 7:00 PM
## 599                           -     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 600           Strongly disagree    45-60   9/7/14 6:59 PM   9/7/14 7:00 PM
## 601  Neither agree nor disagree        -   9/7/14 6:58 PM   9/7/14 7:00 PM
## 602                           -     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 603  Neither agree nor disagree    30-44   9/7/14 6:58 PM   9/7/14 7:01 PM
## 604  Neither agree nor disagree     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 605           Strongly disagree     > 60   9/7/14 6:58 PM   9/7/14 7:01 PM
## 606  Neither agree nor disagree    45-60   9/7/14 6:58 PM   9/7/14 7:02 PM
## 607                           -    45-60   9/7/14 6:57 PM   9/7/14 6:58 PM
## 608                           -    18-29   9/7/14 6:57 PM   9/7/14 7:00 PM
## 609                           -        -   9/7/14 6:57 PM   9/7/14 6:58 PM
## 610                           -    45-60   9/7/14 6:57 PM   9/7/14 6:58 PM
## 611           Strongly disagree    45-60   9/7/14 6:57 PM   9/7/14 7:00 PM
## 612                           -     > 60   9/7/14 6:56 PM   9/7/14 6:57 PM
## 613                           -    18-29   9/7/14 6:56 PM   9/7/14 6:57 PM
## 614                           -        -   9/7/14 6:56 PM   9/7/14 6:57 PM
## 615           Somewhat disagree    45-60   9/7/14 6:54 PM   9/7/14 6:58 PM
## 616                           -    45-60   9/7/14 6:56 PM   9/7/14 6:58 PM
## 617                           -     > 60   9/7/14 6:56 PM   9/7/14 6:57 PM
## 618  Neither agree nor disagree     > 60   9/7/14 6:55 PM   9/7/14 7:00 PM
## 619           Strongly disagree    30-44   9/7/14 6:55 PM   9/7/14 6:57 PM
## 620  Neither agree nor disagree    30-44   9/7/14 6:55 PM   9/7/14 6:57 PM
## 621           Strongly disagree    45-60   9/7/14 6:55 PM   9/7/14 6:57 PM
## 622  Neither agree nor disagree     > 60   9/7/14 6:54 PM   9/7/14 6:58 PM
## 623  Neither agree nor disagree    30-44   9/7/14 6:55 PM   9/7/14 6:58 PM
## 624                           -    18-29   9/7/14 6:55 PM   9/7/14 6:56 PM
## 625                           -     > 60   9/7/14 6:55 PM   9/7/14 6:56 PM
## 626                           -    30-44   9/7/14 6:55 PM   9/7/14 6:55 PM
## 627                           -    45-60   9/7/14 6:54 PM   9/7/14 6:55 PM
## 628              Somewhat agree     > 60   9/7/14 6:54 PM   9/7/14 6:57 PM
## 629  Neither agree nor disagree    45-60   9/7/14 6:54 PM   9/7/14 6:57 PM
## 630                           -    45-60   9/7/14 6:54 PM   9/7/14 6:56 PM
## 631                           -    30-44   9/7/14 6:54 PM   9/7/14 6:54 PM
## 632           Somewhat disagree    30-44   9/7/14 6:54 PM   9/7/14 6:56 PM
## 633                           -    45-60   9/7/14 6:53 PM   9/7/14 6:55 PM
## 634  Neither agree nor disagree     > 60   9/7/14 6:53 PM   9/7/14 6:55 PM
## 635                           -     > 60   9/7/14 6:52 PM   9/7/14 6:54 PM
## 636           Strongly disagree    45-60   9/7/14 6:53 PM   9/7/14 6:56 PM
## 637                           -     > 60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 638                           -    45-60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 639                           -    30-44   9/7/14 6:52 PM   9/7/14 6:53 PM
## 640                           -     > 60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 641  Neither agree nor disagree    45-60   9/7/14 6:52 PM   9/7/14 6:54 PM
## 642                           -        -   9/7/14 6:52 PM   9/7/14 6:52 PM
## 643           Strongly disagree    18-29   9/7/14 6:52 PM   9/7/14 6:55 PM
## 644                           -    45-60   9/7/14 6:51 PM   9/7/14 6:52 PM
## 645           Somewhat disagree    45-60   9/7/14 6:51 PM   9/7/14 6:53 PM
## 646                           -    30-44   9/7/14 6:50 PM   9/7/14 6:52 PM
## 647                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 648           Strongly disagree    45-60   9/7/14 6:50 PM   9/7/14 6:52 PM
## 649                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 650                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 651              Somewhat agree     > 60   9/7/14 6:50 PM   9/7/14 6:53 PM
## 652           Strongly disagree     > 60   9/7/14 6:50 PM   9/7/14 6:53 PM
## 653                           -    45-60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 654                           -    45-60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 655                           -    18-29   9/7/14 6:50 PM   9/7/14 6:50 PM
## 656  Neither agree nor disagree    45-60   9/7/14 6:50 PM   9/7/14 7:07 PM
## 657           Strongly disagree     > 60   9/7/14 6:49 PM   9/7/14 6:52 PM
## 658                           -     > 60   9/7/14 6:49 PM   9/7/14 6:50 PM
## 659  Neither agree nor disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 660  Neither agree nor disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 661           Strongly disagree        -   9/7/14 6:48 PM   9/7/14 6:52 PM
## 662                           -     > 60   9/7/14 6:48 PM   9/7/14 6:49 PM
## 663           Strongly disagree     > 60   9/7/14 6:48 PM   9/7/14 6:51 PM
## 664                           -     > 60   9/7/14 6:48 PM   9/7/14 6:49 PM
## 665           Strongly disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 666                           -    45-60   9/7/14 6:47 PM   9/7/14 6:49 PM
## 667           Somewhat disagree    45-60   9/7/14 6:47 PM   9/7/14 6:51 PM
## 668                           -    45-60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 669           Strongly disagree    18-29   9/7/14 6:47 PM   9/7/14 6:51 PM
## 670           Somewhat disagree    30-44   9/7/14 6:47 PM   9/7/14 6:49 PM
## 671                           -    18-29   9/7/14 6:47 PM   9/7/14 6:48 PM
## 672                           -    45-60   9/7/14 6:47 PM   9/7/14 6:47 PM
## 673                           -    45-60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 674  Neither agree nor disagree     > 60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 675  Neither agree nor disagree     > 60   9/7/14 6:47 PM   9/7/14 6:49 PM
## 676                           -    45-60   9/7/14 6:46 PM   9/7/14 6:47 PM
## 677  Neither agree nor disagree    45-60   9/7/14 6:46 PM   9/7/14 6:48 PM
## 678                           -     > 60   9/7/14 6:46 PM   9/7/14 6:47 PM
## 679                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 680                           -    30-44   9/7/14 6:46 PM   9/7/14 6:46 PM
## 681           Somewhat disagree    18-29   9/7/14 6:46 PM   9/7/14 6:48 PM
## 682           Somewhat disagree     > 60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 683                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 684                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 685           Somewhat disagree    45-60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 686  Neither agree nor disagree    45-60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 687                           -    18-29   9/7/14 6:44 PM   9/7/14 6:46 PM
## 688                           -        -   9/7/14 6:45 PM   9/7/14 6:45 PM
## 689           Strongly disagree    30-44   9/7/14 6:44 PM   9/7/14 6:50 PM
## 690                           -    30-44   9/7/14 6:40 PM   9/7/14 6:47 PM
## 691                           -     > 60   9/7/14 6:44 PM   9/7/14 6:45 PM
## 692           Strongly disagree    30-44   9/7/14 6:44 PM   9/7/14 6:45 PM
## 693  Neither agree nor disagree    18-29   9/7/14 6:43 PM   9/7/14 6:50 PM
## 694                           -     > 60   9/7/14 6:43 PM   9/7/14 6:44 PM
## 695           Strongly disagree     > 60   9/7/14 6:43 PM   9/7/14 6:48 PM
## 696                           -     > 60   9/7/14 6:43 PM   9/7/14 6:44 PM
## 697                           -     > 60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 698           Strongly disagree    30-44   9/7/14 6:42 PM   9/7/14 6:44 PM
## 699           Strongly disagree     > 60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 700  Neither agree nor disagree    45-60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 701           Somewhat disagree    45-60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 702                           -    45-60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 703                           -     > 60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 704                           -    30-44   9/7/14 6:42 PM   9/7/14 6:42 PM
## 705           Strongly disagree     > 60   9/7/14 6:42 PM   9/7/14 6:45 PM
## 706           Somewhat disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 707           Strongly disagree    30-44   9/7/14 6:41 PM   9/7/14 6:45 PM
## 708  Neither agree nor disagree     > 60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 709                           -    30-44   9/7/14 6:41 PM   9/7/14 6:42 PM
## 710                           -    18-29   9/7/14 6:41 PM   9/7/14 6:42 PM
## 711           Strongly disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 712           Strongly disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 713  Neither agree nor disagree     > 60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 714                           -        -   9/7/14 6:41 PM   9/7/14 6:41 PM
## 715                           -    18-29   9/7/14 6:41 PM   9/7/14 6:41 PM
## 716                           -    18-29   9/7/14 6:41 PM   9/7/14 6:42 PM
## 717                           -     > 60   9/7/14 6:41 PM   9/7/14 6:41 PM
## 718  Neither agree nor disagree     > 60   9/7/14 6:40 PM   9/7/14 6:44 PM
## 719                           -     > 60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 720           Strongly disagree    18-29   9/7/14 6:40 PM   9/7/14 6:43 PM
## 721                           -    45-60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 722                           -    45-60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 723                           -    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 724                           -        -   9/7/14 6:40 PM   9/7/14 6:40 PM
## 725                           -    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 726  Neither agree nor disagree    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 727                           -    30-44   9/7/14 6:39 PM   9/7/14 6:40 PM
## 728           Strongly disagree    45-60   9/7/14 6:39 PM   9/7/14 6:41 PM
## 729  Neither agree nor disagree     > 60   9/7/14 6:39 PM   9/7/14 6:43 PM
## 730                           -        -   9/7/14 6:39 PM   9/7/14 6:40 PM
## 731  Neither agree nor disagree    30-44   9/7/14 6:39 PM   9/7/14 6:41 PM
## 732  Neither agree nor disagree    45-60   9/7/14 6:39 PM   9/7/14 6:41 PM
## 733           Strongly disagree     > 60   9/7/14 6:39 PM   9/7/14 6:42 PM
## 734                           -     > 60   9/7/14 6:39 PM   9/7/14 6:39 PM
## 735                           -    30-44   9/7/14 6:39 PM   9/7/14 6:39 PM
## 736           Strongly disagree    45-60   9/7/14 6:39 PM   9/7/14 6:40 PM
## 737                           -    30-44   9/7/14 6:38 PM   9/7/14 6:39 PM
## 738                           -        -   9/7/14 6:38 PM   9/7/14 6:39 PM
## 739                           -    45-60   9/7/14 6:38 PM   9/7/14 6:39 PM
## 740  Neither agree nor disagree     > 60   9/7/14 6:38 PM   9/7/14 6:40 PM
## 741           Strongly disagree    18-29   9/7/14 6:38 PM   9/7/14 6:40 PM
## 742                           -        -   9/7/14 6:38 PM   9/7/14 6:39 PM
## 743                           -     > 60   9/7/14 6:38 PM   9/7/14 6:38 PM
## 744                           -     > 60   9/7/14 6:37 PM   9/7/14 6:39 PM
## 745           Strongly disagree    30-44   9/7/14 6:37 PM   9/7/14 6:40 PM
## 746           Strongly disagree    30-44   9/7/14 6:35 PM   9/7/14 6:39 PM
## 747                           -     > 60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 748                           -    30-44   9/7/14 6:37 PM   9/7/14 6:38 PM
## 749                           -        -   9/7/14 6:37 PM   9/7/14 6:37 PM
## 750                           -    45-60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 751  Neither agree nor disagree     > 60   9/7/14 6:37 PM   9/7/14 8:58 PM
## 752                           -     > 60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 753  Neither agree nor disagree        -   9/7/14 6:37 PM   9/7/14 6:46 PM
## 754                           -     > 60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 755                           -    30-44   9/7/14 6:36 PM   9/7/14 6:37 PM
## 756  Neither agree nor disagree    45-60   9/7/14 6:35 PM   9/7/14 6:38 PM
## 757           Strongly disagree    45-60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 758                           -     > 60   9/7/14 6:36 PM   9/7/14 6:36 PM
## 759           Strongly disagree    45-60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 760                           -    45-60   9/7/14 6:35 PM   9/7/14 6:36 PM
## 761              Somewhat agree    45-60   9/7/14 6:35 PM   9/7/14 6:38 PM
## 762                           -    30-44   9/7/14 6:35 PM   9/7/14 6:36 PM
## 763  Neither agree nor disagree    30-44   9/7/14 6:35 PM   9/7/14 6:37 PM
## 764           Strongly disagree    30-44   9/7/14 6:35 PM   9/7/14 6:39 PM
## 765           Strongly disagree        -   9/7/14 6:35 PM   9/7/14 6:40 PM
## 766                           -     > 60   9/7/14 6:35 PM   9/7/14 6:37 PM
## 767                           -    45-60   9/7/14 6:35 PM   9/7/14 6:57 PM
## 768                           -    45-60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 769                           -     > 60   9/7/14 6:35 PM   9/7/14 6:36 PM
## 770           Somewhat disagree    45-60   9/7/14 6:35 PM   9/7/14 6:37 PM
## 771  Neither agree nor disagree    30-44   9/7/14 6:34 PM   9/7/14 6:37 PM
## 772                           -    30-44   9/7/14 6:35 PM   9/7/14 6:37 PM
## 773                           -     > 60   9/7/14 6:35 PM   9/7/14 6:35 PM
## 774           Strongly disagree        -   9/7/14 6:35 PM   9/7/14 6:36 PM
## 775                           -    45-60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 776  Neither agree nor disagree    30-44   9/7/14 6:34 PM   9/7/14 6:39 PM
## 777           Strongly disagree     > 60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 778  Neither agree nor disagree     > 60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 779                           -    45-60   9/7/14 6:34 PM   9/7/14 6:37 PM
## 780                           -     > 60   9/7/14 6:34 PM   9/7/14 6:35 PM
## 781                           -    30-44   9/7/14 6:33 PM   9/7/14 6:35 PM
## 782  Neither agree nor disagree    18-29   9/7/14 6:33 PM   9/7/14 6:36 PM
## 783           Strongly disagree    30-44   9/7/14 6:33 PM   9/7/14 6:35 PM
## 784           Somewhat disagree    45-60   9/7/14 6:33 PM   9/7/14 6:35 PM
## 785           Strongly disagree    45-60   9/7/14 6:33 PM   9/7/14 6:36 PM
## 786                           -        -   9/7/14 6:33 PM   9/7/14 6:35 PM
## 787                           -    45-60   9/7/14 6:33 PM   9/7/14 6:34 PM
## 788           Strongly disagree    30-44   9/7/14 6:33 PM   9/7/14 6:38 PM
## 789                           -        -   9/7/14 6:33 PM   9/7/14 6:33 PM
## 790                           -     > 60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 791           Strongly disagree    45-60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 792                           -    30-44   9/7/14 6:32 PM   9/7/14 6:33 PM
## 793           Strongly disagree    45-60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 794           Strongly disagree    18-29   9/7/14 6:30 PM   9/7/14 6:35 PM
## 795                           -    18-29   9/7/14 6:31 PM   9/7/14 6:32 PM
## 796  Neither agree nor disagree    30-44   9/7/14 6:31 PM   9/7/14 6:33 PM
## 797  Neither agree nor disagree    30-44   9/7/14 6:30 PM   9/7/14 7:41 PM
## 798                           -    18-29   9/7/14 6:27 PM   9/7/14 6:31 PM
## 799                           -    45-60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 800                           -    30-44   9/7/14 6:30 PM   9/7/14 6:31 PM
## 801  Neither agree nor disagree    45-60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 802           Strongly disagree     > 60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 803                           -    30-44   9/7/14 6:29 PM   9/7/14 6:31 PM
## 804           Strongly disagree     > 60   9/7/14 6:29 PM   9/7/14 6:32 PM
## 805                           -    18-29   9/7/14 6:29 PM   9/7/14 6:30 PM
## 806                           -    30-44   9/7/14 6:29 PM   9/7/14 6:30 PM
## 807                           -     > 60   9/7/14 6:29 PM   9/7/14 6:30 PM
## 808                           -     > 60   9/7/14 6:29 PM   9/7/14 6:30 PM
## 809  Neither agree nor disagree    30-44   9/7/14 6:29 PM   9/7/14 6:31 PM
## 810                           -    18-29   9/7/14 6:28 PM   9/7/14 6:30 PM
## 811                           -     > 60   9/7/14 6:28 PM   9/7/14 6:33 PM
## 812                           -        -   9/7/14 6:29 PM   9/7/14 6:29 PM
## 813           Somewhat disagree    30-44   9/7/14 6:28 PM   9/7/14 6:31 PM
## 814                           -    45-60   9/7/14 6:28 PM   9/7/14 6:29 PM
## 815                           -    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 816                           -     > 60   9/7/14 6:27 PM   9/7/14 6:28 PM
## 817                           -    18-29   9/7/14 6:27 PM   9/7/14 6:28 PM
## 818              Strongly agree     > 60   9/7/14 6:26 PM   9/7/14 6:34 PM
## 819           Strongly disagree    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 820                           -    45-60   9/7/14 6:27 PM   9/7/14 6:28 PM
## 821  Neither agree nor disagree    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 822                           -     > 60   9/7/14 6:27 PM   9/7/14 6:27 PM
## 823           Strongly disagree    18-29   9/7/14 6:26 PM   9/7/14 6:29 PM
## 824           Strongly disagree     > 60   9/7/14 6:26 PM   9/7/14 6:28 PM
## 825                           -     > 60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 826                           -    45-60   9/7/14 6:26 PM   9/7/14 6:28 PM
## 827                           -    30-44   9/7/14 6:26 PM   9/7/14 6:27 PM
## 828           Strongly disagree    45-60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 829           Strongly disagree    30-44   9/7/14 6:26 PM   9/7/14 6:27 PM
## 830  Neither agree nor disagree     > 60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 831           Strongly disagree     > 60   9/7/14 6:25 PM   9/7/14 6:30 PM
## 832                           -    45-60   9/7/14 6:26 PM   9/7/14 6:26 PM
## 833           Somewhat disagree    45-60   9/7/14 6:25 PM   9/7/14 6:30 PM
## 834  Neither agree nor disagree     > 60   9/7/14 6:25 PM   9/7/14 6:27 PM
## 835                           -    45-60   9/7/14 6:25 PM   9/7/14 6:25 PM
## 836  Neither agree nor disagree     > 60   9/7/14 6:25 PM   9/7/14 6:29 PM
## 837  Neither agree nor disagree    45-60   9/7/14 6:24 PM   9/7/14 6:29 PM
## 838  Neither agree nor disagree    45-60   9/7/14 6:24 PM   9/7/14 6:27 PM
## 839                           -    18-29   9/7/14 6:24 PM   9/7/14 6:25 PM
## 840                           -    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 841                           -     > 60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 842           Strongly disagree    18-29   9/7/14 6:24 PM   9/7/14 6:26 PM
## 843           Strongly disagree    45-60   9/7/14 6:24 PM   9/7/14 6:26 PM
## 844                           -    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 845           Somewhat disagree     > 60   9/7/14 6:24 PM   9/7/14 6:27 PM
## 846           Strongly disagree    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 847                           -    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 848                           -    45-60   9/7/14 6:24 PM   9/7/14 6:24 PM
## 849  Neither agree nor disagree    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 850  Neither agree nor disagree    30-44   9/7/14 6:23 PM   9/7/14 6:26 PM
## 851                           -    30-44   9/7/14 6:23 PM   9/7/14 6:24 PM
## 852                           -    18-29   9/7/14 6:23 PM   9/7/14 6:24 PM
## 853  Neither agree nor disagree     > 60   9/7/14 6:23 PM   9/7/14 6:25 PM
## 854                           -        -   9/7/14 6:23 PM   9/7/14 6:23 PM
## 855                           -        -   9/7/14 6:23 PM   9/7/14 6:23 PM
## 856           Somewhat disagree    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 857                           -    45-60   9/7/14 6:22 PM   9/7/14 6:25 PM
## 858                           -    30-44   9/7/14 6:23 PM   9/7/14 6:24 PM
## 859                           -     > 60   9/7/14 6:22 PM   9/7/14 6:23 PM
## 860           Strongly disagree    45-60   9/7/14 6:22 PM   9/7/14 6:24 PM
## 861                           -    45-60   9/7/14 6:22 PM   9/7/14 6:22 PM
## 862           Strongly disagree     > 60   9/7/14 6:22 PM   9/7/14 6:23 PM
## 863  Neither agree nor disagree    45-60   9/7/14 6:21 PM   9/7/14 6:23 PM
## 864                           -    45-60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 865                           -        -   9/7/14 6:21 PM   9/7/14 6:22 PM
## 866                           -    18-29   9/7/14 6:21 PM   9/7/14 6:22 PM
## 867                           -     > 60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 868                           -     > 60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 869           Strongly disagree    45-60   9/7/14 6:21 PM   9/7/14 6:23 PM
## 870                           -     > 60   9/7/14 6:20 PM   9/7/14 6:21 PM
## 871  Neither agree nor disagree    45-60   9/7/14 6:20 PM   9/7/14 6:23 PM
## 872           Somewhat disagree     > 60   9/7/14 6:20 PM   9/7/14 6:22 PM
## 873  Neither agree nor disagree        -   9/7/14 6:20 PM   9/7/14 6:22 PM
## 874                           -    30-44   9/7/14 6:19 PM   9/7/14 6:20 PM
## 875           Somewhat disagree    30-44   9/7/14 6:19 PM   9/7/14 6:24 PM
## 876                           -     > 60   9/7/14 6:19 PM   9/7/14 6:20 PM
## 877           Strongly disagree    30-44   9/7/14 6:19 PM   9/7/14 6:22 PM
## 878  Neither agree nor disagree    45-60   9/7/14 6:19 PM   9/7/14 6:21 PM
## 879           Strongly disagree    45-60   9/7/14 6:19 PM   9/7/14 6:23 PM
## 880                           -     > 60   9/7/14 6:18 PM   9/7/14 6:20 PM
## 881  Neither agree nor disagree    45-60   9/7/14 6:18 PM   9/7/14 6:21 PM
## 882           Strongly disagree    18-29   9/7/14 6:18 PM   9/7/14 6:21 PM
## 883                           -    18-29   9/7/14 6:18 PM   9/7/14 6:21 PM
## 884  Neither agree nor disagree    45-60   9/7/14 6:18 PM   9/7/14 6:22 PM
## 885                           -    45-60   9/7/14 6:18 PM   9/7/14 6:19 PM
## 886  Neither agree nor disagree    45-60   9/7/14 6:17 PM   9/7/14 6:19 PM
## 887                           -    18-29   9/7/14 6:17 PM   9/7/14 6:18 PM
## 888  Neither agree nor disagree     > 60   9/7/14 6:16 PM   9/7/14 6:18 PM
## 889           Strongly disagree        -   9/7/14 6:17 PM   9/7/14 6:17 PM
## 890           Strongly disagree     > 60   9/7/14 6:16 PM   9/7/14 6:22 PM
## 891                           -    18-29   9/7/14 6:16 PM   9/7/14 6:17 PM
## 892                           -    45-60   9/7/14 6:16 PM   9/7/14 6:16 PM
## 893           Strongly disagree    45-60   9/7/14 6:15 PM   9/7/14 6:17 PM
## 894                           -    45-60   9/7/14 6:15 PM   9/7/14 6:16 PM
## 895                           -     > 60   9/7/14 6:15 PM   9/7/14 6:16 PM
## 896                           -    30-44   9/7/14 6:15 PM   9/7/14 6:16 PM
## 897  Neither agree nor disagree    45-60   9/7/14 6:15 PM   9/7/14 6:18 PM
## 898                           -    45-60   9/7/14 6:15 PM   9/7/14 6:15 PM
## 899           Strongly disagree    45-60   9/7/14 6:14 PM   9/7/14 6:16 PM
## 900                           -    18-29   9/7/14 6:14 PM   9/7/14 6:15 PM
## 901                           -    18-29   9/7/14 6:14 PM   9/7/14 6:15 PM
## 902                           -    45-60   9/7/14 6:14 PM   9/7/14 6:15 PM
## 903  Neither agree nor disagree    18-29   9/7/14 6:14 PM   9/7/14 6:16 PM
## 904           Strongly disagree    45-60   9/7/14 6:14 PM   9/7/14 6:16 PM
## 905  Neither agree nor disagree    18-29   9/7/14 6:14 PM   9/7/14 6:16 PM
## 906                           -     > 60   9/7/14 6:13 PM   9/7/14 6:14 PM
## 907  Neither agree nor disagree     > 60   9/7/14 6:13 PM   9/7/14 6:16 PM
## 908                           -    30-44   9/7/14 6:13 PM   9/7/14 6:14 PM
## 909                           -     > 60   9/7/14 6:13 PM   9/7/14 6:14 PM
## 910                           -    30-44   9/7/14 6:12 PM   9/7/14 6:13 PM
## 911  Neither agree nor disagree    45-60   9/7/14 6:12 PM   9/7/14 6:14 PM
## 912           Somewhat disagree    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 913                           -     > 60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 914  Neither agree nor disagree     > 60   9/7/14 6:12 PM   9/7/14 6:14 PM
## 915                           -    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 916           Strongly disagree     > 60   9/7/14 6:12 PM   9/7/14 6:15 PM
## 917                           -    18-29   9/7/14 6:10 PM   9/7/14 6:12 PM
## 918  Neither agree nor disagree    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 919                           -    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 920           Somewhat disagree        -   9/7/14 6:12 PM   9/7/14 6:13 PM
## 921                           -    30-44   9/7/14 6:11 PM   9/7/14 6:12 PM
## 922                           -    30-44   9/7/14 6:11 PM   9/7/14 6:12 PM
## 923                           -     > 60   9/7/14 6:11 PM   9/7/14 6:13 PM
## 924                           -     > 60   9/7/14 6:11 PM   9/7/14 6:12 PM
## 925           Strongly disagree    30-44   9/7/14 6:11 PM   9/7/14 6:13 PM
## 926                           -    30-44   9/7/14 6:11 PM   9/7/14 6:11 PM
## 927                           -     > 60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 928                           -    45-60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 929                           -    45-60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 930                           -        -   9/7/14 6:10 PM   9/7/14 6:11 PM
## 931                           -    30-44   9/7/14 6:10 PM   9/7/14 6:11 PM
## 932                           -    45-60   9/7/14 6:10 PM   9/7/14 6:13 PM
## 933                           -     > 60   9/7/14 6:10 PM   9/7/14 6:11 PM
## 934           Strongly disagree    30-44   9/7/14 6:10 PM   9/7/14 6:12 PM
## 935                           -    45-60   9/7/14 6:10 PM   9/7/14 6:10 PM
## 936                           -    30-44   9/7/14 6:09 PM   9/7/14 6:10 PM
## 937                           -    18-29   9/7/14 6:09 PM   9/7/14 6:11 PM
## 938                           -    30-44   9/7/14 6:09 PM   9/7/14 6:11 PM
## 939                           -    45-60   9/7/14 6:09 PM   9/7/14 6:09 PM
## 940                           -    45-60   9/7/14 6:09 PM   9/7/14 6:10 PM
## 941                           -    30-44   9/7/14 6:09 PM   9/7/14 6:10 PM
## 942  Neither agree nor disagree    45-60   9/7/14 6:09 PM   9/7/14 6:10 PM
## 943  Neither agree nor disagree     > 60   9/7/14 6:08 PM   9/7/14 6:10 PM
## 944           Strongly disagree    30-44   9/7/14 6:08 PM   9/7/14 6:10 PM
## 945  Neither agree nor disagree    30-44   9/7/14 6:08 PM   9/7/14 6:10 PM
## 946                           -     > 60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 947                           -     > 60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 948                           -    45-60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 949           Strongly disagree    30-44   9/7/14 6:07 PM   9/7/14 6:10 PM
## 950                           -    30-44   9/7/14 6:07 PM   9/7/14 6:08 PM
## 951                           -    30-44   9/7/14 6:07 PM   9/7/14 6:08 PM
## 952                           -        -   9/7/14 6:07 PM   9/7/14 6:08 PM
## 953  Neither agree nor disagree    45-60   9/7/14 6:07 PM   9/7/14 6:08 PM
## 954                           -    18-29   9/7/14 6:07 PM   9/7/14 6:07 PM
## 955                           -    30-44   9/7/14 6:06 PM   9/7/14 6:07 PM
## 956                           -    45-60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 957                           -        -   9/7/14 6:06 PM   9/7/14 6:07 PM
## 958                           -    45-60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 959           Strongly disagree    45-60   9/7/14 6:06 PM   9/7/14 6:12 PM
## 960  Neither agree nor disagree    18-29   9/7/14 6:06 PM   9/7/14 6:10 PM
## 961                           -     > 60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 962                           -    18-29   9/7/14 6:06 PM   9/7/14 6:06 PM
## 963                           -        -   9/7/14 6:01 PM   9/7/14 6:06 PM
## 964                           -        -   9/7/14 6:05 PM   9/7/14 6:06 PM
## 965  Neither agree nor disagree     > 60   9/7/14 6:05 PM   9/7/14 6:08 PM
## 966           Strongly disagree    45-60   9/7/14 6:05 PM   9/7/14 6:09 PM
## 967                           -    30-44   9/7/14 6:05 PM   9/7/14 6:06 PM
## 968                           -        -   9/7/14 6:05 PM   9/7/14 6:06 PM
## 969                           -    45-60   9/7/14 6:05 PM   9/7/14 6:05 PM
## 970                           -    45-60   9/7/14 6:05 PM   9/7/14 6:06 PM
## 971  Neither agree nor disagree     > 60   9/7/14 6:05 PM   9/7/14 6:08 PM
## 972                           -    45-60   9/7/14 6:05 PM   9/7/14 6:05 PM
## 973  Neither agree nor disagree    45-60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 974                           -        -   9/7/14 6:04 PM   9/7/14 6:05 PM
## 975  Neither agree nor disagree     > 60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 976                           -    45-60   9/7/14 6:04 PM   9/7/14 6:08 PM
## 977  Neither agree nor disagree    30-44   9/7/14 6:02 PM   9/7/14 6:05 PM
## 978                           -     > 60   9/7/14 6:04 PM   9/7/14 6:05 PM
## 979                           -     > 60   9/7/14 6:04 PM   9/7/14 6:05 PM
## 980           Strongly disagree     > 60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 981           Strongly disagree    30-44   9/7/14 6:03 PM   9/7/14 6:05 PM
## 982                           -    45-60   9/7/14 6:03 PM   9/7/14 6:05 PM
## 983                           -    45-60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 984                           -     > 60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 985                           -    45-60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 986  Neither agree nor disagree        -   9/7/14 6:02 PM   9/7/14 6:03 PM
## 987                           -    45-60   9/7/14 6:02 PM   9/7/14 6:02 PM
## 988                           -     > 60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 989  Neither agree nor disagree    30-44   9/7/14 6:02 PM   9/7/14 6:04 PM
## 990                           -    30-44   9/7/14 6:02 PM   9/7/14 6:02 PM
## 991                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 992                           -     > 60   9/7/14 6:01 PM   9/7/14 6:02 PM
## 993              Somewhat agree    30-44   9/7/14 6:01 PM   9/7/14 6:04 PM
## 994           Strongly disagree     > 60   9/7/14 6:01 PM   9/7/14 6:03 PM
## 995                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 996                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 997                           -    45-60   9/7/14 6:01 PM   9/7/14 6:03 PM
## 998  Neither agree nor disagree    45-60   9/7/14 6:01 PM   9/7/14 6:09 PM
## 999                           -    45-60   9/7/14 6:01 PM   9/7/14 6:01 PM
## 1000 Neither agree nor disagree     > 60   9/7/14 6:00 PM   9/7/14 6:02 PM
## 1001                          -    30-44   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1002                          -    18-29   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1003          Strongly disagree     > 60   9/7/14 6:00 PM   9/7/14 6:02 PM
## 1004                          -    45-60   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1005          Strongly disagree    45-60   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1006          Somewhat disagree    30-44   9/7/14 5:59 PM   9/7/14 6:02 PM
## 1007          Somewhat disagree    30-44   9/7/14 5:59 PM   9/7/14 6:02 PM
## 1008                          -    45-60   9/7/14 5:59 PM   9/7/14 6:00 PM
## 1009 Neither agree nor disagree     > 60   9/7/14 5:59 PM   9/7/14 6:03 PM
## 1010          Strongly disagree    45-60   9/7/14 5:59 PM   9/7/14 6:01 PM
## 1011                          -    45-60   9/7/14 5:52 PM   9/7/14 6:00 PM
## 1012          Strongly disagree    30-44   9/7/14 5:59 PM   9/7/14 6:01 PM
## 1013 Neither agree nor disagree    45-60   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1014          Strongly disagree     > 60   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1015          Strongly disagree    30-44   9/7/14 5:53 PM   9/7/14 6:00 PM
## 1016 Neither agree nor disagree    30-44   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1017                          -    30-44   9/7/14 5:58 PM   9/7/14 7:14 PM
## 1018 Neither agree nor disagree    30-44   9/7/14 5:57 PM   9/7/14 6:01 PM
## 1019 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 6:00 PM
## 1020 Neither agree nor disagree        -   9/7/14 5:58 PM   9/7/14 5:58 PM
## 1021 Neither agree nor disagree    30-44   9/7/14 5:57 PM   9/7/14 6:00 PM
## 1022 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 6:01 PM
## 1023                          -    30-44   9/7/14 5:57 PM   9/7/14 5:58 PM
## 1024                          -     > 60   9/7/14 5:57 PM   9/7/14 5:58 PM
## 1025 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 5:59 PM
## 1026                          -    45-60   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1027                          -    45-60   9/7/14 5:56 PM   9/7/14 5:58 PM
## 1028                          -    45-60   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1029                          -    30-44   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1030             Somewhat agree    45-60   9/7/14 5:56 PM   9/7/14 5:58 PM
## 1031 Neither agree nor disagree    45-60   9/7/14 5:55 PM   9/7/14 5:57 PM
## 1032                          -    30-44   9/7/14 5:56 PM   9/7/14 5:56 PM
## 1033                          -        -   9/7/14 5:55 PM   9/7/14 5:56 PM
## 1034                          -    30-44   9/7/14 5:56 PM   9/7/14 5:56 PM
## 1035          Somewhat disagree     > 60   9/7/14 5:55 PM   9/7/14 5:57 PM
## 1036                          -    30-44   9/7/14 5:55 PM   9/7/14 5:56 PM
## 1037                          -    30-44   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1038                          -    30-44   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1039          Strongly disagree    45-60   9/7/14 5:54 PM   9/7/14 5:57 PM
## 1040                          -     > 60   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1041                          -     > 60   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1042 Neither agree nor disagree    30-44   9/7/14 5:54 PM   9/7/14 5:59 PM
## 1043 Neither agree nor disagree    45-60   9/7/14 5:54 PM   9/7/14 5:56 PM
## 1044                          -    18-29   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1045 Neither agree nor disagree     > 60   9/7/14 5:54 PM   9/7/14 6:18 PM
## 1046 Neither agree nor disagree    18-29   9/7/14 5:54 PM   9/7/14 5:58 PM
## 1047                          -     > 60   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1048                          -    45-60   9/7/14 5:53 PM   9/7/14 5:54 PM
## 1049                          -    30-44   9/7/14 5:53 PM   9/7/14 5:53 PM
## 1050 Neither agree nor disagree    45-60   9/7/14 5:53 PM   9/7/14 6:11 PM
## 1051          Strongly disagree    45-60   9/7/14 5:53 PM   9/7/14 5:54 PM
## 1052          Strongly disagree    30-44   9/7/14 5:52 PM   9/7/14 5:55 PM
## 1053                          -    30-44   9/7/14 5:53 PM   9/7/14 5:53 PM
## 1054                          -    30-44   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1055 Neither agree nor disagree    30-44   9/7/14 5:52 PM   9/7/14 5:54 PM
## 1056                          -    45-60   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1057                          -        -   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1058          Strongly disagree     > 60   9/7/14 5:51 PM   9/7/14 5:54 PM
## 1059 Neither agree nor disagree    30-44   9/7/14 5:51 PM   9/7/14 5:54 PM
## 1060                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1061          Strongly disagree    30-44   9/7/14 5:51 PM   9/7/14 5:53 PM
## 1062                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1063                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1064                          -    45-60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1065                          -    18-29   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1066                          -     > 60   9/7/14 5:51 PM   9/7/14 5:51 PM
## 1067                          -     > 60   9/7/14 5:50 PM   9/7/14 5:51 PM
## 1068                          -    45-60   9/7/14 5:50 PM   9/7/14 5:51 PM
## 1069                          -    30-44   9/7/14 5:49 PM   9/7/14 5:58 PM
## 1070             Somewhat agree    30-44   9/7/14 5:49 PM   9/7/14 5:51 PM
## 1071          Strongly disagree    45-60   9/7/14 5:49 PM   9/7/14 5:51 PM
## 1072                          -    45-60   9/7/14 5:49 PM   9/7/14 5:50 PM
## 1073                          -    18-29   9/7/14 5:49 PM   9/7/14 5:50 PM
## 1074                          -     > 60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1075          Strongly disagree    45-60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1076                          -    45-60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1077                          -    30-44   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1078             Somewhat agree    45-60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1079 Neither agree nor disagree     > 60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1080                          -    45-60   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1081                          -    30-44   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1082                          -     > 60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1083                          -    45-60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1084                          -        -   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1085                          -    45-60   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1086                          -    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1087                          -    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1088 Neither agree nor disagree    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1089                          -    18-29   9/7/14 5:47 PM   9/7/14 5:47 PM
## 1090 Neither agree nor disagree    30-44   9/7/14 5:46 PM   9/7/14 5:49 PM
## 1091 Neither agree nor disagree     > 60   9/7/14 5:46 PM   9/7/14 5:49 PM
## 1092                          -    30-44   9/7/14 5:46 PM   9/7/14 5:47 PM
## 1093                          -     > 60   9/7/14 5:45 PM   9/7/14 5:46 PM
## 1094                          -    45-60   9/7/14 5:45 PM   9/7/14 5:46 PM
##      Which.of.the.following.best.describes.your.current.relationship.status.
## 1                                                                   Response
## 2                            Single, but cohabiting with a significant other
## 3                            Single, but cohabiting with a significant other
## 4                                                                    Married
## 5                                                                    Married
## 6                                                                    Married
## 7                            Single, but cohabiting with a significant other
## 8                            Single, but cohabiting with a significant other
## 9                                                                    Married
## 10                                                                   Married
## 11                                                                   Married
## 12                           Single, but cohabiting with a significant other
## 13                                                                   Married
## 14                                                                   Married
## 15                                                                   Married
## 16                                                                   Married
## 17                                                                   Married
## 18                                                                   Married
## 19                                  In a domestic partnership or civil union
## 20                                  In a domestic partnership or civil union
## 21                                                                   Married
## 22                                                                   Married
## 23                                                                   Married
## 24                                                                   Married
## 25                                                                   Married
## 26                           Single, but cohabiting with a significant other
## 27                                                                   Married
## 28                                  In a domestic partnership or civil union
## 29                           Single, but cohabiting with a significant other
## 30                                                                   Married
## 31                                                                   Married
## 32                                                                   Married
## 33                                                                   Married
## 34                           Single, but cohabiting with a significant other
## 35                                                                   Married
## 36                                                                   Married
## 37                           Single, but cohabiting with a significant other
## 38                                                                   Married
## 39                                                                   Married
## 40                                                                   Married
## 41                                                                   Married
## 42                                                                   Married
## 43                                                                   Married
## 44                           Single, but cohabiting with a significant other
## 45                                                                   Married
## 46                                                                   Married
## 47                           Single, but cohabiting with a significant other
## 48                                                                   Married
## 49                                                                   Married
## 50                                                                   Married
## 51                                                                   Married
## 52                                                                   Married
## 53                                  In a domestic partnership or civil union
## 54                           Single, but cohabiting with a significant other
## 55                           Single, but cohabiting with a significant other
## 56                           Single, but cohabiting with a significant other
## 57                                                                   Married
## 58                           Single, but cohabiting with a significant other
## 59                                                                   Married
## 60                                                                   Married
## 61                                                                   Widowed
## 62                                                                   Married
## 63                                                                   Married
## 64                           Single, but cohabiting with a significant other
## 65                                                                   Married
## 66                                                                   Married
## 67                                                                   Married
## 68                           Single, but cohabiting with a significant other
## 69                                                                   Married
## 70                                                                   Married
## 71                                                                   Married
## 72                                                                   Married
## 73                                                                   Married
## 74                                                                   Married
## 75                                                                   Married
## 76                                                                   Married
## 77                                                                   Married
## 78                                                                   Married
## 79                                                                   Married
## 80                           Single, but cohabiting with a significant other
## 81                                                                   Married
## 82                                                                   Married
## 83                                                                   Married
## 84                                                                   Married
## 85                                                                   Married
## 86                                                                   Married
## 87                                                                   Married
## 88                                                                   Married
## 89                                                                   Married
## 90                                                                   Married
## 91                                                                   Married
## 92                                                                   Married
## 93                                                                   Married
## 94                           Single, but cohabiting with a significant other
## 95                                                                   Married
## 96                                                                   Married
## 97                                                                   Married
## 98                                                                   Married
## 99                                                                   Married
## 100                                 In a domestic partnership or civil union
## 101                                                                  Married
## 102                                                                  Married
## 103                                 In a domestic partnership or civil union
## 104                                                                  Married
## 105                                                                  Married
## 106                                                                  Married
## 107                          Single, but cohabiting with a significant other
## 108                                                                  Married
## 109                          Single, but cohabiting with a significant other
## 110                                                                  Married
## 111                          Single, but cohabiting with a significant other
## 112                                                                  Married
## 113                                                                  Married
## 114                                                                  Married
## 115                                                                Separated
## 116                          Single, but cohabiting with a significant other
## 117                                                                  Married
## 118                                                                  Married
## 119                                                                  Married
## 120                                                                  Married
## 121                                 In a domestic partnership or civil union
## 122                                                                  Married
## 123                                                                  Married
## 124                                                                  Married
## 125                                                                  Married
## 126                                                                  Married
## 127                                                                  Married
## 128                          Single, but cohabiting with a significant other
## 129                                                                  Married
## 130                          Single, but cohabiting with a significant other
## 131                                                                  Married
## 132                                                                  Married
## 133                                                                  Married
## 134                                                                  Married
## 135                                                                  Married
## 136                                                                  Married
## 137                                                                  Married
## 138                          Single, but cohabiting with a significant other
## 139                                                                  Married
## 140                                                                  Married
## 141                                                                  Married
## 142                                                                  Married
## 143                                                                  Married
## 144                                                                  Married
## 145                                                                  Married
## 146                          Single, but cohabiting with a significant other
## 147                                                                  Married
## 148                                                                  Married
## 149                          Single, but cohabiting with a significant other
## 150                                                                  Married
## 151                          Single, but cohabiting with a significant other
## 152                                                                  Married
## 153                                                                  Married
## 154                          Single, but cohabiting with a significant other
## 155                                                                  Married
## 156                                                                  Married
## 157                                                                  Married
## 158                          Single, but cohabiting with a significant other
## 159                                                                  Married
## 160                                                                  Married
## 161                                                                  Married
## 162                                                                  Married
## 163                                                                  Married
## 164                          Single, but cohabiting with a significant other
## 165                          Single, but cohabiting with a significant other
## 166                                                                  Married
## 167                                                                  Married
## 168                                                                  Married
## 169                                                                  Married
## 170                                 In a domestic partnership or civil union
## 171                                                                  Married
## 172                                                                  Married
## 173                          Single, but cohabiting with a significant other
## 174                          Single, but cohabiting with a significant other
## 175                                 In a domestic partnership or civil union
## 176                          Single, but cohabiting with a significant other
## 177                                                                  Married
## 178                                                                  Married
## 179                                                                  Married
## 180                                                                  Married
## 181                                                                  Married
## 182                                                                  Married
## 183                                                                  Married
## 184                                                                  Married
## 185                                                                  Married
## 186                                                                  Married
## 187                                                                 Divorced
## 188                                                                  Married
## 189                                                                  Married
## 190                          Single, but cohabiting with a significant other
## 191                                                                  Married
## 192                                                                  Married
## 193                                                                  Married
## 194                                                                  Married
## 195                                                                  Married
## 196                                                                  Married
## 197                                 In a domestic partnership or civil union
## 198                                                                  Married
## 199                                                                  Married
## 200                                                                  Married
## 201                                                                  Married
## 202                                                                  Married
## 203                                                                  Married
## 204                                 In a domestic partnership or civil union
## 205                                                                  Married
## 206                                                                  Married
## 207                                                                  Married
## 208                                                                  Married
## 209                                                                  Married
## 210                                                                  Married
## 211                                                                  Married
## 212                                                                  Married
## 213                                                                  Widowed
## 214                                                                  Married
## 215                                                                  Married
## 216                                                                  Married
## 217                          Single, but cohabiting with a significant other
## 218                                                                  Married
## 219                                                                  Married
## 220                                                                  Married
## 221                                                                  Married
## 222                          Single, but cohabiting with a significant other
## 223                                                                  Married
## 224                                                                  Married
## 225                                                                  Married
## 226                                                                  Married
## 227                                                                  Married
## 228                          Single, but cohabiting with a significant other
## 229                                                                  Married
## 230                                                                  Married
## 231                                                                  Married
## 232                                                                  Married
## 233                                                                  Married
## 234                                                                  Married
## 235                                                                  Married
## 236                                                                  Married
## 237                                                                  Married
## 238                                                                  Married
## 239                                                                  Married
## 240                          Single, but cohabiting with a significant other
## 241                                                                  Married
## 242                          Single, but cohabiting with a significant other
## 243                                                                  Married
## 244                                                                  Married
## 245                          Single, but cohabiting with a significant other
## 246                          Single, but cohabiting with a significant other
## 247                                                                  Married
## 248                                                                  Married
## 249                                                                  Married
## 250                                                                  Married
## 251                                                                  Married
## 252                          Single, but cohabiting with a significant other
## 253                          Single, but cohabiting with a significant other
## 254                                                                  Married
## 255                                                                  Married
## 256                                                                  Married
## 257                                                                  Married
## 258                                                                  Married
## 259                          Single, but cohabiting with a significant other
## 260                                                                  Married
## 261                                                                  Married
## 262                                                                  Married
## 263                                                                 Divorced
## 264                                                                  Married
## 265                                                                  Married
## 266                                                                  Married
## 267                                                                  Married
## 268                                                                  Married
## 269                                                                  Married
## 270                                 In a domestic partnership or civil union
## 271                                                                  Married
## 272                                                                  Married
## 273                                                                  Married
## 274                                                                  Married
## 275                                                                  Married
## 276                                                                  Married
## 277                                                                  Married
## 278                                                                  Married
## 279                                 In a domestic partnership or civil union
## 280                                                                  Married
## 281                                                                  Married
## 282                                                                  Married
## 283                                                                  Married
## 284                          Single, but cohabiting with a significant other
## 285                                                                  Married
## 286                          Single, but cohabiting with a significant other
## 287                                                                  Married
## 288                                                                  Married
## 289                                                                  Married
## 290                                                                  Married
## 291                                                                  Married
## 292                                                                  Married
## 293                                                                  Married
## 294                                                                  Married
## 295                                                                  Married
## 296                                                                  Married
## 297                                                                  Married
## 298                                                                  Married
## 299                                                                  Married
## 300                                                                  Married
## 301                          Single, but cohabiting with a significant other
## 302                                                                  Married
## 303                                                                 Divorced
## 304                                                                  Married
## 305                          Single, but cohabiting with a significant other
## 306                                                                  Married
## 307                          Single, but cohabiting with a significant other
## 308                                                                  Married
## 309                                                                  Married
## 310                                                                  Married
## 311                                                                  Married
## 312                                                                  Married
## 313                          Single, but cohabiting with a significant other
## 314                                                                  Married
## 315                                                                  Married
## 316                                                                  Married
## 317                                                                  Married
## 318                                                                  Married
## 319                                                                  Married
## 320                                                                  Married
## 321                                                                  Married
## 322                                                                  Married
## 323                                 In a domestic partnership or civil union
## 324                          Single, but cohabiting with a significant other
## 325                                 In a domestic partnership or civil union
## 326                                                                  Married
## 327                                                                  Married
## 328                                                                  Married
## 329                                                                  Married
## 330                                                                  Widowed
## 331                                                                  Married
## 332                                                                  Married
## 333                                                                  Married
## 334                                                                  Married
## 335                          Single, but cohabiting with a significant other
## 336                                                                  Married
## 337                                                                  Married
## 338                                                                  Married
## 339                          Single, but cohabiting with a significant other
## 340                                                                  Married
## 341                                                                  Married
## 342                                                                  Married
## 343                                                                  Married
## 344                                                                  Married
## 345                                                                  Married
## 346                                                                  Married
## 347                                 In a domestic partnership or civil union
## 348                                                                  Married
## 349                          Single, but cohabiting with a significant other
## 350                                                                  Married
## 351                                                                  Married
## 352                                                                  Married
## 353                                                                  Married
## 354                                                                  Married
## 355                                                                  Married
## 356                                                                  Married
## 357                                                                  Married
## 358                                                                  Married
## 359                                                                  Married
## 360                                                                  Married
## 361                                                                  Married
## 362                                                                  Married
## 363                                                                  Married
## 364                                                                  Married
## 365                          Single, but cohabiting with a significant other
## 366                                                                  Married
## 367                                                                  Married
## 368                                                                  Married
## 369                          Single, but cohabiting with a significant other
## 370                                                                  Married
## 371                                                                  Married
## 372                                                                  Married
## 373                                                                  Married
## 374                                                                  Married
## 375                                 In a domestic partnership or civil union
## 376                                                                  Married
## 377                                                                  Married
## 378                                                                  Married
## 379                                                                  Married
## 380                                                                  Married
## 381                                                                  Married
## 382                                                                  Married
## 383                                                                  Married
## 384                                                                  Married
## 385                                                                 Divorced
## 386                                                                  Married
## 387                          Single, but cohabiting with a significant other
## 388                                                                Separated
## 389                                                                  Married
## 390                          Single, but cohabiting with a significant other
## 391                                                                  Married
## 392                                                                  Married
## 393                                                                  Married
## 394                                 In a domestic partnership or civil union
## 395                                 In a domestic partnership or civil union
## 396                                                                  Married
## 397                                                                  Married
## 398                                                                  Married
## 399                                                                  Married
## 400                          Single, but cohabiting with a significant other
## 401                                                                  Married
## 402                                                                  Married
## 403                          Single, but cohabiting with a significant other
## 404                                                                  Married
## 405                                                                  Married
## 406                                                                  Married
## 407                                                                  Married
## 408                                                                  Married
## 409                                                                  Married
## 410                                                                  Married
## 411                                                                  Married
## 412                          Single, but cohabiting with a significant other
## 413                                                                  Married
## 414                                                                  Married
## 415                          Single, but cohabiting with a significant other
## 416                                                                  Married
## 417                                                                  Married
## 418                                                                  Married
## 419                                                                  Married
## 420                          Single, but cohabiting with a significant other
## 421                                                                Separated
## 422                          Single, but cohabiting with a significant other
## 423                                                                  Married
## 424                                                                  Married
## 425                                                                  Married
## 426                                                                  Married
## 427                                                                 Divorced
## 428                                 In a domestic partnership or civil union
## 429                          Single, but cohabiting with a significant other
## 430                                                                  Married
## 431                                                                  Married
## 432                                                                  Married
## 433                                                                  Married
## 434                                                                Separated
## 435                                                                  Married
## 436                                                                  Married
## 437                                                                  Married
## 438                                                                  Married
## 439                                                                  Married
## 440                                                                  Married
## 441                                                                  Married
## 442                                                                  Married
## 443                                                                  Married
## 444                                                                  Married
## 445                                                                  Married
## 446                                                                  Married
## 447                                                                  Married
## 448                                                                  Married
## 449                                                                  Married
## 450                                                                  Married
## 451                                                                  Married
## 452                                                                  Married
## 453                                                                  Married
## 454                                                                  Married
## 455                                                                  Married
## 456                                 In a domestic partnership or civil union
## 457                                                                  Married
## 458                                                                  Married
## 459                          Single, but cohabiting with a significant other
## 460                                                                  Married
## 461                                 In a domestic partnership or civil union
## 462                                                                  Married
## 463                          Single, but cohabiting with a significant other
## 464                                                                  Married
## 465                                                                  Married
## 466                          Single, but cohabiting with a significant other
## 467                                                                  Married
## 468                          Single, but cohabiting with a significant other
## 469                                                                  Married
## 470                                                                  Married
## 471                                                                  Married
## 472                                                                  Married
## 473                                                                  Married
## 474                                                                  Married
## 475                                                                  Married
## 476                                                                  Married
## 477                                                                  Married
## 478                                                                  Married
## 479                                                                  Married
## 480                                                                  Married
## 481                                                                  Married
## 482                                                                  Married
## 483                                                                  Married
## 484                                                                  Married
## 485                                                                  Married
## 486                          Single, but cohabiting with a significant other
## 487                          Single, but cohabiting with a significant other
## 488                          Single, but cohabiting with a significant other
## 489                                                                  Married
## 490                                                                  Married
## 491                                                                  Married
## 492                                                                  Married
## 493                                                                  Married
## 494                                                                  Married
## 495                                                                  Married
## 496                                                                  Married
## 497                                                                  Married
## 498                                                                  Married
## 499                                                                  Married
## 500                                                                  Married
## 501                                                                  Married
## 502                                                                  Married
## 503                                                                  Married
## 504                                                                  Married
## 505                                                                  Married
## 506                                                                  Married
## 507                                                                  Married
## 508                                                                  Married
## 509                                                                  Married
## 510                          Single, but cohabiting with a significant other
## 511                          Single, but cohabiting with a significant other
## 512                                 In a domestic partnership or civil union
## 513                                                                  Married
## 514                                                                  Married
## 515                                                                  Married
## 516                                                                  Married
## 517                                 In a domestic partnership or civil union
## 518                                                                  Married
## 519                                                                  Married
## 520                                                                  Married
## 521                                                                  Married
## 522                                 In a domestic partnership or civil union
## 523                                                                  Married
## 524                                                                  Married
## 525                                                                  Married
## 526                                                                  Married
## 527                                                                  Married
## 528                                                                  Married
## 529                                                                  Married
## 530                                                                  Married
## 531                                 In a domestic partnership or civil union
## 532                                                                  Married
## 533                                                                  Married
## 534                                                                  Married
## 535                                                                  Married
## 536                                                                  Married
## 537                                                                  Married
## 538                                                                  Married
## 539                                                                  Married
## 540                                                                  Married
## 541                                                                  Married
## 542                                                                  Married
## 543                                                                  Married
## 544                                                                  Married
## 545                                                                  Married
## 546                                                                  Married
## 547                                                                  Married
## 548                                                                  Married
## 549                                                                  Married
## 550                                                                  Married
## 551                                                                  Married
## 552                                                                  Married
## 553                                                                  Married
## 554                                                                  Married
## 555                                                                  Married
## 556                                                                  Married
## 557                                                                  Married
## 558                                                                  Married
## 559                                                                  Married
## 560                                                                  Married
## 561                                                                  Married
## 562                                                                  Married
## 563                                                                  Married
## 564                                                                  Married
## 565                                                                  Married
## 566                                                                  Married
## 567                                                                  Married
## 568                                                                  Married
## 569                                                                  Married
## 570                                                                  Married
## 571                                                                  Married
## 572                                                                  Married
## 573                                                                  Married
## 574                                                                  Married
## 575                                                                  Married
## 576                          Single, but cohabiting with a significant other
## 577                                                                  Married
## 578                                                                  Married
## 579                                                                  Married
## 580                                                                  Married
## 581                                                                  Married
## 582                                                                  Married
## 583                                                                  Married
## 584                                                                  Married
## 585                                                                  Married
## 586                                                                  Married
## 587                                                                  Married
## 588                                                                  Married
## 589                                                                  Married
## 590                          Single, but cohabiting with a significant other
## 591                                                                 Divorced
## 592                                                                  Married
## 593                                                                  Married
## 594                                                                  Married
## 595                                                                 Divorced
## 596                                                                  Married
## 597                                                                  Married
## 598                                                                  Married
## 599                                                                  Married
## 600                                                                  Married
## 601                                 In a domestic partnership or civil union
## 602                                                                  Married
## 603                                                                  Married
## 604                                                                  Married
## 605                                                                  Married
## 606                                                                  Married
## 607                                                                  Married
## 608                          Single, but cohabiting with a significant other
## 609                                                                  Married
## 610                                                                  Married
## 611                          Single, but cohabiting with a significant other
## 612                                                                  Married
## 613                                                                  Married
## 614                                                                  Married
## 615                          Single, but cohabiting with a significant other
## 616                                                                  Married
## 617                                                                  Married
## 618                                                                  Married
## 619                                 In a domestic partnership or civil union
## 620                                                                  Married
## 621                          Single, but cohabiting with a significant other
## 622                                                                  Married
## 623                                 In a domestic partnership or civil union
## 624                          Single, but cohabiting with a significant other
## 625                                                                  Married
## 626                                                                  Married
## 627                                                                  Married
## 628                                                                  Married
## 629                                                                  Married
## 630                                                                  Married
## 631                                                                  Married
## 632                                                                  Married
## 633                                                                  Married
## 634                                                                  Married
## 635                                                                  Married
## 636                                                                  Married
## 637                                                                  Married
## 638                                                                  Married
## 639                                                                  Married
## 640                                                                  Married
## 641                                                                  Married
## 642                                                                  Married
## 643                                                                  Married
## 644                                                                  Married
## 645                                                                  Married
## 646                                 In a domestic partnership or civil union
## 647                                                                  Married
## 648                                                                  Married
## 649                                 In a domestic partnership or civil union
## 650                                                                 Divorced
## 651                                                                  Married
## 652                                                                  Married
## 653                                                                  Married
## 654                                                                  Married
## 655                                                                  Married
## 656                                                                  Married
## 657                                                                  Married
## 658                          Single, but cohabiting with a significant other
## 659                                                                  Married
## 660                                                                  Married
## 661                                                                  Married
## 662                                                                  Married
## 663                                                                  Married
## 664                                                                  Married
## 665                                                                  Married
## 666                                                                  Married
## 667                                                                  Married
## 668                                                                  Married
## 669                          Single, but cohabiting with a significant other
## 670                                                                  Married
## 671                          Single, but cohabiting with a significant other
## 672                                                                  Married
## 673                                                                  Married
## 674                                                                  Married
## 675                                                                  Married
## 676                                                                  Married
## 677                                                                  Married
## 678                                                                  Married
## 679                                                                  Married
## 680                          Single, but cohabiting with a significant other
## 681                                                                  Married
## 682                                                                  Married
## 683                                                                  Married
## 684                                                                  Married
## 685                                                                  Married
## 686                                                                  Married
## 687                          Single, but cohabiting with a significant other
## 688                                                                  Married
## 689                                                                  Married
## 690                                                                  Married
## 691                                                                  Married
## 692                                                                  Married
## 693                                                                  Married
## 694                                                                  Married
## 695                                                                  Married
## 696                                                                  Married
## 697                                                                  Married
## 698                          Single, but cohabiting with a significant other
## 699                                                                  Married
## 700                          Single, but cohabiting with a significant other
## 701                                                                  Married
## 702                                                                  Married
## 703                                                                  Married
## 704                                                                  Married
## 705                                                                  Married
## 706                                 In a domestic partnership or civil union
## 707                                                                  Married
## 708                                                                  Married
## 709                          Single, but cohabiting with a significant other
## 710                                                                  Married
## 711                                                                  Married
## 712                                                                 Divorced
## 713                                                                  Married
## 714                                                                  Married
## 715                          Single, but cohabiting with a significant other
## 716                          Single, but cohabiting with a significant other
## 717                                                                  Married
## 718                                                                  Married
## 719                          Single, but cohabiting with a significant other
## 720                          Single, but cohabiting with a significant other
## 721                                                                  Married
## 722                                                                  Married
## 723                                                                  Married
## 724                                                                Separated
## 725                                                                  Married
## 726                                                                  Married
## 727                                                                  Married
## 728                                                                  Married
## 729                                                                  Married
## 730                                                                  Married
## 731                                                                  Married
## 732                                                                  Married
## 733                                                                  Married
## 734                                                                  Married
## 735                                                                  Married
## 736                                                                  Married
## 737                          Single, but cohabiting with a significant other
## 738                          Single, but cohabiting with a significant other
## 739                                                                  Married
## 740                                                                  Married
## 741                                                                  Married
## 742                          Single, but cohabiting with a significant other
## 743                          Single, but cohabiting with a significant other
## 744                                                                  Married
## 745                                                                  Married
## 746                                                                  Married
## 747                                                                  Married
## 748                                                                  Married
## 749                                                                  Married
## 750                                                                  Married
## 751                                                                  Married
## 752                                                                  Married
## 753                                                                  Married
## 754                                                                  Married
## 755                                                                  Married
## 756                                                                  Married
## 757                                                                  Married
## 758                                                                  Married
## 759                                 In a domestic partnership or civil union
## 760                                                                  Married
## 761                                                                  Married
## 762                                                                  Married
## 763                                                                  Married
## 764                                                                  Married
## 765                                                                Separated
## 766                                                                  Married
## 767                                                                  Married
## 768                                                                  Married
## 769                                                                Separated
## 770                                 In a domestic partnership or civil union
## 771                                                                  Married
## 772                          Single, but cohabiting with a significant other
## 773                                                                  Married
## 774                                                                  Married
## 775                                                                  Married
## 776                          Single, but cohabiting with a significant other
## 777                                                                  Married
## 778                                                                  Married
## 779                                                                  Married
## 780                                                                  Married
## 781                                                                  Married
## 782                          Single, but cohabiting with a significant other
## 783                                                                  Married
## 784                                                                  Married
## 785                          Single, but cohabiting with a significant other
## 786                                                                  Married
## 787                                                                  Married
## 788                                                                  Married
## 789                                                                  Married
## 790                                                                  Married
## 791                                                                  Married
## 792                                                                  Married
## 793                          Single, but cohabiting with a significant other
## 794                                 In a domestic partnership or civil union
## 795                                 In a domestic partnership or civil union
## 796                                                                  Married
## 797                                                                 Divorced
## 798                                                                  Married
## 799                                                                  Married
## 800                                                                  Married
## 801                                                                  Married
## 802                                                                  Married
## 803                                                                  Married
## 804                                                                  Married
## 805                          Single, but cohabiting with a significant other
## 806                                                                  Married
## 807                                 In a domestic partnership or civil union
## 808                                                                  Married
## 809                                                                  Married
## 810                                                                  Married
## 811                                                                  Married
## 812                          Single, but cohabiting with a significant other
## 813                                                                  Married
## 814                                                                  Married
## 815                                                                  Married
## 816                                                                  Married
## 817                                 In a domestic partnership or civil union
## 818                                                                  Married
## 819                                                                  Married
## 820                          Single, but cohabiting with a significant other
## 821                                                                  Married
## 822                                                                 Divorced
## 823                                                                  Married
## 824                          Single, but cohabiting with a significant other
## 825                                                                  Married
## 826                                                                  Married
## 827                                 In a domestic partnership or civil union
## 828                                                                  Married
## 829                                                                  Married
## 830                                                                  Married
## 831                                                                  Married
## 832                                                                  Married
## 833                                                                  Married
## 834                                                                  Married
## 835                                                                  Married
## 836                                                                  Married
## 837                                                                  Married
## 838                                                                  Married
## 839                          Single, but cohabiting with a significant other
## 840                                                                  Married
## 841                                                                  Married
## 842                                                                  Married
## 843                                                                  Married
## 844                                                                  Married
## 845                                                                  Married
## 846                                                                  Married
## 847                                 In a domestic partnership or civil union
## 848                                                                  Married
## 849                                                                  Married
## 850                                                                  Married
## 851                                                                  Married
## 852                                                                  Married
## 853                                                                  Married
## 854                                                                  Married
## 855                                                                  Married
## 856                                                                  Married
## 857                                                                  Married
## 858                          Single, but cohabiting with a significant other
## 859                                                                  Married
## 860                                                                  Married
## 861                                                                  Married
## 862                                                                  Married
## 863                                                                  Married
## 864                                                                  Married
## 865                          Single, but cohabiting with a significant other
## 866                          Single, but cohabiting with a significant other
## 867                                                                  Married
## 868                                                                  Married
## 869                                                                  Married
## 870                                                                  Married
## 871                                                                  Married
## 872                                                                  Married
## 873                                                                  Married
## 874                          Single, but cohabiting with a significant other
## 875                          Single, but cohabiting with a significant other
## 876                                                                  Married
## 877                                                                  Married
## 878                                                                  Married
## 879                                                                  Married
## 880                                                                  Married
## 881                                                                  Married
## 882                                                                  Married
## 883                                                                  Married
## 884                                                                  Married
## 885                                                                  Married
## 886                                                                  Married
## 887                          Single, but cohabiting with a significant other
## 888                                                                  Married
## 889                                                                  Married
## 890                                                                  Married
## 891                          Single, but cohabiting with a significant other
## 892                                                                  Married
## 893                                                                  Married
## 894                                                                  Married
## 895                                                                  Married
## 896                          Single, but cohabiting with a significant other
## 897                                                                  Married
## 898                                                                  Married
## 899                                                                  Married
## 900                                 In a domestic partnership or civil union
## 901                          Single, but cohabiting with a significant other
## 902                                                                  Married
## 903                          Single, but cohabiting with a significant other
## 904                                                                  Married
## 905                          Single, but cohabiting with a significant other
## 906                                                                  Married
## 907                                                                  Married
## 908                                                                  Married
## 909                                                                  Married
## 910                                                                  Married
## 911                                                                  Married
## 912                                                                  Married
## 913                                                                  Married
## 914                                                                  Married
## 915                                                                  Married
## 916                                                                  Married
## 917                                                                  Married
## 918                                                                  Married
## 919                          Single, but cohabiting with a significant other
## 920                                                                  Married
## 921                                                                  Married
## 922                                                                  Married
## 923                                                                  Married
## 924                                                                  Married
## 925                          Single, but cohabiting with a significant other
## 926                                                                  Married
## 927                                                                  Married
## 928                                                                  Married
## 929                                                                  Married
## 930                                                                  Married
## 931                                                                 Divorced
## 932                                                                  Married
## 933                                                                  Married
## 934                                                                  Married
## 935                                                                  Married
## 936                                                                  Married
## 937                          Single, but cohabiting with a significant other
## 938                          Single, but cohabiting with a significant other
## 939                                                                  Married
## 940                                                                  Married
## 941                                                                  Married
## 942                                                                  Married
## 943                                                                  Married
## 944                                                                  Married
## 945                          Single, but cohabiting with a significant other
## 946                                 In a domestic partnership or civil union
## 947                                 In a domestic partnership or civil union
## 948                                                                  Married
## 949                          Single, but cohabiting with a significant other
## 950                                                                  Married
## 951                                                                  Married
## 952                                                                  Married
## 953                                                                  Married
## 954                                                                  Married
## 955                                                                  Married
## 956                                                                  Married
## 957                                                                  Married
## 958                                                                  Married
## 959                                                                  Married
## 960                          Single, but cohabiting with a significant other
## 961                                                                  Married
## 962                                                                  Married
## 963                                                                  Married
## 964                                                                  Married
## 965                                                                  Married
## 966                                                                  Married
## 967                          Single, but cohabiting with a significant other
## 968                                                                  Married
## 969                                                                  Married
## 970                                                                  Married
## 971                                                                  Married
## 972                                                                  Married
## 973                                                                  Married
## 974                                                                  Married
## 975                                                                  Married
## 976                                 In a domestic partnership or civil union
## 977                                 In a domestic partnership or civil union
## 978                                                                  Married
## 979                                                                  Married
## 980                                                                  Married
## 981                                                                  Married
## 982                                                                  Married
## 983                                                                  Married
## 984                                                                  Married
## 985                                                                  Married
## 986                                                                  Married
## 987                                                                  Married
## 988                                                                  Married
## 989                                                                  Married
## 990                                                                  Married
## 991                                 In a domestic partnership or civil union
## 992                                                                  Married
## 993                                                                  Married
## 994                                                                  Married
## 995                          Single, but cohabiting with a significant other
## 996                                                                  Married
## 997                                                                  Married
## 998                                                                  Married
## 999                                                                  Married
## 1000                                                                 Married
## 1001                                                                 Married
## 1002                                                                 Married
## 1003                                                                 Married
## 1004                                                                 Married
## 1005                                                                 Married
## 1006                                                                 Married
## 1007                                                                 Married
## 1008                                                                 Married
## 1009                                                                 Married
## 1010                                                                 Married
## 1011                                                                 Married
## 1012                                                                 Married
## 1013                                                                 Married
## 1014                                                                 Married
## 1015                                                                 Married
## 1016                                                                 Married
## 1017                                                                 Married
## 1018                                                                 Married
## 1019                                                                 Married
## 1020                                                                 Married
## 1021                                                                 Married
## 1022                         Single, but cohabiting with a significant other
## 1023                                                                 Married
## 1024                                                                 Married
## 1025                                                                 Married
## 1026                                                                 Married
## 1027                                In a domestic partnership or civil union
## 1028                         Single, but cohabiting with a significant other
## 1029                                                                 Married
## 1030                                                                 Married
## 1031                                                                 Married
## 1032                                                                 Married
## 1033                                                                 Married
## 1034                                                                 Married
## 1035                                                                 Married
## 1036                                                                 Married
## 1037                                                                 Married
## 1038                                                                 Married
## 1039                                                                 Married
## 1040                                                                 Married
## 1041                                                                 Married
## 1042                                                                 Married
## 1043                                                                 Married
## 1044                                                                 Married
## 1045                                                                 Married
## 1046                         Single, but cohabiting with a significant other
## 1047                                                                 Married
## 1048                                                                 Married
## 1049                                                                 Married
## 1050                                                                 Married
## 1051                                                                 Married
## 1052                                                                 Married
## 1053                                                                 Married
## 1054                                                                 Married
## 1055                                                                 Married
## 1056                                                                 Married
## 1057                                                                 Married
## 1058                                                                 Married
## 1059                                                                 Married
## 1060                                                                 Married
## 1061                         Single, but cohabiting with a significant other
## 1062                                                                 Married
## 1063                                                                 Married
## 1064                                                                 Married
## 1065                         Single, but cohabiting with a significant other
## 1066                                                                 Married
## 1067                                                                 Married
## 1068                                                                 Married
## 1069                         Single, but cohabiting with a significant other
## 1070                                                                 Married
## 1071                                                                 Married
## 1072                                                                 Married
## 1073                         Single, but cohabiting with a significant other
## 1074                                                                 Married
## 1075                                                                 Married
## 1076                                                                 Married
## 1077                                                                 Married
## 1078                                                                 Married
## 1079                                                                 Married
## 1080                                In a domestic partnership or civil union
## 1081                                                                 Married
## 1082                                                                 Married
## 1083                                                                 Married
## 1084                                                                 Married
## 1085                                                                 Married
## 1086                                                                 Married
## 1087                         Single, but cohabiting with a significant other
## 1088                                                                 Married
## 1089                                                                 Married
## 1090                                                                 Married
## 1091                                                                 Married
## 1092                                                                 Married
## 1093                                                               Separated
## 1094                                                                 Married
##      How.long.have.you.been.in.your.current.relationship..If.you.are.not.currently.in.a.relationship..please.answer.according.to.your.last.relationship.
## 1                                                                                                                                               Response
## 2                                                                                                                                              1-5 years
## 3                                                                                                                                              1-5 years
## 4                                                                                                                                              1-5 years
## 5                                                                                                                                              1-5 years
## 6                                                                                                                                              1-5 years
## 7                                                                                                                                              1-5 years
## 8                                                                                                                                       Less than 1 year
## 9                                                                                                                                     More than 20 years
## 10                                                                                                                                    More than 20 years
## 11                                                                                                                                    More than 20 years
## 12                                                                                                                                            6-10 years
## 13                                                                                                                                           16-20 years
## 14                                                                                                                                            6-10 years
## 15                                                                                                                                            6-10 years
## 16                                                                                                                                    More than 20 years
## 17                                                                                                                                           16-20 years
## 18                                                                                                                                            6-10 years
## 19                                                                                                                                             1-5 years
## 20                                                                                                                                             1-5 years
## 21                                                                                                                                           11-15 years
## 22                                                                                                                                            6-10 years
## 23                                                                                                                                           11-15 years
## 24                                                                                                                                             1-5 years
## 25                                                                                                                                           16-20 years
## 26                                                                                                                                             1-5 years
## 27                                                                                                                                           11-15 years
## 28                                                                                                                                           11-15 years
## 29                                                                                                                                             1-5 years
## 30                                                                                                                                            6-10 years
## 31                                                                                                                                             1-5 years
## 32                                                                                                                                             1-5 years
## 33                                                                                                                                           11-15 years
## 34                                                                                                                                             1-5 years
## 35                                                                                                                                           11-15 years
## 36                                                                                                                                           16-20 years
## 37                                                                                                                                            6-10 years
## 38                                                                                                                                           16-20 years
## 39                                                                                                                                           11-15 years
## 40                                                                                                                                            6-10 years
## 41                                                                                                                                           11-15 years
## 42                                                                                                                                           11-15 years
## 43                                                                                                                                           11-15 years
## 44                                                                                                                                             1-5 years
## 45                                                                                                                                           11-15 years
## 46                                                                                                                                    More than 20 years
## 47                                                                                                                                            6-10 years
## 48                                                                                                                                    More than 20 years
## 49                                                                                                                                            6-10 years
## 50                                                                                                                                            6-10 years
## 51                                                                                                                                           11-15 years
## 52                                                                                                                                            6-10 years
## 53                                                                                                                                           11-15 years
## 54                                                                                                                                      Less than 1 year
## 55                                                                                                                                             1-5 years
## 56                                                                                                                                             1-5 years
## 57                                                                                                                                           16-20 years
## 58                                                                                                                                             1-5 years
## 59                                                                                                                                             1-5 years
## 60                                                                                                                                            6-10 years
## 61                                                                                                                                             1-5 years
## 62                                                                                                                                    More than 20 years
## 63                                                                                                                                            6-10 years
## 64                                                                                                                                      Less than 1 year
## 65                                                                                                                                            6-10 years
## 66                                                                                                                                            6-10 years
## 67                                                                                                                                            6-10 years
## 68                                                                                                                                             1-5 years
## 69                                                                                                                                           11-15 years
## 70                                                                                                                                           16-20 years
## 71                                                                                                                                           11-15 years
## 72                                                                                                                                            6-10 years
## 73                                                                                                                                           16-20 years
## 74                                                                                                                                            6-10 years
## 75                                                                                                                                             1-5 years
## 76                                                                                                                                    More than 20 years
## 77                                                                                                                                    More than 20 years
## 78                                                                                                                                           16-20 years
## 79                                                                                                                                           16-20 years
## 80                                                                                                                                      Less than 1 year
## 81                                                                                                                                           11-15 years
## 82                                                                                                                                             1-5 years
## 83                                                                                                                                           16-20 years
## 84                                                                                                                                           11-15 years
## 85                                                                                                                                           11-15 years
## 86                                                                                                                                           11-15 years
## 87                                                                                                                                           11-15 years
## 88                                                                                                                                            6-10 years
## 89                                                                                                                                    More than 20 years
## 90                                                                                                                                           11-15 years
## 91                                                                                                                                             1-5 years
## 92                                                                                                                                    More than 20 years
## 93                                                                                                                                    More than 20 years
## 94                                                                                                                                                      
## 95                                                                                                                                    More than 20 years
## 96                                                                                                                                    More than 20 years
## 97                                                                                                                                    More than 20 years
## 98                                                                                                                                             1-5 years
## 99                                                                                                                                    More than 20 years
## 100                                                                                                                                            1-5 years
## 101                                                                                                                                            1-5 years
## 102                                                                                                                                   More than 20 years
## 103                                                                                                                                            1-5 years
## 104                                                                                                                                   More than 20 years
## 105                                                                                                                                   More than 20 years
## 106                                                                                                                                          11-15 years
## 107                                                                                                                                            1-5 years
## 108                                                                                                                                          11-15 years
## 109                                                                                                                                           6-10 years
## 110                                                                                                                                   More than 20 years
## 111                                                                                                                                           6-10 years
## 112                                                                                                                                          11-15 years
## 113                                                                                                                                   More than 20 years
## 114                                                                                                                                            1-5 years
## 115                                                                                                                                            1-5 years
## 116                                                                                                                                            1-5 years
## 117                                                                                                                                          16-20 years
## 118                                                                                                                                                     
## 119                                                                                                                                   More than 20 years
## 120                                                                                                                                            1-5 years
## 121                                                                                                                                          11-15 years
## 122                                                                                                                                            1-5 years
## 123                                                                                                                                          11-15 years
## 124                                                                                                                                          11-15 years
## 125                                                                                                                                          16-20 years
## 126                                                                                                                                   More than 20 years
## 127                                                                                                                                   More than 20 years
## 128                                                                                                                                           6-10 years
## 129                                                                                                                                   More than 20 years
## 130                                                                                                                                   More than 20 years
## 131                                                                                                                                   More than 20 years
## 132                                                                                                                                   More than 20 years
## 133                                                                                                                                           6-10 years
## 134                                                                                                                                   More than 20 years
## 135                                                                                                                                   More than 20 years
## 136                                                                                                                                   More than 20 years
## 137                                                                                                                                           6-10 years
## 138                                                                                                                                          16-20 years
## 139                                                                                                                                          16-20 years
## 140                                                                                                                                   More than 20 years
## 141                                                                                                                                            1-5 years
## 142                                                                                                                                          11-15 years
## 143                                                                                                                                   More than 20 years
## 144                                                                                                                                   More than 20 years
## 145                                                                                                                                   More than 20 years
## 146                                                                                                                                           6-10 years
## 147                                                                                                                                          11-15 years
## 148                                                                                                                                   More than 20 years
## 149                                                                                                                                           6-10 years
## 150                                                                                                                                   More than 20 years
## 151                                                                                                                                          11-15 years
## 152                                                                                                                                          11-15 years
## 153                                                                                                                                   More than 20 years
## 154                                                                                                                                            1-5 years
## 155                                                                                                                                   More than 20 years
## 156                                                                                                                                           6-10 years
## 157                                                                                                                                   More than 20 years
## 158                                                                                                                                     Less than 1 year
## 159                                                                                                                                   More than 20 years
## 160                                                                                                                                          11-15 years
## 161                                                                                                                                   More than 20 years
## 162                                                                                                                                   More than 20 years
## 163                                                                                                                                          11-15 years
## 164                                                                                                                                   More than 20 years
## 165                                                                                                                                          11-15 years
## 166                                                                                                                                   More than 20 years
## 167                                                                                                                                   More than 20 years
## 168                                                                                                                                   More than 20 years
## 169                                                                                                                                          11-15 years
## 170                                                                                                                                            1-5 years
## 171                                                                                                                                          11-15 years
## 172                                                                                                                                          11-15 years
## 173                                                                                                                                            1-5 years
## 174                                                                                                                                            1-5 years
## 175                                                                                                                                           6-10 years
## 176                                                                                                                                            1-5 years
## 177                                                                                                                                          11-15 years
## 178                                                                                                                                          16-20 years
## 179                                                                                                                                            1-5 years
## 180                                                                                                                                   More than 20 years
## 181                                                                                                                                   More than 20 years
## 182                                                                                                                                   More than 20 years
## 183                                                                                                                                           6-10 years
## 184                                                                                                                                           6-10 years
## 185                                                                                                                                            1-5 years
## 186                                                                                                                                   More than 20 years
## 187                                                                                                                                            1-5 years
## 188                                                                                                                                          16-20 years
## 189                                                                                                                                   More than 20 years
## 190                                                                                                                                           6-10 years
## 191                                                                                                                                   More than 20 years
## 192                                                                                                                                   More than 20 years
## 193                                                                                                                                   More than 20 years
## 194                                                                                                                                   More than 20 years
## 195                                                                                                                                           6-10 years
## 196                                                                                                                                          11-15 years
## 197                                                                                                                                          11-15 years
## 198                                                                                                                                   More than 20 years
## 199                                                                                                                                   More than 20 years
## 200                                                                                                                                   More than 20 years
## 201                                                                                                                                          16-20 years
## 202                                                                                                                                   More than 20 years
## 203                                                                                                                                   More than 20 years
## 204                                                                                                                                   More than 20 years
## 205                                                                                                                                   More than 20 years
## 206                                                                                                                                          11-15 years
## 207                                                                                                                                          16-20 years
## 208                                                                                                                                   More than 20 years
## 209                                                                                                                                          16-20 years
## 210                                                                                                                                   More than 20 years
## 211                                                                                                                                   More than 20 years
## 212                                                                                                                                   More than 20 years
## 213                                                                                                                                            1-5 years
## 214                                                                                                                                   More than 20 years
## 215                                                                                                                                   More than 20 years
## 216                                                                                                                                   More than 20 years
## 217                                                                                                                                   More than 20 years
## 218                                                                                                                                          16-20 years
## 219                                                                                                                                   More than 20 years
## 220                                                                                                                                   More than 20 years
## 221                                                                                                                                   More than 20 years
## 222                                                                                                                                     Less than 1 year
## 223                                                                                                                                   More than 20 years
## 224                                                                                                                                          11-15 years
## 225                                                                                                                                   More than 20 years
## 226                                                                                                                                   More than 20 years
## 227                                                                                                                                   More than 20 years
## 228                                                                                                                                          11-15 years
## 229                                                                                                                                   More than 20 years
## 230                                                                                                                                          11-15 years
## 231                                                                                                                                   More than 20 years
## 232                                                                                                                                          11-15 years
## 233                                                                                                                                   More than 20 years
## 234                                                                                                                                   More than 20 years
## 235                                                                                                                                   More than 20 years
## 236                                                                                                                                          16-20 years
## 237                                                                                                                                   More than 20 years
## 238                                                                                                                                   More than 20 years
## 239                                                                                                                                   More than 20 years
## 240                                                                                                                                   More than 20 years
## 241                                                                                                                                           6-10 years
## 242                                                                                                                                            1-5 years
## 243                                                                                                                                            1-5 years
## 244                                                                                                                                   More than 20 years
## 245                                                                                                                                     Less than 1 year
## 246                                                                                                                                            1-5 years
## 247                                                                                                                                           6-10 years
## 248                                                                                                                                   More than 20 years
## 249                                                                                                                                            1-5 years
## 250                                                                                                                                           6-10 years
## 251                                                                                                                                          16-20 years
## 252                                                                                                                                            1-5 years
## 253                                                                                                                                            1-5 years
## 254                                                                                                                                          16-20 years
## 255                                                                                                                                          11-15 years
## 256                                                                                                                                           6-10 years
## 257                                                                                                                                          11-15 years
## 258                                                                                                                                   More than 20 years
## 259                                                                                                                                            1-5 years
## 260                                                                                                                                          11-15 years
## 261                                                                                                                                   More than 20 years
## 262                                                                                                                                           6-10 years
## 263                                                                                                                                          11-15 years
## 264                                                                                                                                          11-15 years
## 265                                                                                                                                            1-5 years
## 266                                                                                                                                          11-15 years
## 267                                                                                                                                          11-15 years
## 268                                                                                                                                           6-10 years
## 269                                                                                                                                   More than 20 years
## 270                                                                                                                                     Less than 1 year
## 271                                                                                                                                          11-15 years
## 272                                                                                                                                   More than 20 years
## 273                                                                                                                                   More than 20 years
## 274                                                                                                                                   More than 20 years
## 275                                                                                                                                          11-15 years
## 276                                                                                                                                            1-5 years
## 277                                                                                                                                          16-20 years
## 278                                                                                                                                   More than 20 years
## 279                                                                                                                                           6-10 years
## 280                                                                                                                                          11-15 years
## 281                                                                                                                                   More than 20 years
## 282                                                                                                                                   More than 20 years
## 283                                                                                                                                          11-15 years
## 284                                                                                                                                            1-5 years
## 285                                                                                                                                   More than 20 years
## 286                                                                                                                                            1-5 years
## 287                                                                                                                                   More than 20 years
## 288                                                                                                                                   More than 20 years
## 289                                                                                                                                   More than 20 years
## 290                                                                                                                                            1-5 years
## 291                                                                                                                                          11-15 years
## 292                                                                                                                                           6-10 years
## 293                                                                                                                                   More than 20 years
## 294                                                                                                                                          11-15 years
## 295                                                                                                                                   More than 20 years
## 296                                                                                                                                   More than 20 years
## 297                                                                                                                                   More than 20 years
## 298                                                                                                                                           6-10 years
## 299                                                                                                                                   More than 20 years
## 300                                                                                                                                          11-15 years
## 301                                                                                                                                           6-10 years
## 302                                                                                                                                           6-10 years
## 303                                                                                                                                            1-5 years
## 304                                                                                                                                   More than 20 years
## 305                                                                                                                                            1-5 years
## 306                                                                                                                                   More than 20 years
## 307                                                                                                                                            1-5 years
## 308                                                                                                                                          16-20 years
## 309                                                                                                                                   More than 20 years
## 310                                                                                                                                   More than 20 years
## 311                                                                                                                                   More than 20 years
## 312                                                                                                                                   More than 20 years
## 313                                                                                                                                           6-10 years
## 314                                                                                                                                           6-10 years
## 315                                                                                                                                           6-10 years
## 316                                                                                                                                   More than 20 years
## 317                                                                                                                                   More than 20 years
## 318                                                                                                                                   More than 20 years
## 319                                                                                                                                           6-10 years
## 320                                                                                                                                   More than 20 years
## 321                                                                                                                                            1-5 years
## 322                                                                                                                                          16-20 years
## 323                                                                                                                                   More than 20 years
## 324                                                                                                                                           6-10 years
## 325                                                                                                                                            1-5 years
## 326                                                                                                                                          11-15 years
## 327                                                                                                                                   More than 20 years
## 328                                                                                                                                   More than 20 years
## 329                                                                                                                                   More than 20 years
## 330                                                                                                                                                     
## 331                                                                                                                                   More than 20 years
## 332                                                                                                                                   More than 20 years
## 333                                                                                                                                   More than 20 years
## 334                                                                                                                                   More than 20 years
## 335                                                                                                                                            1-5 years
## 336                                                                                                                                   More than 20 years
## 337                                                                                                                                   More than 20 years
## 338                                                                                                                                            1-5 years
## 339                                                                                                                                            1-5 years
## 340                                                                                                                                          11-15 years
## 341                                                                                                                                   More than 20 years
## 342                                                                                                                                   More than 20 years
## 343                                                                                                                                   More than 20 years
## 344                                                                                                                                           6-10 years
## 345                                                                                                                                   More than 20 years
## 346                                                                                                                                   More than 20 years
## 347                                                                                                                                          16-20 years
## 348                                                                                                                                   More than 20 years
## 349                                                                                                                                            1-5 years
## 350                                                                                                                                            1-5 years
## 351                                                                                                                                            1-5 years
## 352                                                                                                                                           6-10 years
## 353                                                                                                                                   More than 20 years
## 354                                                                                                                                   More than 20 years
## 355                                                                                                                                   More than 20 years
## 356                                                                                                                                           6-10 years
## 357                                                                                                                                          16-20 years
## 358                                                                                                                                          16-20 years
## 359                                                                                                                                   More than 20 years
## 360                                                                                                                                   More than 20 years
## 361                                                                                                                                           6-10 years
## 362                                                                                                                                   More than 20 years
## 363                                                                                                                                   More than 20 years
## 364                                                                                                                                   More than 20 years
## 365                                                                                                                                            1-5 years
## 366                                                                                                                                   More than 20 years
## 367                                                                                                                                   More than 20 years
## 368                                                                                                                                   More than 20 years
## 369                                                                                                                                            1-5 years
## 370                                                                                                                                                     
## 371                                                                                                                                   More than 20 years
## 372                                                                                                                                   More than 20 years
## 373                                                                                                                                            1-5 years
## 374                                                                                                                                   More than 20 years
## 375                                                                                                                                           6-10 years
## 376                                                                                                                                   More than 20 years
## 377                                                                                                                                   More than 20 years
## 378                                                                                                                                   More than 20 years
## 379                                                                                                                                   More than 20 years
## 380                                                                                                                                   More than 20 years
## 381                                                                                                                                   More than 20 years
## 382                                                                                                                                          11-15 years
## 383                                                                                                                                   More than 20 years
## 384                                                                                                                                           6-10 years
## 385                                                                                                                                            1-5 years
## 386                                                                                                                                           6-10 years
## 387                                                                                                                                            1-5 years
## 388                                                                                                                                            1-5 years
## 389                                                                                                                                          11-15 years
## 390                                                                                                                                            1-5 years
## 391                                                                                                                                           6-10 years
## 392                                                                                                                                           6-10 years
## 393                                                                                                                                            1-5 years
## 394                                                                                                                                   More than 20 years
## 395                                                                                                                                          11-15 years
## 396                                                                                                                                          11-15 years
## 397                                                                                                                                   More than 20 years
## 398                                                                                                                                   More than 20 years
## 399                                                                                                                                          11-15 years
## 400                                                                                                                                            1-5 years
## 401                                                                                                                                                     
## 402                                                                                                                                          11-15 years
## 403                                                                                                                                            1-5 years
## 404                                                                                                                                   More than 20 years
## 405                                                                                                                                   More than 20 years
## 406                                                                                                                                            1-5 years
## 407                                                                                                                                           6-10 years
## 408                                                                                                                                   More than 20 years
## 409                                                                                                                                   More than 20 years
## 410                                                                                                                                            1-5 years
## 411                                                                                                                                   More than 20 years
## 412                                                                                                                                     Less than 1 year
## 413                                                                                                                                           6-10 years
## 414                                                                                                                                           6-10 years
## 415                                                                                                                                            1-5 years
## 416                                                                                                                                          11-15 years
## 417                                                                                                                                   More than 20 years
## 418                                                                                                                                           6-10 years
## 419                                                                                                                                            1-5 years
## 420                                                                                                                                           6-10 years
## 421                                                                                                                                          16-20 years
## 422                                                                                                                                            1-5 years
## 423                                                                                                                                   More than 20 years
## 424                                                                                                                                           6-10 years
## 425                                                                                                                                   More than 20 years
## 426                                                                                                                                   More than 20 years
## 427                                                                                                                                           6-10 years
## 428                                                                                                                                          11-15 years
## 429                                                                                                                                     Less than 1 year
## 430                                                                                                                                   More than 20 years
## 431                                                                                                                                          16-20 years
## 432                                                                                                                                   More than 20 years
## 433                                                                                                                                           6-10 years
## 434                                                                                                                                   More than 20 years
## 435                                                                                                                                           6-10 years
## 436                                                                                                                                   More than 20 years
## 437                                                                                                                                   More than 20 years
## 438                                                                                                                                           6-10 years
## 439                                                                                                                                   More than 20 years
## 440                                                                                                                                   More than 20 years
## 441                                                                                                                                   More than 20 years
## 442                                                                                                                                   More than 20 years
## 443                                                                                                                                           6-10 years
## 444                                                                                                                                          11-15 years
## 445                                                                                                                                   More than 20 years
## 446                                                                                                                                   More than 20 years
## 447                                                                                                                                   More than 20 years
## 448                                                                                                                                            1-5 years
## 449                                                                                                                                          11-15 years
## 450                                                                                                                                   More than 20 years
## 451                                                                                                                                   More than 20 years
## 452                                                                                                                                   More than 20 years
## 453                                                                                                                                          11-15 years
## 454                                                                                                                                   More than 20 years
## 455                                                                                                                                   More than 20 years
## 456                                                                                                                                            1-5 years
## 457                                                                                                                                           6-10 years
## 458                                                                                                                                   More than 20 years
## 459                                                                                                                                                     
## 460                                                                                                                                   More than 20 years
## 461                                                                                                                                            1-5 years
## 462                                                                                                                                          16-20 years
## 463                                                                                                                                            1-5 years
## 464                                                                                                                                   More than 20 years
## 465                                                                                                                                          11-15 years
## 466                                                                                                                                            1-5 years
## 467                                                                                                                                          11-15 years
## 468                                                                                                                                           6-10 years
## 469                                                                                                                                   More than 20 years
## 470                                                                                                                                          11-15 years
## 471                                                                                                                                          11-15 years
## 472                                                                                                                                   More than 20 years
## 473                                                                                                                                   More than 20 years
## 474                                                                                                                                   More than 20 years
## 475                                                                                                                                           6-10 years
## 476                                                                                                                                          16-20 years
## 477                                                                                                                                          16-20 years
## 478                                                                                                                                   More than 20 years
## 479                                                                                                                                   More than 20 years
## 480                                                                                                                                            1-5 years
## 481                                                                                                                                          11-15 years
## 482                                                                                                                                          16-20 years
## 483                                                                                                                                          11-15 years
## 484                                                                                                                                            1-5 years
## 485                                                                                                                                   More than 20 years
## 486                                                                                                                                            1-5 years
## 487                                                                                                                                            1-5 years
## 488                                                                                                                                           6-10 years
## 489                                                                                                                                   More than 20 years
## 490                                                                                                                                           6-10 years
## 491                                                                                                                                   More than 20 years
## 492                                                                                                                                   More than 20 years
## 493                                                                                                                                           6-10 years
## 494                                                                                                                                          11-15 years
## 495                                                                                                                                            1-5 years
## 496                                                                                                                                   More than 20 years
## 497                                                                                                                                   More than 20 years
## 498                                                                                                                                   More than 20 years
## 499                                                                                                                                          16-20 years
## 500                                                                                                                                          16-20 years
## 501                                                                                                                                           6-10 years
## 502                                                                                                                                   More than 20 years
## 503                                                                                                                                            1-5 years
## 504                                                                                                                                   More than 20 years
## 505                                                                                                                                          16-20 years
## 506                                                                                                                                           6-10 years
## 507                                                                                                                                   More than 20 years
## 508                                                                                                                                   More than 20 years
## 509                                                                                                                                   More than 20 years
## 510                                                                                                                                            1-5 years
## 511                                                                                                                                            1-5 years
## 512                                                                                                                                            1-5 years
## 513                                                                                                                                   More than 20 years
## 514                                                                                                                                   More than 20 years
## 515                                                                                                                                           6-10 years
## 516                                                                                                                                   More than 20 years
## 517                                                                                                                                          11-15 years
## 518                                                                                                                                          16-20 years
## 519                                                                                                                                   More than 20 years
## 520                                                                                                                                   More than 20 years
## 521                                                                                                                                          16-20 years
## 522                                                                                                                                            1-5 years
## 523                                                                                                                                   More than 20 years
## 524                                                                                                                                   More than 20 years
## 525                                                                                                                                   More than 20 years
## 526                                                                                                                                            1-5 years
## 527                                                                                                                                   More than 20 years
## 528                                                                                                                                   More than 20 years
## 529                                                                                                                                           6-10 years
## 530                                                                                                                                   More than 20 years
## 531                                                                                                                                            1-5 years
## 532                                                                                                                                   More than 20 years
## 533                                                                                                                                   More than 20 years
## 534                                                                                                                                   More than 20 years
## 535                                                                                                                                   More than 20 years
## 536                                                                                                                                          11-15 years
## 537                                                                                                                                   More than 20 years
## 538                                                                                                                                   More than 20 years
## 539                                                                                                                                   More than 20 years
## 540                                                                                                                                   More than 20 years
## 541                                                                                                                                          11-15 years
## 542                                                                                                                                          11-15 years
## 543                                                                                                                                           6-10 years
## 544                                                                                                                                           6-10 years
## 545                                                                                                                                            1-5 years
## 546                                                                                                                                          11-15 years
## 547                                                                                                                                           6-10 years
## 548                                                                                                                                   More than 20 years
## 549                                                                                                                                           6-10 years
## 550                                                                                                                                           6-10 years
## 551                                                                                                                                          11-15 years
## 552                                                                                                                                           6-10 years
## 553                                                                                                                                   More than 20 years
## 554                                                                                                                                   More than 20 years
## 555                                                                                                                                   More than 20 years
## 556                                                                                                                                   More than 20 years
## 557                                                                                                                                   More than 20 years
## 558                                                                                                                                                     
## 559                                                                                                                                   More than 20 years
## 560                                                                                                                                   More than 20 years
## 561                                                                                                                                   More than 20 years
## 562                                                                                                                                          11-15 years
## 563                                                                                                                                          11-15 years
## 564                                                                                                                                            1-5 years
## 565                                                                                                                                   More than 20 years
## 566                                                                                                                                   More than 20 years
## 567                                                                                                                                          11-15 years
## 568                                                                                                                                   More than 20 years
## 569                                                                                                                                   More than 20 years
## 570                                                                                                                                   More than 20 years
## 571                                                                                                                                          11-15 years
## 572                                                                                                                                   More than 20 years
## 573                                                                                                                                   More than 20 years
## 574                                                                                                                                          16-20 years
## 575                                                                                                                                          16-20 years
## 576                                                                                                                                     Less than 1 year
## 577                                                                                                                                   More than 20 years
## 578                                                                                                                                   More than 20 years
## 579                                                                                                                                   More than 20 years
## 580                                                                                                                                            1-5 years
## 581                                                                                                                                   More than 20 years
## 582                                                                                                                                   More than 20 years
## 583                                                                                                                                   More than 20 years
## 584                                                                                                                                                     
## 585                                                                                                                                           6-10 years
## 586                                                                                                                                   More than 20 years
## 587                                                                                                                                          16-20 years
## 588                                                                                                                                            1-5 years
## 589                                                                                                                                   More than 20 years
## 590                                                                                                                                          11-15 years
## 591                                                                                                                                     Less than 1 year
## 592                                                                                                                                   More than 20 years
## 593                                                                                                                                          16-20 years
## 594                                                                                                                                           6-10 years
## 595                                                                                                                                          11-15 years
## 596                                                                                                                                   More than 20 years
## 597                                                                                                                                   More than 20 years
## 598                                                                                                                                   More than 20 years
## 599                                                                                                                                   More than 20 years
## 600                                                                                                                                   More than 20 years
## 601                                                                                                                                   More than 20 years
## 602                                                                                                                                   More than 20 years
## 603                                                                                                                                           6-10 years
## 604                                                                                                                                   More than 20 years
## 605                                                                                                                                   More than 20 years
## 606                                                                                                                                   More than 20 years
## 607                                                                                                                                          16-20 years
## 608                                                                                                                                            1-5 years
## 609                                                                                                                                   More than 20 years
## 610                                                                                                                                   More than 20 years
## 611                                                                                                                                            1-5 years
## 612                                                                                                                                   More than 20 years
## 613                                                                                                                                            1-5 years
## 614                                                                                                                                          11-15 years
## 615                                                                                                                                          11-15 years
## 616                                                                                                                                   More than 20 years
## 617                                                                                                                                   More than 20 years
## 618                                                                                                                                   More than 20 years
## 619                                                                                                                                           6-10 years
## 620                                                                                                                                   More than 20 years
## 621                                                                                                                                           6-10 years
## 622                                                                                                                                   More than 20 years
## 623                                                                                                                                   More than 20 years
## 624                                                                                                                                            1-5 years
## 625                                                                                                                                          11-15 years
## 626                                                                                                                                          11-15 years
## 627                                                                                                                                   More than 20 years
## 628                                                                                                                                   More than 20 years
## 629                                                                                                                                          16-20 years
## 630                                                                                                                                          11-15 years
## 631                                                                                                                                          11-15 years
## 632                                                                                                                                          16-20 years
## 633                                                                                                                                   More than 20 years
## 634                                                                                                                                   More than 20 years
## 635                                                                                                                                   More than 20 years
## 636                                                                                                                                          16-20 years
## 637                                                                                                                                   More than 20 years
## 638                                                                                                                                   More than 20 years
## 639                                                                                                                                          11-15 years
## 640                                                                                                                                   More than 20 years
## 641                                                                                                                                   More than 20 years
## 642                                                                                                                                                     
## 643                                                                                                                                            1-5 years
## 644                                                                                                                                   More than 20 years
## 645                                                                                                                                           6-10 years
## 646                                                                                                                                          11-15 years
## 647                                                                                                                                   More than 20 years
## 648                                                                                                                                   More than 20 years
## 649                                                                                                                                   More than 20 years
## 650                                                                                                                                            1-5 years
## 651                                                                                                                                   More than 20 years
## 652                                                                                                                                   More than 20 years
## 653                                                                                                                                   More than 20 years
## 654                                                                                                                                   More than 20 years
## 655                                                                                                                                            1-5 years
## 656                                                                                                                                          16-20 years
## 657                                                                                                                                   More than 20 years
## 658                                                                                                                                          16-20 years
## 659                                                                                                                                           6-10 years
## 660                                                                                                                                   More than 20 years
## 661                                                                                                                                          16-20 years
## 662                                                                                                                                   More than 20 years
## 663                                                                                                                                   More than 20 years
## 664                                                                                                                                          16-20 years
## 665                                                                                                                                          11-15 years
## 666                                                                                                                                   More than 20 years
## 667                                                                                                                                   More than 20 years
## 668                                                                                                                                   More than 20 years
## 669                                                                                                                                            1-5 years
## 670                                                                                                                                           6-10 years
## 671                                                                                                                                            1-5 years
## 672                                                                                                                                   More than 20 years
## 673                                                                                                                                           6-10 years
## 674                                                                                                                                   More than 20 years
## 675                                                                                                                                   More than 20 years
## 676                                                                                                                                   More than 20 years
## 677                                                                                                                                   More than 20 years
## 678                                                                                                                                   More than 20 years
## 679                                                                                                                                   More than 20 years
## 680                                                                                                                                            1-5 years
## 681                                                                                                                                            1-5 years
## 682                                                                                                                                   More than 20 years
## 683                                                                                                                                   More than 20 years
## 684                                                                                                                                   More than 20 years
## 685                                                                                                                                   More than 20 years
## 686                                                                                                                                          16-20 years
## 687                                                                                                                                           6-10 years
## 688                                                                                                                                   More than 20 years
## 689                                                                                                                                           6-10 years
## 690                                                                                                                                          11-15 years
## 691                                                                                                                                   More than 20 years
## 692                                                                                                                                          11-15 years
## 693                                                                                                                                            1-5 years
## 694                                                                                                                                   More than 20 years
## 695                                                                                                                                          16-20 years
## 696                                                                                                                                          11-15 years
## 697                                                                                                                                   More than 20 years
## 698                                                                                                                                           6-10 years
## 699                                                                                                                                   More than 20 years
## 700                                                                                                                                            1-5 years
## 701                                                                                                                                   More than 20 years
## 702                                                                                                                                          16-20 years
## 703                                                                                                                                   More than 20 years
## 704                                                                                                                                           6-10 years
## 705                                                                                                                                   More than 20 years
## 706                                                                                                                                          16-20 years
## 707                                                                                                                                          11-15 years
## 708                                                                                                                                   More than 20 years
## 709                                                                                                                                           6-10 years
## 710                                                                                                                                           6-10 years
## 711                                                                                                                                   More than 20 years
## 712                                                                                                                                          11-15 years
## 713                                                                                                                                   More than 20 years
## 714                                                                                                                                          16-20 years
## 715                                                                                                                                            1-5 years
## 716                                                                                                                                            1-5 years
## 717                                                                                                                                   More than 20 years
## 718                                                                                                                                   More than 20 years
## 719                                                                                                                                     Less than 1 year
## 720                                                                                                                                            1-5 years
## 721                                                                                                                                   More than 20 years
## 722                                                                                                                                   More than 20 years
## 723                                                                                                                                          11-15 years
## 724                                                                                                                                                     
## 725                                                                                                                                   More than 20 years
## 726                                                                                                                                          11-15 years
## 727                                                                                                                                            1-5 years
## 728                                                                                                                                   More than 20 years
## 729                                                                                                                                   More than 20 years
## 730                                                                                                                                          16-20 years
## 731                                                                                                                                   More than 20 years
## 732                                                                                                                                          11-15 years
## 733                                                                                                                                   More than 20 years
## 734                                                                                                                                          11-15 years
## 735                                                                                                                                            1-5 years
## 736                                                                                                                                          16-20 years
## 737                                                                                                                                           6-10 years
## 738                                                                                                                                            1-5 years
## 739                                                                                                                                   More than 20 years
## 740                                                                                                                                   More than 20 years
## 741                                                                                                                                           6-10 years
## 742                                                                                                                                           6-10 years
## 743                                                                                                                                     Less than 1 year
## 744                                                                                                                                          16-20 years
## 745                                                                                                                                          11-15 years
## 746                                                                                                                                          11-15 years
## 747                                                                                                                                   More than 20 years
## 748                                                                                                                                           6-10 years
## 749                                                                                                                                                     
## 750                                                                                                                                   More than 20 years
## 751                                                                                                                                   More than 20 years
## 752                                                                                                                                   More than 20 years
## 753                                                                                                                                   More than 20 years
## 754                                                                                                                                   More than 20 years
## 755                                                                                                                                          11-15 years
## 756                                                                                                                                           6-10 years
## 757                                                                                                                                   More than 20 years
## 758                                                                                                                                           6-10 years
## 759                                                                                                                                           6-10 years
## 760                                                                                                                                   More than 20 years
## 761                                                                                                                                          11-15 years
## 762                                                                                                                                           6-10 years
## 763                                                                                                                                           6-10 years
## 764                                                                                                                                           6-10 years
## 765                                                                                                                                          16-20 years
## 766                                                                                                                                   More than 20 years
## 767                                                                                                                                   More than 20 years
## 768                                                                                                                                   More than 20 years
## 769                                                                                                                                   More than 20 years
## 770                                                                                                                                          16-20 years
## 771                                                                                                                                   More than 20 years
## 772                                                                                                                                            1-5 years
## 773                                                                                                                                   More than 20 years
## 774                                                                                                                                   More than 20 years
## 775                                                                                                                                          16-20 years
## 776                                                                                                                                          11-15 years
## 777                                                                                                                                   More than 20 years
## 778                                                                                                                                   More than 20 years
## 779                                                                                                                                          11-15 years
## 780                                                                                                                                   More than 20 years
## 781                                                                                                                                   More than 20 years
## 782                                                                                                                                            1-5 years
## 783                                                                                                                                            1-5 years
## 784                                                                                                                                   More than 20 years
## 785                                                                                                                                          16-20 years
## 786                                                                                                                                   More than 20 years
## 787                                                                                                                                          11-15 years
## 788                                                                                                                                           6-10 years
## 789                                                                                                                                                     
## 790                                                                                                                                   More than 20 years
## 791                                                                                                                                   More than 20 years
## 792                                                                                                                                            1-5 years
## 793                                                                                                                                           6-10 years
## 794                                                                                                                                           6-10 years
## 795                                                                                                                                            1-5 years
## 796                                                                                                                                          11-15 years
## 797                                                                                                                                            1-5 years
## 798                                                                                                                                           6-10 years
## 799                                                                                                                                           6-10 years
## 800                                                                                                                                          11-15 years
## 801                                                                                                                                          16-20 years
## 802                                                                                                                                   More than 20 years
## 803                                                                                                                                          16-20 years
## 804                                                                                                                                   More than 20 years
## 805                                                                                                                                            1-5 years
## 806                                                                                                                                          11-15 years
## 807                                                                                                                                            1-5 years
## 808                                                                                                                                   More than 20 years
## 809                                                                                                                                          16-20 years
## 810                                                                                                                                            1-5 years
## 811                                                                                                                                   More than 20 years
## 812                                                                                                                                            1-5 years
## 813                                                                                                                                          11-15 years
## 814                                                                                                                                          16-20 years
## 815                                                                                                                                          16-20 years
## 816                                                                                                                                   More than 20 years
## 817                                                                                                                                            1-5 years
## 818                                                                                                                                   More than 20 years
## 819                                                                                                                                          11-15 years
## 820                                                                                                                                            1-5 years
## 821                                                                                                                                   More than 20 years
## 822                                                                                                                                            1-5 years
## 823                                                                                                                                           6-10 years
## 824                                                                                                                                           6-10 years
## 825                                                                                                                                   More than 20 years
## 826                                                                                                                                   More than 20 years
## 827                                                                                                                                           6-10 years
## 828                                                                                                                                   More than 20 years
## 829                                                                                                                                            1-5 years
## 830                                                                                                                                          11-15 years
## 831                                                                                                                                   More than 20 years
## 832                                                                                                                                          16-20 years
## 833                                                                                                                                          16-20 years
## 834                                                                                                                                   More than 20 years
## 835                                                                                                                                          16-20 years
## 836                                                                                                                                   More than 20 years
## 837                                                                                                                                   More than 20 years
## 838                                                                                                                                          16-20 years
## 839                                                                                                                                     Less than 1 year
## 840                                                                                                                                            1-5 years
## 841                                                                                                                                   More than 20 years
## 842                                                                                                                                          11-15 years
## 843                                                                                                                                   More than 20 years
## 844                                                                                                                                   More than 20 years
## 845                                                                                                                                          16-20 years
## 846                                                                                                                                          11-15 years
## 847                                                                                                                                          11-15 years
## 848                                                                                                                                   More than 20 years
## 849                                                                                                                                           6-10 years
## 850                                                                                                                                           6-10 years
## 851                                                                                                                                           6-10 years
## 852                                                                                                                                           6-10 years
## 853                                                                                                                                   More than 20 years
## 854                                                                                                                                           6-10 years
## 855                                                                                                                                           6-10 years
## 856                                                                                                                                           6-10 years
## 857                                                                                                                                   More than 20 years
## 858                                                                                                                                            1-5 years
## 859                                                                                                                                   More than 20 years
## 860                                                                                                                                   More than 20 years
## 861                                                                                                                                           6-10 years
## 862                                                                                                                                   More than 20 years
## 863                                                                                                                                   More than 20 years
## 864                                                                                                                                   More than 20 years
## 865                                                                                                                                     Less than 1 year
## 866                                                                                                                                            1-5 years
## 867                                                                                                                                   More than 20 years
## 868                                                                                                                                   More than 20 years
## 869                                                                                                                                   More than 20 years
## 870                                                                                                                                           6-10 years
## 871                                                                                                                                   More than 20 years
## 872                                                                                                                                   More than 20 years
## 873                                                                                                                                   More than 20 years
## 874                                                                                                                                            1-5 years
## 875                                                                                                                                            1-5 years
## 876                                                                                                                                          11-15 years
## 877                                                                                                                                          11-15 years
## 878                                                                                                                                   More than 20 years
## 879                                                                                                                                          11-15 years
## 880                                                                                                                                          11-15 years
## 881                                                                                                                                          11-15 years
## 882                                                                                                                                           6-10 years
## 883                                                                                                                                           6-10 years
## 884                                                                                                                                           6-10 years
## 885                                                                                                                                          16-20 years
## 886                                                                                                                                          16-20 years
## 887                                                                                                                                     Less than 1 year
## 888                                                                                                                                   More than 20 years
## 889                                                                                                                                   More than 20 years
## 890                                                                                                                                   More than 20 years
## 891                                                                                                                                     Less than 1 year
## 892                                                                                                                                   More than 20 years
## 893                                                                                                                                   More than 20 years
## 894                                                                                                                                          11-15 years
## 895                                                                                                                                   More than 20 years
## 896                                                                                                                                           6-10 years
## 897                                                                                                                                   More than 20 years
## 898                                                                                                                                          11-15 years
## 899                                                                                                                                   More than 20 years
## 900                                                                                                                                     Less than 1 year
## 901                                                                                                                                            1-5 years
## 902                                                                                                                                          16-20 years
## 903                                                                                                                                           6-10 years
## 904                                                                                                                                          16-20 years
## 905                                                                                                                                           6-10 years
## 906                                                                                                                                          16-20 years
## 907                                                                                                                                   More than 20 years
## 908                                                                                                                                          11-15 years
## 909                                                                                                                                   More than 20 years
## 910                                                                                                                                   More than 20 years
## 911                                                                                                                                          16-20 years
## 912                                                                                                                                          11-15 years
## 913                                                                                                                                   More than 20 years
## 914                                                                                                                                   More than 20 years
## 915                                                                                                                                   More than 20 years
## 916                                                                                                                                   More than 20 years
## 917                                                                                                                                           6-10 years
## 918                                                                                                                                   More than 20 years
## 919                                                                                                                                          11-15 years
## 920                                                                                                                                   More than 20 years
## 921                                                                                                                                          11-15 years
## 922                                                                                                                                           6-10 years
## 923                                                                                                                                   More than 20 years
## 924                                                                                                                                   More than 20 years
## 925                                                                                                                                            1-5 years
## 926                                                                                                                                          11-15 years
## 927                                                                                                                                   More than 20 years
## 928                                                                                                                                   More than 20 years
## 929                                                                                                                                   More than 20 years
## 930                                                                                                                                   More than 20 years
## 931                                                                                                                                            1-5 years
## 932                                                                                                                                            1-5 years
## 933                                                                                                                                   More than 20 years
## 934                                                                                                                                          11-15 years
## 935                                                                                                                                          11-15 years
## 936                                                                                                                                   More than 20 years
## 937                                                                                                                                           6-10 years
## 938                                                                                                                                            1-5 years
## 939                                                                                                                                   More than 20 years
## 940                                                                                                                                   More than 20 years
## 941                                                                                                                                          16-20 years
## 942                                                                                                                                   More than 20 years
## 943                                                                                                                                   More than 20 years
## 944                                                                                                                                           6-10 years
## 945                                                                                                                                          11-15 years
## 946                                                                                                                                          16-20 years
## 947                                                                                                                                           6-10 years
## 948                                                                                                                                            1-5 years
## 949                                                                                                                                            1-5 years
## 950                                                                                                                                          16-20 years
## 951                                                                                                                                          11-15 years
## 952                                                                                                                                   More than 20 years
## 953                                                                                                                                   More than 20 years
## 954                                                                                                                                            1-5 years
## 955                                                                                                                                   More than 20 years
## 956                                                                                                                                   More than 20 years
## 957                                                                                                                                          16-20 years
## 958                                                                                                                                   More than 20 years
## 959                                                                                                                                          11-15 years
## 960                                                                                                                                            1-5 years
## 961                                                                                                                                   More than 20 years
## 962                                                                                                                                           6-10 years
## 963                                                                                                                                                     
## 964                                                                                                                                          16-20 years
## 965                                                                                                                                   More than 20 years
## 966                                                                                                                                          16-20 years
## 967                                                                                                                                           6-10 years
## 968                                                                                                                                           6-10 years
## 969                                                                                                                                   More than 20 years
## 970                                                                                                                                   More than 20 years
## 971                                                                                                                                   More than 20 years
## 972                                                                                                                                   More than 20 years
## 973                                                                                                                                          16-20 years
## 974                                                                                                                                           6-10 years
## 975                                                                                                                                   More than 20 years
## 976                                                                                                                                           6-10 years
## 977                                                                                                                                            1-5 years
## 978                                                                                                                                   More than 20 years
## 979                                                                                                                                           6-10 years
## 980                                                                                                                                   More than 20 years
## 981                                                                                                                                          16-20 years
## 982                                                                                                                                   More than 20 years
## 983                                                                                                                                   More than 20 years
## 984                                                                                                                                   More than 20 years
## 985                                                                                                                                   More than 20 years
## 986                                                                                                                                   More than 20 years
## 987                                                                                                                                           6-10 years
## 988                                                                                                                                   More than 20 years
## 989                                                                                                                                          11-15 years
## 990                                                                                                                                          16-20 years
## 991                                                                                                                                           6-10 years
## 992                                                                                                                                   More than 20 years
## 993                                                                                                                                          16-20 years
## 994                                                                                                                                   More than 20 years
## 995                                                                                                                                          11-15 years
## 996                                                                                                                                          11-15 years
## 997                                                                                                                                   More than 20 years
## 998                                                                                                                                          16-20 years
## 999                                                                                                                                   More than 20 years
## 1000                                                                                                                                  More than 20 years
## 1001                                                                                                                                          6-10 years
## 1002                                                                                                                                          6-10 years
## 1003                                                                                                                                  More than 20 years
## 1004                                                                                                                                  More than 20 years
## 1005                                                                                                                                  More than 20 years
## 1006                                                                                                                                         11-15 years
## 1007                                                                                                                                          6-10 years
## 1008                                                                                                                                  More than 20 years
## 1009                                                                                                                                  More than 20 years
## 1010                                                                                                                                         16-20 years
## 1011                                                                                                                                  More than 20 years
## 1012                                                                                                                                          6-10 years
## 1013                                                                                                                                         11-15 years
## 1014                                                                                                                                  More than 20 years
## 1015                                                                                                                                         11-15 years
## 1016                                                                                                                                         16-20 years
## 1017                                                                                                                                         16-20 years
## 1018                                                                                                                                          6-10 years
## 1019                                                                                                                                  More than 20 years
## 1020                                                                                                                                         16-20 years
## 1021                                                                                                                                         11-15 years
## 1022                                                                                                                                  More than 20 years
## 1023                                                                                                                                          6-10 years
## 1024                                                                                                                                  More than 20 years
## 1025                                                                                                                                  More than 20 years
## 1026                                                                                                                                  More than 20 years
## 1027                                                                                                                                          6-10 years
## 1028                                                                                                                                         11-15 years
## 1029                                                                                                                                         11-15 years
## 1030                                                                                                                                  More than 20 years
## 1031                                                                                                                                         16-20 years
## 1032                                                                                                                                         11-15 years
## 1033                                                                                                                                                    
## 1034                                                                                                                                         16-20 years
## 1035                                                                                                                                  More than 20 years
## 1036                                                                                                                                          6-10 years
## 1037                                                                                                                                         11-15 years
## 1038                                                                                                                                           1-5 years
## 1039                                                                                                                                         16-20 years
## 1040                                                                                                                                  More than 20 years
## 1041                                                                                                                                           1-5 years
## 1042                                                                                                                                          6-10 years
## 1043                                                                                                                                           1-5 years
## 1044                                                                                                                                          6-10 years
## 1045                                                                                                                                          6-10 years
## 1046                                                                                                                                           1-5 years
## 1047                                                                                                                                  More than 20 years
## 1048                                                                                                                                  More than 20 years
## 1049                                                                                                                                           1-5 years
## 1050                                                                                                                                  More than 20 years
## 1051                                                                                                                                         16-20 years
## 1052                                                                                                                                         11-15 years
## 1053                                                                                                                                          6-10 years
## 1054                                                                                                                                         11-15 years
## 1055                                                                                                                                         11-15 years
## 1056                                                                                                                                  More than 20 years
## 1057                                                                                                                                  More than 20 years
## 1058                                                                                                                                  More than 20 years
## 1059                                                                                                                                          6-10 years
## 1060                                                                                                                                  More than 20 years
## 1061                                                                                                                                           1-5 years
## 1062                                                                                                                                  More than 20 years
## 1063                                                                                                                                  More than 20 years
## 1064                                                                                                                                  More than 20 years
## 1065                                                                                                                                           1-5 years
## 1066                                                                                                                                         16-20 years
## 1067                                                                                                                                  More than 20 years
## 1068                                                                                                                                          6-10 years
## 1069                                                                                                                                           1-5 years
## 1070                                                                                                                                         11-15 years
## 1071                                                                                                                                  More than 20 years
## 1072                                                                                                                                  More than 20 years
## 1073                                                                                                                                          6-10 years
## 1074                                                                                                                                  More than 20 years
## 1075                                                                                                                                          6-10 years
## 1076                                                                                                                                         16-20 years
## 1077                                                                                                                                         11-15 years
## 1078                                                                                                                                  More than 20 years
## 1079                                                                                                                                  More than 20 years
## 1080                                                                                                                                          6-10 years
## 1081                                                                                                                                          6-10 years
## 1082                                                                                                                                  More than 20 years
## 1083                                                                                                                                         16-20 years
## 1084                                                                                                                                           1-5 years
## 1085                                                                                                                                  More than 20 years
## 1086                                                                                                                                          6-10 years
## 1087                                                                                                                                    Less than 1 year
## 1088                                                                                                                                         11-15 years
## 1089                                                                                                                                           1-5 years
## 1090                                                                                                                                    Less than 1 year
## 1091                                                                                                                                  More than 20 years
## 1092                                                                                                                                           1-5 years
## 1093                                                                                                                                         16-20 years
## 1094                                                                                                                                  More than 20 years
##      When.both.you.and.your.partner.are.at.home..how.often.do.you.sleep.in.separate.beds.
## 1                                                                                Response
## 2                                                                     Once a year or less
## 3                                                                   A few times per month
## 4                                                                                   Never
## 5                                                                                   Never
## 6                                                                                   Never
## 7                                                                                   Never
## 8                                                                             Every night
## 9                                                                                   Never
## 10                                                                                  Never
## 11                                                                                  Never
## 12                                                                                  Never
## 13                                                                                  Never
## 14                                                                   Once a month or less
## 15                                                                                  Never
## 16                                                                                  Never
## 17                                                                   A few times per week
## 18                                                                    Once a year or less
## 19                                                                   A few times per week
## 20                                                                                  Never
## 21                                                                                  Never
## 22                                                                                  Never
## 23                                                                                  Never
## 24                                                                                  Never
## 25                                                                                  Never
## 26                                                                                  Never
## 27                                                                                  Never
## 28                                                                                  Never
## 29                                                                                  Never
## 30                                                                                  Never
## 31                                                                                  Never
## 32                                                                   A few times per week
## 33                                                                  A few times per month
## 34                                                                                  Never
## 35                                                                                  Never
## 36                                                                    Once a year or less
## 37                                                                   Once a month or less
## 38                                                                   A few times per week
## 39                                                                   A few times per week
## 40                                                                   Once a month or less
## 41                                                                                  Never
## 42                                                                   Once a month or less
## 43                                                                                  Never
## 44                                                                    Once a year or less
## 45                                                                   Once a month or less
## 46                                                                                  Never
## 47                                                                    Once a year or less
## 48                                                                    Once a year or less
## 49                                                                                  Never
## 50                                                                                  Never
## 51                                                                    Once a year or less
## 52                                                                                  Never
## 53                                                                   A few times per week
## 54                                                                                  Never
## 55                                                                   Once a month or less
## 56                                                                                  Never
## 57                                                                   Once a month or less
## 58                                                                                  Never
## 59                                                                                  Never
## 60                                                                                  Never
## 61                                                                                  Never
## 62                                                                                  Never
## 63                                                                   Once a month or less
## 64                                                                            Every night
## 65                                                                    Once a year or less
## 66                                                                                  Never
## 67                                                                    Once a year or less
## 68                                                                                  Never
## 69                                                                    Once a year or less
## 70                                                                                  Never
## 71                                                                            Every night
## 72                                                                  A few times per month
## 73                                                                    Once a year or less
## 74                                                                                  Never
## 75                                                                                  Never
## 76                                                                            Every night
## 77                                                                                  Never
## 78                                                                                  Never
## 79                                                                   Once a month or less
## 80                                                                                  Never
## 81                                                                                  Never
## 82                                                                            Every night
## 83                                                                                  Never
## 84                                                                  A few times per month
## 85                                                                    Once a year or less
## 86                                                                                  Never
## 87                                                                                  Never
## 88                                                                  A few times per month
## 89                                                                                  Never
## 90                                                                                  Never
## 91                                                                    Once a year or less
## 92                                                                                  Never
## 93                                                                                  Never
## 94                                                                                       
## 95                                                                                  Never
## 96                                                                    Once a year or less
## 97                                                                  A few times per month
## 98                                                                   Once a month or less
## 99                                                                                  Never
## 100                                                                           Every night
## 101                                                                                 Never
## 102                                                                                 Never
## 103                                                                 A few times per month
## 104                                                                                 Never
## 105                                                                                 Never
## 106                                                                 A few times per month
## 107                                                                                 Never
## 108                                                                                 Never
## 109                                                                                 Never
## 110                                                                                 Never
## 111                                                                                 Never
## 112                                                                                 Never
## 113                                                                                 Never
## 114                                                                                 Never
## 115                                                                                 Never
## 116                                                                                 Never
## 117                                                                                 Never
## 118                                                                                      
## 119                                                                                 Never
## 120                                                                           Every night
## 121                                                                   Once a year or less
## 122                                                                  Once a month or less
## 123                                                                  A few times per week
## 124                                                                  Once a month or less
## 125                                                                                 Never
## 126                                                                                 Never
## 127                                                                                 Never
## 128                                                                  Once a month or less
## 129                                                                           Every night
## 130                                                                                 Never
## 131                                                                           Every night
## 132                                                                                 Never
## 133                                                                                 Never
## 134                                                                                 Never
## 135                                                                           Every night
## 136                                                                                 Never
## 137                                                                  Once a month or less
## 138                                                                                 Never
## 139                                                                  A few times per week
## 140                                                                                 Never
## 141                                                                                 Never
## 142                                                                                 Never
## 143                                                                                 Never
## 144                                                                                 Never
## 145                                                                                 Never
## 146                                                                                 Never
## 147                                                                                 Never
## 148                                                                                 Never
## 149                                                                                 Never
## 150                                                                 A few times per month
## 151                                                                  Once a month or less
## 152                                                                 A few times per month
## 153                                                                                 Never
## 154                                                                           Every night
## 155                                                                                 Never
## 156                                                                                 Never
## 157                                                                                 Never
## 158                                                                                 Never
## 159                                                                                 Never
## 160                                                                   Once a year or less
## 161                                                                   Once a year or less
## 162                                                                           Every night
## 163                                                                                 Never
## 164                                                                 A few times per month
## 165                                                                   Once a year or less
## 166                                                                           Every night
## 167                                                                                 Never
## 168                                                                           Every night
## 169                                                                                 Never
## 170                                                                                 Never
## 171                                                                   Once a year or less
## 172                                                                           Every night
## 173                                                                 A few times per month
## 174                                                                  Once a month or less
## 175                                                                  A few times per week
## 176                                                                  Once a month or less
## 177                                                                                 Never
## 178                                                                                 Never
## 179                                                                                 Never
## 180                                                                 A few times per month
## 181                                                                  Once a month or less
## 182                                                                                 Never
## 183                                                                   Once a year or less
## 184                                                                           Every night
## 185                                                                   Once a year or less
## 186                                                                                 Never
## 187                                                                                 Never
## 188                                                                                 Never
## 189                                                                                 Never
## 190                                                                           Every night
## 191                                                                           Every night
## 192                                                                           Every night
## 193                                                                  Once a month or less
## 194                                                                           Every night
## 195                                                                           Every night
## 196                                                                           Every night
## 197                                                                                 Never
## 198                                                                   Once a year or less
## 199                                                                  A few times per week
## 200                                                                  Once a month or less
## 201                                                                                 Never
## 202                                                                                 Never
## 203                                                                                 Never
## 204                                                                  A few times per week
## 205                                                                           Every night
## 206                                                                           Every night
## 207                                                                   Once a year or less
## 208                                                                                 Never
## 209                                                                   Once a year or less
## 210                                                                   Once a year or less
## 211                                                                           Every night
## 212                                                                 A few times per month
## 213                                                                                 Never
## 214                                                                           Every night
## 215                                                                                 Never
## 216                                                                           Every night
## 217                                                                 A few times per month
## 218                                                                  A few times per week
## 219                                                                                 Never
## 220                                                                                 Never
## 221                                                                                 Never
## 222                                                                                 Never
## 223                                                                           Every night
## 224                                                                   Once a year or less
## 225                                                                 A few times per month
## 226                                                                           Every night
## 227                                                                                 Never
## 228                                                                           Every night
## 229                                                                   Once a year or less
## 230                                                                                 Never
## 231                                                                                 Never
## 232                                                                           Every night
## 233                                                                                 Never
## 234                                                                  A few times per week
## 235                                                                           Every night
## 236                                                                                 Never
## 237                                                                                 Never
## 238                                                                  Once a month or less
## 239                                                                                 Never
## 240                                                                                 Never
## 241                                                                                 Never
## 242                                                                                 Never
## 243                                                                 A few times per month
## 244                                                                           Every night
## 245                                                                  A few times per week
## 246                                                                  Once a month or less
## 247                                                                           Every night
## 248                                                                           Every night
## 249                                                                  Once a month or less
## 250                                                                 A few times per month
## 251                                                                                 Never
## 252                                                                                 Never
## 253                                                                                 Never
## 254                                                                                 Never
## 255                                                                 A few times per month
## 256                                                                                 Never
## 257                                                                                 Never
## 258                                                                 A few times per month
## 259                                                                           Every night
## 260                                                                   Once a year or less
## 261                                                                  A few times per week
## 262                                                                           Every night
## 263                                                                                 Never
## 264                                                                  A few times per week
## 265                                                                                 Never
## 266                                                                  A few times per week
## 267                                                                  A few times per week
## 268                                                                  Once a month or less
## 269                                                                           Every night
## 270                                                                  Once a month or less
## 271                                                                                 Never
## 272                                                                           Every night
## 273                                                                                 Never
## 274                                                                                 Never
## 275                                                                                 Never
## 276                                                                   Once a year or less
## 277                                                                                 Never
## 278                                                                                 Never
## 279                                                                 A few times per month
## 280                                                                 A few times per month
## 281                                                                   Once a year or less
## 282                                                                  Once a month or less
## 283                                                                                 Never
## 284                                                                           Every night
## 285                                                                                 Never
## 286                                                                           Every night
## 287                                                                           Every night
## 288                                                                   Once a year or less
## 289                                                                                 Never
## 290                                                                  Once a month or less
## 291                                                                                 Never
## 292                                                                   Once a year or less
## 293                                                                                 Never
## 294                                                                  A few times per week
## 295                                                                                 Never
## 296                                                                   Once a year or less
## 297                                                                                 Never
## 298                                                                                 Never
## 299                                                                                 Never
## 300                                                                  Once a month or less
## 301                                                                                 Never
## 302                                                                 A few times per month
## 303                                                                                 Never
## 304                                                                                 Never
## 305                                                                                 Never
## 306                                                                   Once a year or less
## 307                                                                                 Never
## 308                                                                  Once a month or less
## 309                                                                   Once a year or less
## 310                                                                                 Never
## 311                                                                           Every night
## 312                                                                           Every night
## 313                                                                   Once a year or less
## 314                                                                                 Never
## 315                                                                  Once a month or less
## 316                                                                                 Never
## 317                                                                                 Never
## 318                                                                   Once a year or less
## 319                                                                   Once a year or less
## 320                                                                                 Never
## 321                                                                                 Never
## 322                                                                   Once a year or less
## 323                                                                  Once a month or less
## 324                                                                                 Never
## 325                                                                                 Never
## 326                                                                 A few times per month
## 327                                                                           Every night
## 328                                                                                 Never
## 329                                                                   Once a year or less
## 330                                                                                      
## 331                                                                                 Never
## 332                                                                  Once a month or less
## 333                                                                                 Never
## 334                                                                  Once a month or less
## 335                                                                  Once a month or less
## 336                                                                                 Never
## 337                                                                                 Never
## 338                                                                   Once a year or less
## 339                                                                                 Never
## 340                                                                           Every night
## 341                                                                                 Never
## 342                                                                           Every night
## 343                                                                                 Never
## 344                                                                                 Never
## 345                                                                   Once a year or less
## 346                                                                           Every night
## 347                                                                           Every night
## 348                                                                                 Never
## 349                                                                  Once a month or less
## 350                                                                                 Never
## 351                                                                   Once a year or less
## 352                                                                                 Never
## 353                                                                   Once a year or less
## 354                                                                                 Never
## 355                                                                                 Never
## 356                                                                                 Never
## 357                                                                                 Never
## 358                                                                 A few times per month
## 359                                                                   Once a year or less
## 360                                                                                 Never
## 361                                                                   Once a year or less
## 362                                                                                 Never
## 363                                                                                 Never
## 364                                                                                 Never
## 365                                                                                 Never
## 366                                                                                 Never
## 367                                                                                 Never
## 368                                                                 A few times per month
## 369                                                                                 Never
## 370                                                                                      
## 371                                                                                 Never
## 372                                                                                 Never
## 373                                                                                 Never
## 374                                                                           Every night
## 375                                                                                 Never
## 376                                                                                 Never
## 377                                                                           Every night
## 378                                                                  A few times per week
## 379                                                                   Once a year or less
## 380                                                                           Every night
## 381                                                                                 Never
## 382                                                                  Once a month or less
## 383                                                                                 Never
## 384                                                                                 Never
## 385                                                                  Once a month or less
## 386                                                                                 Never
## 387                                                                           Every night
## 388                                                                  Once a month or less
## 389                                                                  A few times per week
## 390                                                                 A few times per month
## 391                                                                                 Never
## 392                                                                                 Never
## 393                                                                                 Never
## 394                                                                                 Never
## 395                                                                           Every night
## 396                                                                   Once a year or less
## 397                                                                   Once a year or less
## 398                                                                                 Never
## 399                                                                                 Never
## 400                                                                                 Never
## 401                                                                                      
## 402                                                                  A few times per week
## 403                                                                  A few times per week
## 404                                                                                 Never
## 405                                                                                 Never
## 406                                                                                 Never
## 407                                                                  Once a month or less
## 408                                                                           Every night
## 409                                                                                 Never
## 410                                                                                 Never
## 411                                                                                 Never
## 412                                                                  Once a month or less
## 413                                                                                 Never
## 414                                                                           Every night
## 415                                                                                 Never
## 416                                                                   Once a year or less
## 417                                                                                 Never
## 418                                                                                 Never
## 419                                                                   Once a year or less
## 420                                                                                 Never
## 421                                                                  Once a month or less
## 422                                                                   Once a year or less
## 423                                                                           Every night
## 424                                                                           Every night
## 425                                                                                 Never
## 426                                                                                 Never
## 427                                                                  A few times per week
## 428                                                                 A few times per month
## 429                                                                  Once a month or less
## 430                                                                                 Never
## 431                                                                   Once a year or less
## 432                                                                                 Never
## 433                                                                  Once a month or less
## 434                                                                           Every night
## 435                                                                                 Never
## 436                                                                   Once a year or less
## 437                                                                                 Never
## 438                                                                                 Never
## 439                                                                           Every night
## 440                                                                                 Never
## 441                                                                                 Never
## 442                                                                                 Never
## 443                                                                                 Never
## 444                                                                   Once a year or less
## 445                                                                                 Never
## 446                                                                                 Never
## 447                                                                 A few times per month
## 448                                                                                 Never
## 449                                                                                 Never
## 450                                                                           Every night
## 451                                                                                 Never
## 452                                                                   Once a year or less
## 453                                                                                 Never
## 454                                                                                 Never
## 455                                                                   Once a year or less
## 456                                                                                 Never
## 457                                                                 A few times per month
## 458                                                                                 Never
## 459                                                                                      
## 460                                                                           Every night
## 461                                                                           Every night
## 462                                                                                 Never
## 463                                                                                 Never
## 464                                                                           Every night
## 465                                                                                 Never
## 466                                                                                 Never
## 467                                                                           Every night
## 468                                                                                 Never
## 469                                                                                 Never
## 470                                                                   Once a year or less
## 471                                                                                 Never
## 472                                                                                 Never
## 473                                                                                 Never
## 474                                                                   Once a year or less
## 475                                                                                 Never
## 476                                                                   Once a year or less
## 477                                                                                 Never
## 478                                                                                 Never
## 479                                                                                 Never
## 480                                                                                 Never
## 481                                                                 A few times per month
## 482                                                                  A few times per week
## 483                                                                           Every night
## 484                                                                   Once a year or less
## 485                                                                                 Never
## 486                                                                                 Never
## 487                                                                           Every night
## 488                                                                                 Never
## 489                                                                  A few times per week
## 490                                                                   Once a year or less
## 491                                                                   Once a year or less
## 492                                                                           Every night
## 493                                                                 A few times per month
## 494                                                                           Every night
## 495                                                                                 Never
## 496                                                                   Once a year or less
## 497                                                                                 Never
## 498                                                                   Once a year or less
## 499                                                                                 Never
## 500                                                                                 Never
## 501                                                                           Every night
## 502                                                                           Every night
## 503                                                                                 Never
## 504                                                                   Once a year or less
## 505                                                                  Once a month or less
## 506                                                                  Once a month or less
## 507                                                                                 Never
## 508                                                                  Once a month or less
## 509                                                                  A few times per week
## 510                                                                           Every night
## 511                                                                                 Never
## 512                                                                                 Never
## 513                                                                                 Never
## 514                                                                                 Never
## 515                                                                                 Never
## 516                                                                                 Never
## 517                                                                                 Never
## 518                                                                                 Never
## 519                                                                                 Never
## 520                                                                 A few times per month
## 521                                                                                 Never
## 522                                                                                 Never
## 523                                                                                 Never
## 524                                                                   Once a year or less
## 525                                                                                 Never
## 526                                                                                 Never
## 527                                                                                 Never
## 528                                                                                 Never
## 529                                                                   Once a year or less
## 530                                                                                 Never
## 531                                                                                 Never
## 532                                                                                 Never
## 533                                                                                 Never
## 534                                                                  Once a month or less
## 535                                                                                 Never
## 536                                                                                 Never
## 537                                                                                 Never
## 538                                                                                 Never
## 539                                                                  A few times per week
## 540                                                                                 Never
## 541                                                                                 Never
## 542                                                                   Once a year or less
## 543                                                                  Once a month or less
## 544                                                                                 Never
## 545                                                                                 Never
## 546                                                                                 Never
## 547                                                                   Once a year or less
## 548                                                                                 Never
## 549                                                                                 Never
## 550                                                                   Once a year or less
## 551                                                                                 Never
## 552                                                                           Every night
## 553                                                                   Once a year or less
## 554                                                                           Every night
## 555                                                                                 Never
## 556                                                                           Every night
## 557                                                                                 Never
## 558                                                                                      
## 559                                                                                 Never
## 560                                                                                 Never
## 561                                                                                 Never
## 562                                                                           Every night
## 563                                                                                 Never
## 564                                                                  Once a month or less
## 565                                                                                 Never
## 566                                                                           Every night
## 567                                                                                 Never
## 568                                                                                 Never
## 569                                                                                 Never
## 570                                                                 A few times per month
## 571                                                                  A few times per week
## 572                                                                                 Never
## 573                                                                                 Never
## 574                                                                                 Never
## 575                                                                   Once a year or less
## 576                                                                  Once a month or less
## 577                                                                                 Never
## 578                                                                                 Never
## 579                                                                                 Never
## 580                                                                                 Never
## 581                                                                 A few times per month
## 582                                                                                 Never
## 583                                                                                 Never
## 584                                                                                      
## 585                                                                   Once a year or less
## 586                                                                                 Never
## 587                                                                           Every night
## 588                                                                           Every night
## 589                                                                  Once a month or less
## 590                                                                   Once a year or less
## 591                                                                                 Never
## 592                                                                   Once a year or less
## 593                                                                  Once a month or less
## 594                                                                                 Never
## 595                                                                  Once a month or less
## 596                                                                           Every night
## 597                                                                   Once a year or less
## 598                                                                                 Never
## 599                                                                                 Never
## 600                                                                   Once a year or less
## 601                                                                   Once a year or less
## 602                                                                                 Never
## 603                                                                 A few times per month
## 604                                                                   Once a year or less
## 605                                                                   Once a year or less
## 606                                                                   Once a year or less
## 607                                                                                 Never
## 608                                                                                 Never
## 609                                                                                 Never
## 610                                                                                 Never
## 611                                                                  Once a month or less
## 612                                                                                 Never
## 613                                                                                 Never
## 614                                                                                 Never
## 615                                                                           Every night
## 616                                                                                 Never
## 617                                                                                 Never
## 618                                                                   Once a year or less
## 619                                                                   Once a year or less
## 620                                                                  Once a month or less
## 621                                                                   Once a year or less
## 622                                                                   Once a year or less
## 623                                                                   Once a year or less
## 624                                                                                 Never
## 625                                                                                 Never
## 626                                                                                 Never
## 627                                                                                 Never
## 628                                                                  A few times per week
## 629                                                                           Every night
## 630                                                                                 Never
## 631                                                                                 Never
## 632                                                                   Once a year or less
## 633                                                                                 Never
## 634                                                                  Once a month or less
## 635                                                                                 Never
## 636                                                                   Once a year or less
## 637                                                                                 Never
## 638                                                                                 Never
## 639                                                                                 Never
## 640                                                                                 Never
## 641                                                                           Every night
## 642                                                                                      
## 643                                                                   Once a year or less
## 644                                                                                 Never
## 645                                                                  Once a month or less
## 646                                                                                 Never
## 647                                                                                 Never
## 648                                                                  Once a month or less
## 649                                                                                 Never
## 650                                                                                 Never
## 651                                                                           Every night
## 652                                                                  Once a month or less
## 653                                                                                 Never
## 654                                                                                 Never
## 655                                                                                 Never
## 656                                                                 A few times per month
## 657                                                                           Every night
## 658                                                                                 Never
## 659                                                                  Once a month or less
## 660                                                                  Once a month or less
## 661                                                                           Every night
## 662                                                                                 Never
## 663                                                                   Once a year or less
## 664                                                                                 Never
## 665                                                                           Every night
## 666                                                                                 Never
## 667                                                                   Once a year or less
## 668                                                                                 Never
## 669                                                                   Once a year or less
## 670                                                                           Every night
## 671                                                                                 Never
## 672                                                                                 Never
## 673                                                                                 Never
## 674                                                                   Once a year or less
## 675                                                                           Every night
## 676                                                                                 Never
## 677                                                                 A few times per month
## 678                                                                                 Never
## 679                                                                                 Never
## 680                                                                                 Never
## 681                                                                  Once a month or less
## 682                                                                 A few times per month
## 683                                                                                 Never
## 684                                                                                 Never
## 685                                                                           Every night
## 686                                                                  A few times per week
## 687                                                                                 Never
## 688                                                                                 Never
## 689                                                                   Once a year or less
## 690                                                                                 Never
## 691                                                                                 Never
## 692                                                                   Once a year or less
## 693                                                                  Once a month or less
## 694                                                                                 Never
## 695                                                                           Every night
## 696                                                                                 Never
## 697                                                                                 Never
## 698                                                                   Once a year or less
## 699                                                                 A few times per month
## 700                                                                  Once a month or less
## 701                                                                           Every night
## 702                                                                                 Never
## 703                                                                                 Never
## 704                                                                                 Never
## 705                                                                           Every night
## 706                                                                 A few times per month
## 707                                                                  Once a month or less
## 708                                                                   Once a year or less
## 709                                                                                 Never
## 710                                                                                 Never
## 711                                                                   Once a year or less
## 712                                                                  Once a month or less
## 713                                                                           Every night
## 714                                                                           Every night
## 715                                                                                 Never
## 716                                                                                 Never
## 717                                                                                 Never
## 718                                                                   Once a year or less
## 719                                                                                 Never
## 720                                                                  Once a month or less
## 721                                                                                 Never
## 722                                                                                 Never
## 723                                                                                 Never
## 724                                                                                      
## 725                                                                                 Never
## 726                                                                 A few times per month
## 727                                                                                 Never
## 728                                                                           Every night
## 729                                                                 A few times per month
## 730                                                                                 Never
## 731                                                                           Every night
## 732                                                                           Every night
## 733                                                                  Once a month or less
## 734                                                                                 Never
## 735                                                                                 Never
## 736                                                                           Every night
## 737                                                                                 Never
## 738                                                                                 Never
## 739                                                                                 Never
## 740                                                                           Every night
## 741                                                                   Once a year or less
## 742                                                                           Every night
## 743                                                                                 Never
## 744                                                                                 Never
## 745                                                                  A few times per week
## 746                                                                           Every night
## 747                                                                                 Never
## 748                                                                                 Never
## 749                                                                                      
## 750                                                                                 Never
## 751                                                                           Every night
## 752                                                                                 Never
## 753                                                                   Once a year or less
## 754                                                                                 Never
## 755                                                                                 Never
## 756                                                                           Every night
## 757                                                                   Once a year or less
## 758                                                                                 Never
## 759                                                                 A few times per month
## 760                                                                                 Never
## 761                                                                           Every night
## 762                                                                                 Never
## 763                                                                   Once a year or less
## 764                                                                 A few times per month
## 765                                                                           Every night
## 766                                                                                 Never
## 767                                                                                 Never
## 768                                                                                 Never
## 769                                                                                 Never
## 770                                                                           Every night
## 771                                                                  Once a month or less
## 772                                                                                 Never
## 773                                                                                 Never
## 774                                                                  Once a month or less
## 775                                                                                 Never
## 776                                                                  Once a month or less
## 777                                                                           Every night
## 778                                                                 A few times per month
## 779                                                                                 Never
## 780                                                                                 Never
## 781                                                                                 Never
## 782                                                                  Once a month or less
## 783                                                                  Once a month or less
## 784                                                                   Once a year or less
## 785                                                                           Every night
## 786                                                                                 Never
## 787                                                                                 Never
## 788                                                                   Once a year or less
## 789                                                                                      
## 790                                                                                 Never
## 791                                                                  Once a month or less
## 792                                                                                 Never
## 793                                                                           Every night
## 794                                                                  Once a month or less
## 795                                                                                 Never
## 796                                                                  A few times per week
## 797                                                                           Every night
## 798                                                                                 Never
## 799                                                                                 Never
## 800                                                                                 Never
## 801                                                                 A few times per month
## 802                                                                   Once a year or less
## 803                                                                                 Never
## 804                                                                           Every night
## 805                                                                                 Never
## 806                                                                                 Never
## 807                                                                                 Never
## 808                                                                                 Never
## 809                                                                           Every night
## 810                                                                                 Never
## 811                                                                                 Never
## 812                                                                                 Never
## 813                                                                   Once a year or less
## 814                                                                                 Never
## 815                                                                                 Never
## 816                                                                                 Never
## 817                                                                                 Never
## 818                                                                           Every night
## 819                                                                   Once a year or less
## 820                                                                                 Never
## 821                                                                 A few times per month
## 822                                                                                 Never
## 823                                                                 A few times per month
## 824                                                                   Once a year or less
## 825                                                                                 Never
## 826                                                                                 Never
## 827                                                                                 Never
## 828                                                                   Once a year or less
## 829                                                                  A few times per week
## 830                                                                           Every night
## 831                                                                   Once a year or less
## 832                                                                                 Never
## 833                                                                           Every night
## 834                                                                  Once a month or less
## 835                                                                                 Never
## 836                                                                           Every night
## 837                                                                           Every night
## 838                                                                   Once a year or less
## 839                                                                                 Never
## 840                                                                                 Never
## 841                                                                                 Never
## 842                                                                  Once a month or less
## 843                                                                   Once a year or less
## 844                                                                                 Never
## 845                                                                           Every night
## 846                                                                   Once a year or less
## 847                                                                                 Never
## 848                                                                                 Never
## 849                                                                  A few times per week
## 850                                                                           Every night
## 851                                                                                 Never
## 852                                                                                 Never
## 853                                                                           Every night
## 854                                                                                 Never
## 855                                                                                 Never
## 856                                                                   Once a year or less
## 857                                                                                 Never
## 858                                                                                 Never
## 859                                                                                 Never
## 860                                                                  Once a month or less
## 861                                                                                 Never
## 862                                                                   Once a year or less
## 863                                                                  Once a month or less
## 864                                                                                 Never
## 865                                                                                 Never
## 866                                                                                 Never
## 867                                                                                 Never
## 868                                                                                 Never
## 869                                                                   Once a year or less
## 870                                                                                 Never
## 871                                                                   Once a year or less
## 872                                                                           Every night
## 873                                                                           Every night
## 874                                                                                 Never
## 875                                                                           Every night
## 876                                                                                 Never
## 877                                                                  Once a month or less
## 878                                                                  Once a month or less
## 879                                                                  Once a month or less
## 880                                                                                 Never
## 881                                                                   Once a year or less
## 882                                                                   Once a year or less
## 883                                                                                 Never
## 884                                                                  Once a month or less
## 885                                                                                 Never
## 886                                                                           Every night
## 887                                                                                 Never
## 888                                                                           Every night
## 889                                                                  Once a month or less
## 890                                                                           Every night
## 891                                                                                 Never
## 892                                                                                 Never
## 893                                                                  Once a month or less
## 894                                                                                 Never
## 895                                                                                 Never
## 896                                                                                 Never
## 897                                                                 A few times per month
## 898                                                                                 Never
## 899                                                                   Once a year or less
## 900                                                                                 Never
## 901                                                                                 Never
## 902                                                                                 Never
## 903                                                                   Once a year or less
## 904                                                                           Every night
## 905                                                                  Once a month or less
## 906                                                                                 Never
## 907                                                                           Every night
## 908                                                                                 Never
## 909                                                                                 Never
## 910                                                                                 Never
## 911                                                                   Once a year or less
## 912                                                                           Every night
## 913                                                                                 Never
## 914                                                                           Every night
## 915                                                                                 Never
## 916                                                                   Once a year or less
## 917                                                                                 Never
## 918                                                                  A few times per week
## 919                                                                                 Never
## 920                                                                 A few times per month
## 921                                                                                 Never
## 922                                                                                 Never
## 923                                                                                 Never
## 924                                                                                 Never
## 925                                                                 A few times per month
## 926                                                                                 Never
## 927                                                                                 Never
## 928                                                                                 Never
## 929                                                                                 Never
## 930                                                                                 Never
## 931                                                                                 Never
## 932                                                                                 Never
## 933                                                                                 Never
## 934                                                                           Every night
## 935                                                                                 Never
## 936                                                                                 Never
## 937                                                                                 Never
## 938                                                                                 Never
## 939                                                                                 Never
## 940                                                                                 Never
## 941                                                                                 Never
## 942                                                                  Once a month or less
## 943                                                                  Once a month or less
## 944                                                                   Once a year or less
## 945                                                                 A few times per month
## 946                                                                                 Never
## 947                                                                                 Never
## 948                                                                                 Never
## 949                                                                  Once a month or less
## 950                                                                                 Never
## 951                                                                                 Never
## 952                                                                                 Never
## 953                                                                   Once a year or less
## 954                                                                                 Never
## 955                                                                                 Never
## 956                                                                                 Never
## 957                                                                                 Never
## 958                                                                                 Never
## 959                                                                 A few times per month
## 960                                                                  A few times per week
## 961                                                                                 Never
## 962                                                                                 Never
## 963                                                                                      
## 964                                                                                 Never
## 965                                                                  A few times per week
## 966                                                                   Once a year or less
## 967                                                                                 Never
## 968                                                                                 Never
## 969                                                                                 Never
## 970                                                                                 Never
## 971                                                                           Every night
## 972                                                                                 Never
## 973                                                                           Every night
## 974                                                                                 Never
## 975                                                                           Every night
## 976                                                                                 Never
## 977                                                                   Once a year or less
## 978                                                                                 Never
## 979                                                                                 Never
## 980                                                                  Once a month or less
## 981                                                                           Every night
## 982                                                                                 Never
## 983                                                                                 Never
## 984                                                                                 Never
## 985                                                                                 Never
## 986                                                                 A few times per month
## 987                                                                                 Never
## 988                                                                                 Never
## 989                                                                           Every night
## 990                                                                                 Never
## 991                                                                                 Never
## 992                                                                                 Never
## 993                                                                 A few times per month
## 994                                                                  Once a month or less
## 995                                                                                 Never
## 996                                                                                 Never
## 997                                                                                 Never
## 998                                                                  Once a month or less
## 999                                                                                 Never
## 1000                                                                A few times per month
## 1001                                                                                Never
## 1002                                                                                Never
## 1003                                                                 Once a month or less
## 1004                                                                                Never
## 1005                                                                          Every night
## 1006                                                                          Every night
## 1007                                                                 A few times per week
## 1008                                                                                Never
## 1009                                                                A few times per month
## 1010                                                                  Once a year or less
## 1011                                                                                Never
## 1012                                                                A few times per month
## 1013                                                                 Once a month or less
## 1014                                                                  Once a year or less
## 1015                                                                  Once a year or less
## 1016                                                                 Once a month or less
## 1017                                                                                Never
## 1018                                                                          Every night
## 1019                                                                          Every night
## 1020                                                                 Once a month or less
## 1021                                                                A few times per month
## 1022                                                                  Once a year or less
## 1023                                                                                Never
## 1024                                                                                Never
## 1025                                                                          Every night
## 1026                                                                                Never
## 1027                                                                                Never
## 1028                                                                                Never
## 1029                                                                                Never
## 1030                                                                 A few times per week
## 1031                                                                 Once a month or less
## 1032                                                                                Never
## 1033                                                                                     
## 1034                                                                                Never
## 1035                                                                          Every night
## 1036                                                                                Never
## 1037                                                                                Never
## 1038                                                                                Never
## 1039                                                                 A few times per week
## 1040                                                                                Never
## 1041                                                                                Never
## 1042                                                                 A few times per week
## 1043                                                                A few times per month
## 1044                                                                                Never
## 1045                                                                 A few times per week
## 1046                                                                 Once a month or less
## 1047                                                                                Never
## 1048                                                                                Never
## 1049                                                                                Never
## 1050                                                                          Every night
## 1051                                                                 A few times per week
## 1052                                                                 Once a month or less
## 1053                                                                                Never
## 1054                                                                                Never
## 1055                                                                  Once a year or less
## 1056                                                                                Never
## 1057                                                                                Never
## 1058                                                                 Once a month or less
## 1059                                                                  Once a year or less
## 1060                                                                                Never
## 1061                                                                          Every night
## 1062                                                                                Never
## 1063                                                                                Never
## 1064                                                                                Never
## 1065                                                                                Never
## 1066                                                                                Never
## 1067                                                                                Never
## 1068                                                                                Never
## 1069                                                                                Never
## 1070                                                                 A few times per week
## 1071                                                                  Once a year or less
## 1072                                                                                Never
## 1073                                                                                Never
## 1074                                                                                Never
## 1075                                                                 Once a month or less
## 1076                                                                                Never
## 1077                                                                                Never
## 1078                                                                 A few times per week
## 1079                                                                          Every night
## 1080                                                                                Never
## 1081                                                                                Never
## 1082                                                                                Never
## 1083                                                                                Never
## 1084                                                                                Never
## 1085                                                                                Never
## 1086                                                                                Never
## 1087                                                                                Never
## 1088                                                                A few times per month
## 1089                                                                                Never
## 1090                                                                  Once a year or less
## 1091                                                                          Every night
## 1092                                                                                Never
## 1093                                                                                Never
## 1094                                                                                Never
##      When.you.re.not.sleeping.in.the.same.bed.as.your.partner..where.do.you.typically.sleep.
## 1                                                                                   Response
## 2                                                                         On the couch/chair
## 3                 I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 4                                                                                           
## 5                                                                                           
## 6                                                                                           
## 7                                                                                           
## 8                                                                                           
## 9                                                                                           
## 10                                                                                          
## 11                                                                                          
## 12                                                                                          
## 13                                                                                          
## 14                                                                        On the couch/chair
## 15                                                                                          
## 16                                                                                          
## 17                                                                          Separate bedroom
## 18                                                                        On the couch/chair
## 19                                                                    Other (please specify)
## 20                                                                                          
## 21                                                                                          
## 22                                                                                          
## 23                                                                                          
## 24                                                                                          
## 25                                                                                          
## 26                                                                                          
## 27                                                                                          
## 28                                                                                          
## 29                                                                                          
## 30                                                                                          
## 31                                                                                          
## 32                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 33                                                                          Separate bedroom
## 34                                                                                          
## 35                                                                                          
## 36                                                                        On the couch/chair
## 37                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 38                                                                        On the couch/chair
## 39                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 40                                                                        On the couch/chair
## 41                                                                                          
## 42                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 43                                                                                          
## 44                                                                        On the couch/chair
## 45                                                                    Other (please specify)
## 46                                                                                          
## 47                                                                          Separate bedroom
## 48                                                                        On the couch/chair
## 49                                                                                          
## 50                                                                                          
## 51                                                                          Separate bedroom
## 52                                                                                          
## 53                                                                        On the couch/chair
## 54                                                                                          
## 55                                                                        On the couch/chair
## 56                                                                                          
## 57                                                                        On the couch/chair
## 58                                                                                          
## 59                                                                                          
## 60                                                                                          
## 61                                                                                          
## 62                                                                                          
## 63                                                                        On the couch/chair
## 64                                                             Shared bedroom, different bed
## 65                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 66                                                                                          
## 67                                                                        On the couch/chair
## 68                                                                                          
## 69                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 70                                                                                          
## 71                                                                                          
## 72                                                                        On the couch/chair
## 73                                                                        On the couch/chair
## 74                                                                                          
## 75                                                                                          
## 76                                                                          Separate bedroom
## 77                                                                                          
## 78                                                                                          
## 79                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 80                                                                                          
## 81                                                                                          
## 82                                                                        On the couch/chair
## 83                                                                                          
## 84                                                                        On the couch/chair
## 85                                                                        On the couch/chair
## 86                                                                                          
## 87                                                                                          
## 88                                                                        On the couch/chair
## 89                                                                                          
## 90                                                                                          
## 91                                                             Shared bedroom, different bed
## 92                                                                                          
## 93                                                                                          
## 94                                                                                          
## 95                                                                                          
## 96                                                                                          
## 97                                                                        On the couch/chair
## 98                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 99                                                                                          
## 100                                                                   Other (please specify)
## 101                                                                                         
## 102                                                                                         
## 103                                                                       On the couch/chair
## 104                                                                                         
## 105                                                                                         
## 106                                                                         Separate bedroom
## 107                                                                                         
## 108                                                                                         
## 109                                                                                         
## 110                                                                                         
## 111                                                                                         
## 112                                                                                         
## 113                                                                                         
## 114                                                                                         
## 115                                                                                         
## 116                                                                                         
## 117                                                                                         
## 118                                                                                         
## 119                                                                                         
## 120                                                                       On the couch/chair
## 121                                                                       On the couch/chair
## 122                                                                       On the couch/chair
## 123                                                                         Separate bedroom
## 124                                                                       On the couch/chair
## 125                                                                                         
## 126                                                                                         
## 127                                                                                         
## 128                                                                         Separate bedroom
## 129                                                                       On the couch/chair
## 130                                                                                         
## 131                                                                         Separate bedroom
## 132                                                                                         
## 133                                                                                         
## 134                                                                                         
## 135                                                                         Separate bedroom
## 136                                                                                         
## 137               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 138                                                                                         
## 139                                                                         Separate bedroom
## 140                                                                                         
## 141                                                                                         
## 142                                                                                         
## 143                                                                                         
## 144                                                                                         
## 145                                                                                         
## 146                                                                                         
## 147                                                                                         
## 148                                                                                         
## 149                                                                                         
## 150                                                                   Other (please specify)
## 151                                                                         Separate bedroom
## 152                                                                       On the couch/chair
## 153                                                                                         
## 154                                                                         Separate bedroom
## 155                                                                                         
## 156                                                                                         
## 157                                                                                         
## 158                                                                                         
## 159                                                                                         
## 160               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 161                                                                   Other (please specify)
## 162                                                                         Separate bedroom
## 163                                                                                         
## 164                                                                   Other (please specify)
## 165                                                                         Separate bedroom
## 166                                                                         Separate bedroom
## 167                                                                                         
## 168                                                                         Separate bedroom
## 169                                                                                         
## 170                                                                                         
## 171                                                                       On the couch/chair
## 172                                                                       On the couch/chair
## 173               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 174                                                                       On the couch/chair
## 175                                                                         Separate bedroom
## 176                                                                       On the couch/chair
## 177                                                                                         
## 178                                                                                         
## 179                                                                                         
## 180                                                                                         
## 181                                                                         Separate bedroom
## 182                                                                                         
## 183                                                                       On the couch/chair
## 184                                                                         Separate bedroom
## 185                                                                       On the couch/chair
## 186                                                                                         
## 187                                                                                         
## 188                                                                                         
## 189                                                                                         
## 190                                                                         Separate bedroom
## 191                                                                         Separate bedroom
## 192                                                                         Separate bedroom
## 193                                                                         Separate bedroom
## 194                                                                         Separate bedroom
## 195                                                                         Separate bedroom
## 196               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 197                                                                                         
## 198                                                                       On the couch/chair
## 199               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 200                                                                       On the couch/chair
## 201                                                                                         
## 202                                                                                         
## 203                                                                                         
## 204                                                                       On the couch/chair
## 205               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 206                                                                       On the couch/chair
## 207                                                                       On the couch/chair
## 208                                                                                         
## 209                                                                         Separate bedroom
## 210                                                                         Separate bedroom
## 211                                                                         Separate bedroom
## 212                                                                         Separate bedroom
## 213                                                                                         
## 214                                                                         Separate bedroom
## 215                                                                                         
## 216                                                                         Separate bedroom
## 217                                                                       On the couch/chair
## 218               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 219                                                                                         
## 220                                                                                         
## 221                                                                                         
## 222                                                                                         
## 223               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 224                                                                         Separate bedroom
## 225                                                                       On the couch/chair
## 226                                                                         Separate bedroom
## 227                                                                                         
## 228                                                                         Separate bedroom
## 229                                                                       On the couch/chair
## 230                                                                                         
## 231                                                                                         
## 232                                                                         Separate bedroom
## 233                                                                                         
## 234                                                                       On the couch/chair
## 235                                                                         Separate bedroom
## 236                                                                                         
## 237                                                                                         
## 238                                                                         Separate bedroom
## 239                                                                                         
## 240                                                                                         
## 241                                                                                         
## 242                                                                                         
## 243               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 244                                                                         Separate bedroom
## 245                                                                         Separate bedroom
## 246                                                                       On the couch/chair
## 247                                        Shared bedroom, but one of us sleeps on the floor
## 248                                                                         Separate bedroom
## 249               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 250                                                                         Separate bedroom
## 251                                                                                         
## 252                                                                                         
## 253                                                                                         
## 254                                                                                         
## 255               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 256                                                                                         
## 257                                                                                         
## 258               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 259                                                                   Other (please specify)
## 260                                                                       On the couch/chair
## 261                                                                         Separate bedroom
## 262                                                                         Separate bedroom
## 263                                                                                         
## 264                                                                         Separate bedroom
## 265                                                                                         
## 266               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 267                                                                       On the couch/chair
## 268                                                                       On the couch/chair
## 269                                                                       On the couch/chair
## 270                                                                       On the couch/chair
## 271                                                                                         
## 272                                                            Shared bedroom, different bed
## 273                                                                                         
## 274                                                                                         
## 275                                                                                         
## 276                                                                       On the couch/chair
## 277                                                                                         
## 278                                                                                         
## 279                                                                         Separate bedroom
## 280               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 281                                                                         Separate bedroom
## 282                                                                         Separate bedroom
## 283                                                                                         
## 284               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 285                                                                                         
## 286                                                                         Separate bedroom
## 287                                                                         Separate bedroom
## 288                                                                       On the couch/chair
## 289                                                                                         
## 290                                                                         Separate bedroom
## 291                                                                                         
## 292                                                                       On the couch/chair
## 293                                                                                         
## 294                                                            Shared bedroom, different bed
## 295                                                                                         
## 296                                                                         Separate bedroom
## 297                                                                                         
## 298                                                                                         
## 299                                                                                         
## 300                                                                       On the couch/chair
## 301                                                                                         
## 302               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 303                                                                                         
## 304                                                                                         
## 305                                                                                         
## 306                                                                         Separate bedroom
## 307                                                                                         
## 308               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 309                                                                       On the couch/chair
## 310                                                                                         
## 311               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 312                                                                         Separate bedroom
## 313                                                                       On the couch/chair
## 314                                                                                         
## 315                                                                   Other (please specify)
## 316                                                                                         
## 317                                                                                         
## 318                                                                       On the couch/chair
## 319                                                                       On the couch/chair
## 320                                                                                         
## 321                                                                                         
## 322                                                                       On the couch/chair
## 323                                                                         Separate bedroom
## 324                                                                                         
## 325                                                                                         
## 326                                                                   Other (please specify)
## 327                                                                         Separate bedroom
## 328                                                                                         
## 329                                                                       On the couch/chair
## 330                                                                                         
## 331                                                                                         
## 332                                                                       On the couch/chair
## 333                                                                                         
## 334               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 335                                                                       On the couch/chair
## 336                                                                                         
## 337                                                                                         
## 338               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 339                                                                                         
## 340                                                                         Separate bedroom
## 341                                                                                         
## 342                                                                         Separate bedroom
## 343                                                                                         
## 344                                                                                         
## 345                                                                       On the couch/chair
## 346               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 347                                                                         Separate bedroom
## 348                                                                                         
## 349               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 350                                                                                         
## 351               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 352                                                                                         
## 353                                                                         Separate bedroom
## 354                                                                                         
## 355                                                                                         
## 356                                                                                         
## 357                                                                                         
## 358               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 359                                                                       On the couch/chair
## 360                                                                                         
## 361                                                                       On the couch/chair
## 362                                                                                         
## 363                                                                                         
## 364                                                                                         
## 365                                                                                         
## 366                                                                                         
## 367                                                                                         
## 368                                                                       On the couch/chair
## 369                                                                                         
## 370                                                                                         
## 371                                                                                         
## 372                                                                                         
## 373                                                                                         
## 374                                                            Shared bedroom, different bed
## 375                                                                                         
## 376                                                                                         
## 377                                                                         Separate bedroom
## 378                                                                         Separate bedroom
## 379               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 380                                                                         Separate bedroom
## 381                                                                                         
## 382               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 383                                                                                         
## 384                                                                                         
## 385               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 386                                                                                         
## 387               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 388               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 389                                                                       On the couch/chair
## 390                                                                                         
## 391                                                                                         
## 392                                                                                         
## 393                                                                                         
## 394                                                                                         
## 395                                                                         Separate bedroom
## 396                                                                       On the couch/chair
## 397                                                                       On the couch/chair
## 398                                                                                         
## 399                                                                                         
## 400                                                                                         
## 401                                                                                         
## 402               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 403               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 404                                                                                         
## 405                                                                                         
## 406                                                                                         
## 407                                                                         Separate bedroom
## 408               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 409                                                                                         
## 410                                                                                         
## 411                                                                                         
## 412                                                                         Separate bedroom
## 413                                                                                         
## 414                                                                                         
## 415                                                                                         
## 416                                                                   Other (please specify)
## 417                                                                                         
## 418                                                                                         
## 419                                                                       On the couch/chair
## 420                                                                                         
## 421                                                                       On the couch/chair
## 422                                                                       On the couch/chair
## 423                                                                         Separate bedroom
## 424               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 425                                                                                         
## 426                                                                                         
## 427                                                                   Other (please specify)
## 428               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 429                                                                         Separate bedroom
## 430                                                                                         
## 431                                                                         Separate bedroom
## 432                                                                                         
## 433                                                                       On the couch/chair
## 434               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 435                                                                                         
## 436                                                                       On the couch/chair
## 437                                                                                         
## 438                                                                                         
## 439               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 440                                                                                         
## 441                                                                                         
## 442                                                                                         
## 443                                                                                         
## 444                                                                   Other (please specify)
## 445                                                                                         
## 446                                                                                         
## 447                                                                         Separate bedroom
## 448                                                                                         
## 449                                                                                         
## 450               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 451                                                                                         
## 452                                                                         Separate bedroom
## 453                                                                                         
## 454                                                                                         
## 455               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 456                                                                                         
## 457                                                                   Other (please specify)
## 458                                                                                         
## 459                                                                                         
## 460                                                                         Separate bedroom
## 461               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 462                                                                                         
## 463                                                                                         
## 464                                                                         Separate bedroom
## 465                                                                                         
## 466                                                                                         
## 467               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 468                                                                                         
## 469                                                                                         
## 470                                                                       On the couch/chair
## 471                                                                                         
## 472                                                                                         
## 473                                                                                         
## 474                                                                       On the couch/chair
## 475                                                                                         
## 476                                                                       On the couch/chair
## 477                                                                                         
## 478                                                                                         
## 479                                                                                         
## 480                                                                                         
## 481               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 482                                                                       On the couch/chair
## 483                                                                         Separate bedroom
## 484               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 485                                                                                         
## 486                                                                                         
## 487                                                                                         
## 488                                                                                         
## 489                                                                         Separate bedroom
## 490                                                                   Other (please specify)
## 491                                                                       On the couch/chair
## 492                                                                                         
## 493               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 494                                                                         Separate bedroom
## 495                                                                                         
## 496                                                                       On the couch/chair
## 497                                                                                         
## 498                                                                         Separate bedroom
## 499                                                                                         
## 500                                                                                         
## 501                                                                         Separate bedroom
## 502                                                                         Separate bedroom
## 503                                                                                         
## 504                                                                         Separate bedroom
## 505                                                                                         
## 506                                                                       On the couch/chair
## 507                                                                                         
## 508                                                                   Other (please specify)
## 509                                                                         Separate bedroom
## 510                                                                       On the couch/chair
## 511                                                                                         
## 512                                                                                         
## 513                                                                                         
## 514                                                                                         
## 515                                                                                         
## 516                                                                                         
## 517                                                                                         
## 518                                                                                         
## 519                                                                                         
## 520                                                                         Separate bedroom
## 521                                                                                         
## 522                                                                                         
## 523                                                                                         
## 524                                                                       On the couch/chair
## 525                                                                                         
## 526                                                                                         
## 527                                                                                         
## 528                                                                                         
## 529                                                                       On the couch/chair
## 530                                                                                         
## 531                                                                                         
## 532                                                                                         
## 533                                                                                         
## 534               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 535                                                                                         
## 536                                                                                         
## 537                                                                                         
## 538                                                                                         
## 539                                                                         Separate bedroom
## 540                                                                                         
## 541                                                                                         
## 542                                                                       On the couch/chair
## 543                                                                   Other (please specify)
## 544                                                                                         
## 545                                                                                         
## 546                                                                                         
## 547                                                                       On the couch/chair
## 548                                                                                         
## 549                                                                                         
## 550                                                                       On the couch/chair
## 551                                                                                         
## 552                                                                       On the couch/chair
## 553               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 554               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 555                                                                                         
## 556                                                                         Separate bedroom
## 557                                                                                         
## 558                                                                                         
## 559                                                                                         
## 560                                                                                         
## 561                                                                                         
## 562                                                                         Separate bedroom
## 563                                                                                         
## 564                                                                       On the couch/chair
## 565                                                                                         
## 566                                                                         Separate bedroom
## 567                                                                                         
## 568                                                                                         
## 569                                                                                         
## 570                                                                         Separate bedroom
## 571                                                                         Separate bedroom
## 572                                                                                         
## 573                                                                                         
## 574                                                                                         
## 575                                                                         Separate bedroom
## 576                                                                         Separate bedroom
## 577                                                                                         
## 578                                                                                         
## 579                                                                                         
## 580                                                                                         
## 581                                                                         Separate bedroom
## 582                                                                                         
## 583                                                                                         
## 584                                                                                         
## 585                                                                       On the couch/chair
## 586                                                                                         
## 587               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 588                                                                   Other (please specify)
## 589                                                                         Separate bedroom
## 590                                                                       On the couch/chair
## 591                                                                                         
## 592               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 593               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 594                                                                                         
## 595               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 596                                                                         Separate bedroom
## 597                                                                       On the couch/chair
## 598                                                                                         
## 599                                                                                         
## 600                                                                         Separate bedroom
## 601               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 602                                                                                         
## 603                                                                       On the couch/chair
## 604                                                                         Separate bedroom
## 605                                                                         Separate bedroom
## 606                                                                         Separate bedroom
## 607                                                                                         
## 608                                                                                         
## 609                                                                                         
## 610                                                                                         
## 611                                                                       On the couch/chair
## 612                                                                                         
## 613                                                                                         
## 614                                                                                         
## 615                                                                         Separate bedroom
## 616                                                                                         
## 617                                                                                         
## 618                                                                   Other (please specify)
## 619                                                                         Separate bedroom
## 620               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 621                                                                       On the couch/chair
## 622                                                                         Separate bedroom
## 623                                                                       On the couch/chair
## 624                                                                                         
## 625                                                                                         
## 626                                                                                         
## 627                                                                                         
## 628                                                                         Separate bedroom
## 629                                                                         Separate bedroom
## 630                                                                                         
## 631                                                                                         
## 632               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 633                                                                                         
## 634                                                                         Separate bedroom
## 635                                                                                         
## 636                                                                       On the couch/chair
## 637                                                                                         
## 638                                                                                         
## 639                                                                                         
## 640                                                                                         
## 641               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 642                                                                                         
## 643                                                                   Other (please specify)
## 644                                                                                         
## 645                                                                         Separate bedroom
## 646                                                                                         
## 647                                                                                         
## 648                                                                   Other (please specify)
## 649                                                                                         
## 650                                                                                         
## 651                                                                         Separate bedroom
## 652                                                                         Separate bedroom
## 653                                                                                         
## 654                                                                                         
## 655                                                                                         
## 656               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 657                                                                         Separate bedroom
## 658                                                                                         
## 659               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 660                                                                         Separate bedroom
## 661                                                                       On the couch/chair
## 662                                                                                         
## 663                                                                       On the couch/chair
## 664                                                                                         
## 665                                                                         Separate bedroom
## 666                                                                                         
## 667                                                                       On the couch/chair
## 668                                                                                         
## 669                                                                       On the couch/chair
## 670               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 671                                                                                         
## 672                                                                                         
## 673                                                                                         
## 674                                                                         Separate bedroom
## 675                                                            Shared bedroom, different bed
## 676                                                                                         
## 677                                                                         Separate bedroom
## 678                                                                                         
## 679                                                                                         
## 680                                                                                         
## 681                                                                       On the couch/chair
## 682                                                                         Separate bedroom
## 683                                                                                         
## 684                                                                                         
## 685               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 686               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 687                                                                                         
## 688                                                                                         
## 689                                                                       On the couch/chair
## 690                                                                                         
## 691                                                                                         
## 692                                                                       On the couch/chair
## 693               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 694                                                                                         
## 695                                                                         Separate bedroom
## 696                                                                                         
## 697                                                                                         
## 698                                                                         Separate bedroom
## 699                                                                         Separate bedroom
## 700                                                                       On the couch/chair
## 701                                                                         Separate bedroom
## 702                                                                                         
## 703                                                                                         
## 704                                                                                         
## 705                                                                       On the couch/chair
## 706                                                                       On the couch/chair
## 707                                                                       On the couch/chair
## 708                                                                         Separate bedroom
## 709                                                                                         
## 710                                                                                         
## 711                                                                         Separate bedroom
## 712                                                                       On the couch/chair
## 713               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 714                                                                                         
## 715                                                                                         
## 716                                                                                         
## 717                                                                                         
## 718                                                                       On the couch/chair
## 719                                                                                         
## 720               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 721                                                                                         
## 722                                                                                         
## 723                                                                                         
## 724                                                                                         
## 725                                                                                         
## 726                                                            Shared bedroom, different bed
## 727                                                                                         
## 728                                                            Shared bedroom, different bed
## 729               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 730                                                                                         
## 731                                        Shared bedroom, but one of us sleeps on the floor
## 732               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 733                                                                       On the couch/chair
## 734                                                                                         
## 735                                                                                         
## 736                                        Shared bedroom, but one of us sleeps on the floor
## 737                                                                                         
## 738                                                                                         
## 739                                                                                         
## 740                                                                         Separate bedroom
## 741                                                                         Separate bedroom
## 742                                                                                         
## 743                                                                                         
## 744                                                                                         
## 745               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 746                                                                         Separate bedroom
## 747                                                                                         
## 748                                                                                         
## 749                                                                                         
## 750                                                                                         
## 751                                                                         Separate bedroom
## 752                                                                                         
## 753                                                                   Other (please specify)
## 754                                                                                         
## 755                                                                                         
## 756               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 757                                                                       On the couch/chair
## 758                                                                                         
## 759                                                                       On the couch/chair
## 760                                                                                         
## 761                                                                         Separate bedroom
## 762                                                                                         
## 763               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 764                                                                       On the couch/chair
## 765                                                                   Other (please specify)
## 766                                                                                         
## 767                                                                                         
## 768                                                                                         
## 769                                                                                         
## 770                                                                         Separate bedroom
## 771               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 772                                                                                         
## 773                                                                                         
## 774                                                                         Separate bedroom
## 775                                                                                         
## 776               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 777                                                                         Separate bedroom
## 778                                                                       On the couch/chair
## 779                                                                                         
## 780                                                                                         
## 781                                                                                         
## 782                                                                         Separate bedroom
## 783                                                                         Separate bedroom
## 784               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 785                                                                         Separate bedroom
## 786                                                                                         
## 787                                                                                         
## 788                                                                       On the couch/chair
## 789                                                                                         
## 790                                                                                         
## 791                                                                         Separate bedroom
## 792                                                                                         
## 793                                                                       On the couch/chair
## 794               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 795                                                                                         
## 796                                                                       On the couch/chair
## 797                                                                       On the couch/chair
## 798                                                                                         
## 799                                                                                         
## 800                                                                                         
## 801                                                                       On the couch/chair
## 802                                                                         Separate bedroom
## 803                                                                                         
## 804                                                                       On the couch/chair
## 805                                                                                         
## 806                                                                                         
## 807                                                                                         
## 808                                                                                         
## 809               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 810                                                                                         
## 811                                                                                         
## 812                                                                                         
## 813               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 814                                                                                         
## 815                                                                                         
## 816                                                                                         
## 817                                                                                         
## 818                                                                         Separate bedroom
## 819                                                                       On the couch/chair
## 820                                                                                         
## 821                                                                         Separate bedroom
## 822                                                                                         
## 823               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 824                                                                       On the couch/chair
## 825                                                                                         
## 826                                                                                         
## 827                                                                                         
## 828               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 829                                                                       On the couch/chair
## 830                                                            Shared bedroom, different bed
## 831                                                                         Separate bedroom
## 832                                                                                         
## 833               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 834                                                                       On the couch/chair
## 835                                                                                         
## 836                                                                         Separate bedroom
## 837                                                                   Other (please specify)
## 838                                                                       On the couch/chair
## 839                                                                                         
## 840                                                                                         
## 841                                                                                         
## 842                                                                       On the couch/chair
## 843                                                                       On the couch/chair
## 844                                                                                         
## 845               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 846                                                                         Separate bedroom
## 847                                                                                         
## 848                                                                                         
## 849                                                                         Separate bedroom
## 850               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 851                                                                                         
## 852                                                                                         
## 853                                                                         Separate bedroom
## 854                                                                                         
## 855                                                                                         
## 856                                                                       On the couch/chair
## 857                                                                                         
## 858                                                                                         
## 859                                                                                         
## 860                                                                       On the couch/chair
## 861                                                                                         
## 862                                                                         Separate bedroom
## 863                                                                         Separate bedroom
## 864                                                                                         
## 865                                                                                         
## 866                                                                                         
## 867                                                                                         
## 868                                                                                         
## 869               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 870                                                                                         
## 871                                                                         Separate bedroom
## 872                                                                         Separate bedroom
## 873                                                                         Separate bedroom
## 874                                                                                         
## 875                                                                         Separate bedroom
## 876                                                                                         
## 877                                                                         Separate bedroom
## 878               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 879                                                                       On the couch/chair
## 880                                                                                         
## 881                                                                         Separate bedroom
## 882                                                                       On the couch/chair
## 883                                                                                         
## 884                                                                         Separate bedroom
## 885                                                                                         
## 886                                                            Shared bedroom, different bed
## 887                                                                                         
## 888                                                                         Separate bedroom
## 889                                                                         Separate bedroom
## 890                                                                       On the couch/chair
## 891                                                                                         
## 892                                                                                         
## 893               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 894                                                                                         
## 895                                                                                         
## 896                                                                                         
## 897                                                                         Separate bedroom
## 898                                                                                         
## 899                                                                         Separate bedroom
## 900                                                                                         
## 901                                                                                         
## 902                                                                                         
## 903                                                                         Separate bedroom
## 904                                                                         Separate bedroom
## 905                                                                       On the couch/chair
## 906                                                                                         
## 907                                                                         Separate bedroom
## 908                                                                                         
## 909                                                                                         
## 910                                                                                         
## 911                                                                         Separate bedroom
## 912               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 913                                                                                         
## 914               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 915                                                                                         
## 916                                                                         Separate bedroom
## 917                                                                                         
## 918                                                                       On the couch/chair
## 919                                                                                         
## 920                                                                       On the couch/chair
## 921                                                                                         
## 922                                                                                         
## 923                                                                                         
## 924                                                                                         
## 925               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 926                                                                                         
## 927                                                                                         
## 928                                                                                         
## 929                                                                                         
## 930                                                                                         
## 931                                                                                         
## 932                                                                                         
## 933                                                                                         
## 934               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 935                                                                                         
## 936                                                                                         
## 937                                                                                         
## 938                                                                                         
## 939                                                                                         
## 940                                                                                         
## 941                                                                                         
## 942                                                                         Separate bedroom
## 943               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 944                                                                       On the couch/chair
## 945                                                                       On the couch/chair
## 946                                                                                         
## 947                                                                                         
## 948                                                                                         
## 949                                                                         Separate bedroom
## 950                                                                                         
## 951                                                                                         
## 952                                                                                         
## 953                                                                       On the couch/chair
## 954                                                                                         
## 955                                                                                         
## 956                                                                                         
## 957                                                                                         
## 958                                                                                         
## 959                                                                         Separate bedroom
## 960               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 961                                                                                         
## 962                                                                                         
## 963                                                                                         
## 964                                                                                         
## 965                                                                         Separate bedroom
## 966                                                                         Separate bedroom
## 967                                                                                         
## 968                                                                                         
## 969                                                                                         
## 970                                                                                         
## 971                                                                         Separate bedroom
## 972                                                                                         
## 973               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 974                                                                                         
## 975                                                            Shared bedroom, different bed
## 976                                                                                         
## 977                                                                       On the couch/chair
## 978                                                                                         
## 979                                                                                         
## 980                                                                         Separate bedroom
## 981                                                                   Other (please specify)
## 982                                                                                         
## 983                                                                                         
## 984                                                                                         
## 985                                                                                         
## 986                                                                         Separate bedroom
## 987                                                                                         
## 988                                                                                         
## 989                                                                         Separate bedroom
## 990                                                                                         
## 991                                                                                         
## 992                                                                                         
## 993                                                                         Separate bedroom
## 994                                                                       On the couch/chair
## 995                                                                                         
## 996                                                                                         
## 997                                                                                         
## 998                                                                       On the couch/chair
## 999                                                                                         
## 1000                                                                        Separate bedroom
## 1001                                                                                        
## 1002                                                                                        
## 1003                                                                      On the couch/chair
## 1004                                                                                        
## 1005                                                                        Separate bedroom
## 1006                                                                      On the couch/chair
## 1007              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1008                                                                                        
## 1009                                                                        Separate bedroom
## 1010                                                                        Separate bedroom
## 1011                                                                                        
## 1012                                                                        Separate bedroom
## 1013                                                                      On the couch/chair
## 1014                                                                        Separate bedroom
## 1015                                                                        Separate bedroom
## 1016              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1017                                                                                        
## 1018                                                                        Separate bedroom
## 1019                                                                        Separate bedroom
## 1020                                                                      On the couch/chair
## 1021                                                                        Separate bedroom
## 1022                                                                        Separate bedroom
## 1023                                                                                        
## 1024                                                                                        
## 1025              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1026                                                                                        
## 1027                                                                                        
## 1028                                                                                        
## 1029                                                                                        
## 1030                                                                  Other (please specify)
## 1031                                                                      On the couch/chair
## 1032                                                                                        
## 1033                                                                                        
## 1034                                                                                        
## 1035              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1036                                                                                        
## 1037                                                                                        
## 1038                                                                                        
## 1039                                                                        Separate bedroom
## 1040                                                                                        
## 1041                                                                                        
## 1042                                                                      On the couch/chair
## 1043                                                           Shared bedroom, different bed
## 1044                                                                                        
## 1045              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1046              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1047                                                                                        
## 1048                                                                                        
## 1049                                                                                        
## 1050                                                                  Other (please specify)
## 1051                                                                        Separate bedroom
## 1052                                                                      On the couch/chair
## 1053                                                                                        
## 1054                                                                                        
## 1055                                                                        Separate bedroom
## 1056                                                                                        
## 1057                                                                                        
## 1058                                                                        Separate bedroom
## 1059              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1060                                                                                        
## 1061                                                                        Separate bedroom
## 1062                                                                                        
## 1063                                                                                        
## 1064                                                                                        
## 1065                                                                                        
## 1066                                                                                        
## 1067                                                                                        
## 1068                                                                                        
## 1069                                                                                        
## 1070                                                                  Other (please specify)
## 1071                                                                        Separate bedroom
## 1072                                                                                        
## 1073                                                                                        
## 1074                                                                                        
## 1075                                                                        Separate bedroom
## 1076                                                                                        
## 1077                                                                                        
## 1078                                                                        Separate bedroom
## 1079                                                                      On the couch/chair
## 1080                                                                                        
## 1081                                                                                        
## 1082                                                                                        
## 1083                                                                                        
## 1084                                                                                        
## 1085                                                                                        
## 1086                                                                                        
## 1087                                                                                        
## 1088              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1089                                                                                        
## 1090              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1091                                                                      On the couch/chair
## 1092                                                                                        
## 1093                                                                                        
## 1094                                                                                        
##                                                               att7
## 1                                           Other (please specify)
## 2                                                                 
## 3                                                                 
## 4                                                                 
## 5                                                                 
## 6                                                                 
## 7                                                                 
## 8                                                                 
## 9                                                                 
## 10                                                                
## 11                                                                
## 12                                                                
## 13                                                                
## 14                                                                
## 15                                                                
## 16                                                                
## 17                                                                
## 18                                                                
## 19                     We alternate, one in main bed, one on couch
## 20                                                                
## 21                                                                
## 22                                                                
## 23                                                                
## 24                                                                
## 25                                                                
## 26                                                                
## 27                                                                
## 28                                                                
## 29                                                                
## 30                                                                
## 31                                                                
## 32                                                                
## 33                                                                
## 34                                                                
## 35                                                                
## 36                                                                
## 37                                                                
## 38                                                                
## 39                                                                
## 40                                                                
## 41                                                                
## 42                                                                
## 43                                                                
## 44                                                                
## 45                                                        kids bed
## 46                                                                
## 47                                                                
## 48                                                                
## 49                                                                
## 50                                                                
## 51                                                                
## 52                                                                
## 53                                                                
## 54                                                                
## 55                                                                
## 56                                                                
## 57                                                                
## 58                                                                
## 59                                                                
## 60                                                                
## 61                                                                
## 62                                                                
## 63                                                                
## 64                                                                
## 65                                                                
## 66                                                                
## 67                                                                
## 68                                                                
## 69                                                                
## 70                                                                
## 71                                                                
## 72                                                                
## 73                                                                
## 74                                                                
## 75                                                                
## 76                                                                
## 77                                                                
## 78                                                                
## 79                                                                
## 80                                                                
## 81                                                                
## 82                                                                
## 83                                                                
## 84                                                                
## 85                                                                
## 86                                                                
## 87                                                                
## 88                                                                
## 89                                                                
## 90                                                                
## 91                                                                
## 92                                                                
## 93                                                                
## 94                                                                
## 95                                                                
## 96                                                                
## 97                                                                
## 98                                                                
## 99                                                                
## 100                                                 I live at home
## 101                                                               
## 102                                                               
## 103                                                               
## 104                                                               
## 105                                                               
## 106                                                               
## 107                                                               
## 108                                                               
## 109                                                               
## 110                                                               
## 111                                                               
## 112                                                               
## 113                                                               
## 114                                                               
## 115                                                               
## 116                                                               
## 117                                                               
## 118                                                               
## 119                                                               
## 120                                                               
## 121                                                               
## 122                                                               
## 123                                                               
## 124                                                               
## 125                                                               
## 126                                                               
## 127                                                               
## 128                                                               
## 129                                                               
## 130                                                               
## 131                                                               
## 132                                                               
## 133                                                               
## 134                                                               
## 135                                                               
## 136                                                               
## 137                                                               
## 138                                                               
## 139                                                               
## 140                                                               
## 141                                                               
## 142                                                               
## 143                                                               
## 144                                                               
## 145                                                               
## 146                                                               
## 147                                                               
## 148                                                               
## 149                                                               
## 150                                                          Floor
## 151                                                               
## 152                                                               
## 153                                                               
## 154                                                               
## 155                                                               
## 156                                                               
## 157                                                               
## 158                                                               
## 159                                                               
## 160                                                               
## 161                           partner is out of town, hospital etc
## 162                                                               
## 163                                                               
## 164                                                  with the kids
## 165                                                               
## 166                                                               
## 167                                                               
## 168                                                               
## 169                                                               
## 170                                                               
## 171                                                               
## 172                                                               
## 173                                                               
## 174                                                               
## 175                                                               
## 176                                                               
## 177                                                               
## 178                                                               
## 179                                                               
## 180                                                               
## 181                                                               
## 182                                                               
## 183                                                               
## 184                                                               
## 185                                                               
## 186                                                               
## 187                                                               
## 188                                                               
## 189                                                               
## 190                                                               
## 191                                                               
## 192                                                               
## 193                                                               
## 194                                                               
## 195                                                               
## 196                                                               
## 197                                                               
## 198                                                               
## 199                                                               
## 200                                                               
## 201                                                               
## 202                                                               
## 203                                                               
## 204                                                               
## 205                                                               
## 206                                                               
## 207                                                               
## 208                                                               
## 209                                                               
## 210                                                               
## 211                                                               
## 212                                                               
## 213                                                               
## 214                                                               
## 215                                                               
## 216                                                               
## 217                                                               
## 218                                                               
## 219                                                               
## 220                                                               
## 221                                                               
## 222                                                               
## 223                                                               
## 224                                                               
## 225                                                               
## 226                                                               
## 227                                                               
## 228                                                               
## 229                                                               
## 230                                                               
## 231                                                               
## 232                                                               
## 233                                                               
## 234                                                               
## 235                                                               
## 236                                                               
## 237                                                               
## 238                                                               
## 239                                                               
## 240                                                               
## 241                                                               
## 242                                                               
## 243                                                               
## 244                                                               
## 245                                                               
## 246                                                               
## 247                                                               
## 248                                                               
## 249                                                               
## 250                                                               
## 251                                                               
## 252                                                               
## 253                                                               
## 254                                                               
## 255                                                               
## 256                                                               
## 257                                                               
## 258                                                               
## 259                                            This does not occur
## 260                                                               
## 261                                                               
## 262                                                               
## 263                                                               
## 264                                                               
## 265                                                               
## 266                                                               
## 267                                                               
## 268                                                               
## 269                                                               
## 270                                                               
## 271                                                               
## 272                                                               
## 273                                                               
## 274                                                               
## 275                                                               
## 276                                                               
## 277                                                               
## 278                                                               
## 279                                                               
## 280                                                               
## 281                                                               
## 282                                                               
## 283                                                               
## 284                                                               
## 285                                                               
## 286                                                               
## 287                                                               
## 288                                                               
## 289                                                               
## 290                                                               
## 291                                                               
## 292                                                               
## 293                                                               
## 294                                                               
## 295                                                               
## 296                                                               
## 297                                                               
## 298                                                               
## 299                                                               
## 300                                                               
## 301                                                               
## 302                                                               
## 303                                                               
## 304                                                               
## 305                                                               
## 306                                                               
## 307                                                               
## 308                                                               
## 309                                                               
## 310                                                               
## 311                                                               
## 312                                                               
## 313                                                               
## 314                                                               
## 315                                      Livingroom floor or couch
## 316                                                               
## 317                                                               
## 318                                                               
## 319                                                               
## 320                                                               
## 321                                                               
## 322                                                               
## 323                                                               
## 324                                                               
## 325                                                               
## 326                                     spare room in the basement
## 327                                                               
## 328                                                               
## 329                                                               
## 330                                                               
## 331                                                               
## 332                                                               
## 333                                                               
## 334                                                               
## 335                                                               
## 336                                                               
## 337                                                               
## 338                                                               
## 339                                                               
## 340                                                               
## 341                                                               
## 342                                                               
## 343                                                               
## 344                                                               
## 345                                                               
## 346                                                               
## 347                                                               
## 348                                                               
## 349                                                               
## 350                                                               
## 351                                                               
## 352                                                               
## 353                                                               
## 354                                                               
## 355                                                               
## 356                                                               
## 357                                                               
## 358                                                               
## 359                                                               
## 360                                                               
## 361                                                               
## 362                                                               
## 363                                                               
## 364                                                               
## 365                                                               
## 366                                                               
## 367                                                               
## 368                                                               
## 369                                                               
## 370                                                               
## 371                                                               
## 372                                                               
## 373                                                               
## 374                                                               
## 375                                                               
## 376                                                               
## 377                                                               
## 378                                                               
## 379                                                               
## 380                                                               
## 381                                                               
## 382                                                               
## 383                                                               
## 384                                                               
## 385                                                               
## 386                                                               
## 387                                                               
## 388                                                               
## 389                                                               
## 390                                                               
## 391                                                               
## 392                                                               
## 393                                                               
## 394                                                               
## 395                                                               
## 396                                                               
## 397                                                               
## 398                                                               
## 399                                                               
## 400                                                               
## 401                                                               
## 402                                                               
## 403                                                               
## 404                                                               
## 405                                                               
## 406                                                               
## 407                                                               
## 408                                                               
## 409                                                               
## 410                                                               
## 411                                                               
## 412                                                               
## 413                                                               
## 414                                                               
## 415                                                               
## 416                                                          Couch
## 417                                                               
## 418                                                               
## 419                                                               
## 420                                                               
## 421                                                               
## 422                                                               
## 423                                                               
## 424                                                               
## 425                                                               
## 426                                                               
## 427                                                 At my own home
## 428                                                               
## 429                                                               
## 430                                                               
## 431                                                               
## 432                                                               
## 433                                                               
## 434                                                               
## 435                                                               
## 436                                                               
## 437                                                               
## 438                                                               
## 439                                                               
## 440                                                               
## 441                                                               
## 442                                                               
## 443                                                               
## 444                                    Back room used as an office
## 445                                                               
## 446                                                               
## 447                                                               
## 448                                                               
## 449                                                               
## 450                                                               
## 451                                                               
## 452                                                               
## 453                                                               
## 454                                                               
## 455                                                               
## 456                                                               
## 457  In the bed in our child's room to assist when child is fussy.
## 458                                                               
## 459                                                               
## 460                                                               
## 461                                                               
## 462                                                               
## 463                                                               
## 464                                                               
## 465                                                               
## 466                                                               
## 467                                                               
## 468                                                               
## 469                                                               
## 470                                                               
## 471                                                               
## 472                                                               
## 473                                                               
## 474                                                               
## 475                                                               
## 476                                                               
## 477                                                               
## 478                                                               
## 479                                                               
## 480                                                               
## 481                                                               
## 482                                                               
## 483                                                               
## 484                                                               
## 485                                                               
## 486                                                               
## 487                                                               
## 488                                                               
## 489                                                               
## 490                                           Out of town location
## 491                                                               
## 492                                                               
## 493                                                               
## 494                                                               
## 495                                                               
## 496                                                               
## 497                                                               
## 498                                                               
## 499                                                               
## 500                                                               
## 501                                                               
## 502                                                               
## 503                                                               
## 504                                                               
## 505                                                               
## 506                                                               
## 507                                                               
## 508                                                          Never
## 509                                                               
## 510                                                               
## 511                                                               
## 512                                                               
## 513                                                               
## 514                                                               
## 515                                                               
## 516                                                               
## 517                                                               
## 518                                                               
## 519                                                               
## 520                                                               
## 521                                                               
## 522                                                               
## 523                                                               
## 524                                                               
## 525                                                               
## 526                                                               
## 527                                                               
## 528                                                               
## 529                                                               
## 530                                                               
## 531                                                               
## 532                                                               
## 533                                                               
## 534                                                               
## 535                                                               
## 536                                                               
## 537                                                               
## 538                                                               
## 539                                                               
## 540                                                               
## 541                                                               
## 542                                                               
## 543                                                      kids room
## 544                                                               
## 545                                                               
## 546                                                               
## 547                                                               
## 548                                                               
## 549                                                               
## 550                                                               
## 551                                                               
## 552                                                               
## 553                                                               
## 554                                                               
## 555                                                               
## 556                                                               
## 557                                                               
## 558                                                               
## 559                                                               
## 560                                                               
## 561                                                               
## 562                                                               
## 563                                                               
## 564                                                               
## 565                                                               
## 566                                                               
## 567                                                               
## 568                                                               
## 569                                                               
## 570                                                               
## 571                                                               
## 572                                                               
## 573                                                               
## 574                                                               
## 575                                                               
## 576                                                               
## 577                                                               
## 578                                                               
## 579                                                               
## 580                                                               
## 581                                                               
## 582                                                               
## 583                                                               
## 584                                                               
## 585                                                               
## 586                                                               
## 587                                                               
## 588                                      With the baby in her room
## 589                                                               
## 590                                                               
## 591                                                               
## 592                                                               
## 593                                                               
## 594                                                               
## 595                                                               
## 596                                                               
## 597                                                               
## 598                                                               
## 599                                                               
## 600                                                               
## 601                                                               
## 602                                                               
## 603                                                               
## 604                                                               
## 605                                                               
## 606                                                               
## 607                                                               
## 608                                                               
## 609                                                               
## 610                                                               
## 611                                                               
## 612                                                               
## 613                                                               
## 614                                                               
## 615                                                               
## 616                                                               
## 617                                                               
## 618                           guest room when visiting out of town
## 619                                                               
## 620                                                               
## 621                                                               
## 622                                                               
## 623                                                               
## 624                                                               
## 625                                                               
## 626                                                               
## 627                                                               
## 628                                                               
## 629                                                               
## 630                                                               
## 631                                                               
## 632                                                               
## 633                                                               
## 634                                                               
## 635                                                               
## 636                                                               
## 637                                                               
## 638                                                               
## 639                                                               
## 640                                                               
## 641                                                               
## 642                                                               
## 643                               I sleep on the living room floor
## 644                                                               
## 645                                                               
## 646                                                               
## 647                                                               
## 648                                                    Out of town
## 649                                                               
## 650                                                               
## 651                                                               
## 652                                                               
## 653                                                               
## 654                                                               
## 655                                                               
## 656                                                               
## 657                                                               
## 658                                                               
## 659                                                               
## 660                                                               
## 661                                                               
## 662                                                               
## 663                                                               
## 664                                                               
## 665                                                               
## 666                                                               
## 667                                                               
## 668                                                               
## 669                                                               
## 670                                                               
## 671                                                               
## 672                                                               
## 673                                                               
## 674                                                               
## 675                                                               
## 676                                                               
## 677                                                               
## 678                                                               
## 679                                                               
## 680                                                               
## 681                                                               
## 682                                                               
## 683                                                               
## 684                                                               
## 685                                                               
## 686                                                               
## 687                                                               
## 688                                                               
## 689                                                               
## 690                                                               
## 691                                                               
## 692                                                               
## 693                                                               
## 694                                                               
## 695                                                               
## 696                                                               
## 697                                                               
## 698                                                               
## 699                                                               
## 700                                                               
## 701                                                               
## 702                                                               
## 703                                                               
## 704                                                               
## 705                                                               
## 706                                                               
## 707                                                               
## 708                                                               
## 709                                                               
## 710                                                               
## 711                                                               
## 712                                                               
## 713                                                               
## 714                                                               
## 715                                                               
## 716                                                               
## 717                                                               
## 718                                                               
## 719                                                               
## 720                                                               
## 721                                                               
## 722                                                               
## 723                                                               
## 724                                                               
## 725                                                               
## 726                                                               
## 727                                                               
## 728                                                               
## 729                                                               
## 730                                                               
## 731                                                               
## 732                                                               
## 733                                                               
## 734                                                               
## 735                                                               
## 736                                                               
## 737                                                               
## 738                                                               
## 739                                                               
## 740                                                               
## 741                                                               
## 742                                                               
## 743                                                               
## 744                                                               
## 745                                                               
## 746                                                               
## 747                                                               
## 748                                                               
## 749                                                               
## 750                                                               
## 751                                                               
## 752                                                               
## 753                                       we don't  have  differnt
## 754                                                               
## 755                                                               
## 756                                                               
## 757                                                               
## 758                                                               
## 759                                                               
## 760                                                               
## 761                                                               
## 762                                                               
## 763                                                               
## 764                                                               
## 765                                                    Guest house
## 766                                                               
## 767                                                               
## 768                                                               
## 769                                                               
## 770                                                               
## 771                                                               
## 772                                                               
## 773                                                               
## 774                                                               
## 775                                                               
## 776                                                               
## 777                                                               
## 778                                                               
## 779                                                               
## 780                                                               
## 781                                                               
## 782                                                               
## 783                                                               
## 784                                                               
## 785                                                               
## 786                                                               
## 787                                                               
## 788                                                               
## 789                                                               
## 790                                                               
## 791                                                               
## 792                                                               
## 793                                                               
## 794                                                               
## 795                                                               
## 796                                                               
## 797                                                               
## 798                                                               
## 799                                                               
## 800                                                               
## 801                                                               
## 802                                                               
## 803                                                               
## 804                                                               
## 805                                                               
## 806                                                               
## 807                                                               
## 808                                                               
## 809                                                               
## 810                                                               
## 811                                                               
## 812                                                               
## 813                                                               
## 814                                                               
## 815                                                               
## 816                                                               
## 817                                                               
## 818                                                               
## 819                                                               
## 820                                                               
## 821                                                               
## 822                                                               
## 823                                                               
## 824                                                               
## 825                                                               
## 826                                                               
## 827                                                               
## 828                                                               
## 829                                                               
## 830                                                               
## 831                                                               
## 832                                                               
## 833                                                               
## 834                                                               
## 835                                                               
## 836                                                               
## 837                       I sleep on the floor in a different room
## 838                                                               
## 839                                                               
## 840                                                               
## 841                                                               
## 842                                                               
## 843                                                               
## 844                                                               
## 845                                                               
## 846                                                               
## 847                                                               
## 848                                                               
## 849                                                               
## 850                                                               
## 851                                                               
## 852                                                               
## 853                                                               
## 854                                                               
## 855                                                               
## 856                                                               
## 857                                                               
## 858                                                               
## 859                                                               
## 860                                                               
## 861                                                               
## 862                                                               
## 863                                                               
## 864                                                               
## 865                                                               
## 866                                                               
## 867                                                               
## 868                                                               
## 869                                                               
## 870                                                               
## 871                                                               
## 872                                                               
## 873                                                               
## 874                                                               
## 875                                                               
## 876                                                               
## 877                                                               
## 878                                                               
## 879                                                               
## 880                                                               
## 881                                                               
## 882                                                               
## 883                                                               
## 884                                                               
## 885                                                               
## 886                                                               
## 887                                                               
## 888                                                               
## 889                                                               
## 890                                                               
## 891                                                               
## 892                                                               
## 893                                                               
## 894                                                               
## 895                                                               
## 896                                                               
## 897                                                               
## 898                                                               
## 899                                                               
## 900                                                               
## 901                                                               
## 902                                                               
## 903                                                               
## 904                                                               
## 905                                                               
## 906                                                               
## 907                                                               
## 908                                                               
## 909                                                               
## 910                                                               
## 911                                                               
## 912                                                               
## 913                                                               
## 914                                                               
## 915                                                               
## 916                                                               
## 917                                                               
## 918                                                               
## 919                                                               
## 920                                                               
## 921                                                               
## 922                                                               
## 923                                                               
## 924                                                               
## 925                                                               
## 926                                                               
## 927                                                               
## 928                                                               
## 929                                                               
## 930                                                               
## 931                                                               
## 932                                                               
## 933                                                               
## 934                                                               
## 935                                                               
## 936                                                               
## 937                                                               
## 938                                                               
## 939                                                               
## 940                                                               
## 941                                                               
## 942                                                               
## 943                                                               
## 944                                                               
## 945                                                               
## 946                                                               
## 947                                                               
## 948                                                               
## 949                                                               
## 950                                                               
## 951                                                               
## 952                                                               
## 953                                                               
## 954                                                               
## 955                                                               
## 956                                                               
## 957                                                               
## 958                                                               
## 959                                                               
## 960                                                               
## 961                                                               
## 962                                                               
## 963                                                               
## 964                                                               
## 965                                                               
## 966                                                               
## 967                                                               
## 968                                                               
## 969                                                               
## 970                                                               
## 971                                                               
## 972                                                               
## 973                                                               
## 974                                                               
## 975                                                               
## 976                                                               
## 977                                                               
## 978                                                               
## 979                                                               
## 980                                                               
## 981                                       always sleep in same bed
## 982                                                               
## 983                                                               
## 984                                                               
## 985                                                               
## 986                                                               
## 987                                                               
## 988                                                               
## 989                                                               
## 990                                                               
## 991                                                               
## 992                                                               
## 993                                                               
## 994                                                               
## 995                                                               
## 996                                                               
## 997                                                               
## 998                                                               
## 999                                                               
## 1000                                                              
## 1001                                                              
## 1002                                                              
## 1003                                                              
## 1004                                                              
## 1005                                                              
## 1006                                                              
## 1007                                                              
## 1008                                                              
## 1009                                                              
## 1010                                                              
## 1011                                                              
## 1012                                                              
## 1013                                                              
## 1014                                                              
## 1015                                                              
## 1016                                                              
## 1017                                                              
## 1018                                                              
## 1019                                                              
## 1020                                                              
## 1021                                                              
## 1022                                                              
## 1023                                                              
## 1024                                                              
## 1025                                                              
## 1026                                                              
## 1027                                                              
## 1028                                                              
## 1029                                                              
## 1030                                             porch in the wind
## 1031                                                              
## 1032                                                              
## 1033                                                              
## 1034                                                              
## 1035                                                              
## 1036                                                              
## 1037                                                              
## 1038                                                              
## 1039                                                              
## 1040                                                              
## 1041                                                              
## 1042                                                              
## 1043                                                              
## 1044                                                              
## 1045                                                              
## 1046                                                              
## 1047                                                              
## 1048                                                              
## 1049                                                              
## 1050                                                      same bed
## 1051                                                              
## 1052                                                              
## 1053                                                              
## 1054                                                              
## 1055                                                              
## 1056                                                              
## 1057                                                              
## 1058                                                              
## 1059                                                              
## 1060                                                              
## 1061                                                              
## 1062                                                              
## 1063                                                              
## 1064                                                              
## 1065                                                              
## 1066                                                              
## 1067                                                              
## 1068                                                              
## 1069                                                              
## 1070                                                     kids room
## 1071                                                              
## 1072                                                              
## 1073                                                              
## 1074                                                              
## 1075                                                              
## 1076                                                              
## 1077                                                              
## 1078                                                              
## 1079                                                              
## 1080                                                              
## 1081                                                              
## 1082                                                              
## 1083                                                              
## 1084                                                              
## 1085                                                              
## 1086                                                              
## 1087                                                              
## 1088                                                              
## 1089                                                              
## 1090                                                              
## 1091                                                              
## 1092                                                              
## 1093                                                              
## 1094                                                              
##      When.you.re.not.sleeping.in.the.same.bed..where.does.your.partner.typically.sleep.
## 1                                                                              Response
## 2            My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 3                                                                      Separate bedroom
## 4                                                                                      
## 5                                                                                      
## 6                                                                                      
## 7                                                                                      
## 8                                                                                      
## 9                                                                                      
## 10                                                                                     
## 11                                                                                     
## 12                                                                                     
## 13                                                                                     
## 14                                                                     Separate bedroom
## 15                                                                                     
## 16                                                                                     
## 17           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 18           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 19                                                               Other (please specify)
## 20                                                                                     
## 21                                                                                     
## 22                                                                                     
## 23                                                                                     
## 24                                                                                     
## 25                                                                                     
## 26                                                                                     
## 27                                                                                     
## 28                                                                                     
## 29                                                                                     
## 30                                                                                     
## 31                                                                                     
## 32                                                                   On the couch/chair
## 33                                                                     Separate bedroom
## 34                                                                                     
## 35                                                                                     
## 36           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 37                                                                   On the couch/chair
## 38           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 39                                                                   On the couch/chair
## 40           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 41                                                                                     
## 42                                                                     Separate bedroom
## 43                                                                                     
## 44           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 45           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 46                                                                                     
## 47                                                                     Separate bedroom
## 48           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 49                                                                                     
## 50                                                                                     
## 51                                                                     Separate bedroom
## 52                                                                                     
## 53           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 54                                                                                     
## 55           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 56                                                                                     
## 57           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 58                                                                                     
## 59                                                                                     
## 60                                                                                     
## 61                                                                                     
## 62                                                                                     
## 63           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 64                                                        Shared bedroom, different bed
## 65                                                                   On the couch/chair
## 66                                                                                     
## 67           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 68                                                                                     
## 69                                                                   On the couch/chair
## 70                                                                                     
## 71                                                                                     
## 72           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 73           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 74                                                                                     
## 75                                                                                     
## 76                                                                     Separate bedroom
## 77                                                                                     
## 78                                                                                     
## 79                                                                     Separate bedroom
## 80                                                                                     
## 81                                                                                     
## 82           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 83                                                                                     
## 84           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 85           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 86                                                                                     
## 87                                                                                     
## 88           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 89                                                                                     
## 90                                                                                     
## 91                                                        Shared bedroom, different bed
## 92                                                                                     
## 93                                                                                     
## 94                                                                                     
## 95                                                                                     
## 96                                                                                     
## 97           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 98                                                                     Separate bedroom
## 99                                                                                     
## 100                                                              Other (please specify)
## 101                                                                                    
## 102                                                                                    
## 103                                                                  On the couch/chair
## 104                                                                                    
## 105                                                                                    
## 106                                                                    Separate bedroom
## 107                                                                                    
## 108                                                                                    
## 109                                                                                    
## 110                                                                                    
## 111                                                                                    
## 112                                                                                    
## 113                                                                                    
## 114                                                                                    
## 115                                                                                    
## 116                                                                                    
## 117                                                                                    
## 118                                                                                    
## 119                                                                                    
## 120          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 121                                                                  On the couch/chair
## 122                                                                  On the couch/chair
## 123          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 124          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 125                                                                                    
## 126                                                                                    
## 127                                                                                    
## 128                                                                    Separate bedroom
## 129          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 130                                                                                    
## 131                                                                    Separate bedroom
## 132                                                                                    
## 133                                                                                    
## 134                                                                                    
## 135                                                                    Separate bedroom
## 136                                                                                    
## 137                                                                  On the couch/chair
## 138                                                                                    
## 139          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 140                                                                                    
## 141                                                                                    
## 142                                                                                    
## 143                                                                                    
## 144                                                                                    
## 145                                                                                    
## 146                                                                                    
## 147                                                                                    
## 148                                                                                    
## 149                                                                                    
## 150          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 151          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 152          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 153                                                                                    
## 154                                   Shared bedroom, but one of us sleeps on the floor
## 155                                                                                    
## 156                                                                                    
## 157                                                                                    
## 158                                                                                    
## 159                                                                                    
## 160                                                                  On the couch/chair
## 161                                                              Other (please specify)
## 162          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 163                                                                                    
## 164                                                              Other (please specify)
## 165          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 166                                                                    Separate bedroom
## 167                                                                                    
## 168                                                                    Separate bedroom
## 169                                                                                    
## 170                                                                                    
## 171          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 172          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 173                                                                    Separate bedroom
## 174          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 175                                                                    Separate bedroom
## 176          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 177                                                                                    
## 178                                                                                    
## 179                                                                                    
## 180                                                                                    
## 181                                                                    Separate bedroom
## 182                                                                                    
## 183          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 184          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 185          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 186                                                                                    
## 187                                                                                    
## 188                                                                                    
## 189                                                                                    
## 190                                                                    Separate bedroom
## 191                                                                    Separate bedroom
## 192                                                                    Separate bedroom
## 193                                                                  On the couch/chair
## 194                                                                    Separate bedroom
## 195          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 196                                                                  On the couch/chair
## 197                                                                                    
## 198                                                                  On the couch/chair
## 199                                                                  On the couch/chair
## 200                                                                  On the couch/chair
## 201                                                                                    
## 202                                                                                    
## 203                                                                                    
## 204          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 205                                                                  On the couch/chair
## 206          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 207                                                              Other (please specify)
## 208                                                                                    
## 209          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 210          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 211                                                                    Separate bedroom
## 212                                                                    Separate bedroom
## 213                                                                                    
## 214                                                                    Separate bedroom
## 215                                                                                    
## 216                                                                    Separate bedroom
## 217          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 218                                                                  On the couch/chair
## 219                                                                                    
## 220                                                                                    
## 221                                                                                    
## 222                                                                                    
## 223                                                                  On the couch/chair
## 224          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 225          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 226                                                                    Separate bedroom
## 227                                                                                    
## 228          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 229          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 230                                                                                    
## 231                                                                                    
## 232                                                                    Separate bedroom
## 233                                                                                    
## 234          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 235                                                                    Separate bedroom
## 236                                                                                    
## 237                                                                                    
## 238          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 239                                                                                    
## 240                                                                                    
## 241                                                                                    
## 242                                                                                    
## 243                                                                  On the couch/chair
## 244                                                                    Separate bedroom
## 245                                                                    Separate bedroom
## 246          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 247          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 248                                                                    Separate bedroom
## 249                                                                    Separate bedroom
## 250          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 251                                                                                    
## 252                                                                                    
## 253                                                                                    
## 254                                                                                    
## 255                                                                  On the couch/chair
## 256                                                                                    
## 257                                                                                    
## 258                                                                    Separate bedroom
## 259                                                              Other (please specify)
## 260          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 261          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 262                                                                    Separate bedroom
## 263                                                                                    
## 264          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 265                                                                                    
## 266                                                                  On the couch/chair
## 267                                                       Shared bedroom, different bed
## 268                                                                  On the couch/chair
## 269                                                       Shared bedroom, different bed
## 270                                                                  On the couch/chair
## 271                                                                                    
## 272                                                       Shared bedroom, different bed
## 273                                                                                    
## 274                                                                                    
## 275                                                                                    
## 276                                                                  On the couch/chair
## 277                                                                                    
## 278                                                                                    
## 279                                                                    Separate bedroom
## 280                                                                  On the couch/chair
## 281          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 282                                                                    Separate bedroom
## 283                                                                                    
## 284                                                                  On the couch/chair
## 285                                                                                    
## 286                                                                    Separate bedroom
## 287                                                                    Separate bedroom
## 288          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 289                                                                                    
## 290                                                                    Separate bedroom
## 291                                                                                    
## 292                                                              Other (please specify)
## 293                                                                                    
## 294          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 295                                                                                    
## 296          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 297                                                                                    
## 298                                                                                    
## 299                                                                                    
## 300          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 301                                                                                    
## 302                                                                    Separate bedroom
## 303                                                                                    
## 304                                                                                    
## 305                                                                                    
## 306                                                                    Separate bedroom
## 307                                                                                    
## 308                                                                  On the couch/chair
## 309          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 310                                                                                    
## 311                                                                  On the couch/chair
## 312                                                                    Separate bedroom
## 313                                                                  On the couch/chair
## 314                                                                                    
## 315          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 316                                                                                    
## 317                                                                                    
## 318                                                                  On the couch/chair
## 319          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 320                                                                                    
## 321                                                                                    
## 322                                                                    Separate bedroom
## 323          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 324                                                                                    
## 325                                                                                    
## 326          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 327                                                                    Separate bedroom
## 328                                                                                    
## 329          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 330                                                                                    
## 331                                                                                    
## 332          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 333                                                                                    
## 334                                                                  On the couch/chair
## 335          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 336                                                                                    
## 337                                                                                    
## 338                                                                  On the couch/chair
## 339                                                                                    
## 340                                                                    Separate bedroom
## 341                                                                                    
## 342                                                                    Separate bedroom
## 343                                                                                    
## 344                                                                                    
## 345          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 346                                                                  On the couch/chair
## 347                                                                    Separate bedroom
## 348                                                                                    
## 349                                                                    Separate bedroom
## 350                                                                                    
## 351                                                                  On the couch/chair
## 352                                                                                    
## 353          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 354                                                                                    
## 355                                                                                    
## 356                                                                                    
## 357                                                                                    
## 358                                                                  On the couch/chair
## 359                                                                  On the couch/chair
## 360                                                                                    
## 361          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 362                                                                                    
## 363                                                                                    
## 364                                                                                    
## 365                                                                                    
## 366                                                                                    
## 367                                                                                    
## 368          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 369                                                                                    
## 370                                                                                    
## 371                                                                                    
## 372                                                                                    
## 373                                                                                    
## 374                                                       Shared bedroom, different bed
## 375                                                                                    
## 376                                                                                    
## 377          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 378                                                                    Separate bedroom
## 379                                                                    Separate bedroom
## 380                                                                    Separate bedroom
## 381                                                                                    
## 382                                                                  On the couch/chair
## 383                                                                                    
## 384                                                                                    
## 385                                                                    Separate bedroom
## 386                                                                                    
## 387                                                                  On the couch/chair
## 388                                                                  On the couch/chair
## 389          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 390                                                                                    
## 391                                                                                    
## 392                                                                                    
## 393                                                                                    
## 394                                                                                    
## 395                                                                    Separate bedroom
## 396          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 397                                                                  On the couch/chair
## 398                                                                                    
## 399                                                                                    
## 400                                                                                    
## 401                                                                                    
## 402                                                                    Separate bedroom
## 403                                                                  On the couch/chair
## 404                                                                                    
## 405                                                                                    
## 406                                                                                    
## 407                                                                    Separate bedroom
## 408                                                                  On the couch/chair
## 409                                                                                    
## 410                                                                                    
## 411                                                                                    
## 412          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 413                                                                                    
## 414                                                                                    
## 415                                                                                    
## 416                                                              Other (please specify)
## 417                                                                                    
## 418                                                                                    
## 419                                                                  On the couch/chair
## 420                                                                                    
## 421                                                                  On the couch/chair
## 422          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 423                                                                    Separate bedroom
## 424                                                                  On the couch/chair
## 425                                                                                    
## 426                                                                                    
## 427                                                              Other (please specify)
## 428                                                                    Separate bedroom
## 429          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 430                                                                                    
## 431          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 432                                                                                    
## 433                                                                  On the couch/chair
## 434                                                                  On the couch/chair
## 435                                                                                    
## 436          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 437                                                                                    
## 438                                                                                    
## 439                                                                  On the couch/chair
## 440                                                                                    
## 441                                                                                    
## 442                                                                                    
## 443                                                                                    
## 444          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 445                                                                                    
## 446                                                                                    
## 447                                                                    Separate bedroom
## 448                                                                                    
## 449                                                                                    
## 450                                                                    Separate bedroom
## 451                                                                                    
## 452                                                                    Separate bedroom
## 453                                                                                    
## 454                                                                                    
## 455                                                                  On the couch/chair
## 456                                                                                    
## 457                                                              Other (please specify)
## 458                                                                                    
## 459                                                                                    
## 460                                                                    Separate bedroom
## 461                                                                  On the couch/chair
## 462                                                                                    
## 463                                                                                    
## 464                                                                    Separate bedroom
## 465                                                                                    
## 466                                                                                    
## 467                                                                  On the couch/chair
## 468                                                                                    
## 469                                                                                    
## 470          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 471                                                                                    
## 472                                                                                    
## 473                                                                                    
## 474          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 475                                                                                    
## 476          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 477                                                                                    
## 478                                                                                    
## 479                                                                                    
## 480                                                                                    
## 481                                                                    Separate bedroom
## 482          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 483                                                                    Separate bedroom
## 484                                                                  On the couch/chair
## 485                                                                                    
## 486                                                                                    
## 487                                                                                    
## 488                                                                                    
## 489          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 490                                                              Other (please specify)
## 491          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 492                                                                                    
## 493                                                                  On the couch/chair
## 494                                                                    Separate bedroom
## 495                                                                                    
## 496          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 497                                                                                    
## 498          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 499                                                                                    
## 500                                                                                    
## 501                                                                    Separate bedroom
## 502                                                                    Separate bedroom
## 503                                                                                    
## 504          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 505                                                                                    
## 506          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 507                                                                                    
## 508                                                                  On the couch/chair
## 509                                                                    Separate bedroom
## 510          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 511                                                                                    
## 512                                                                                    
## 513                                                                                    
## 514                                                                                    
## 515                                                                                    
## 516                                                                                    
## 517                                                                                    
## 518                                                                                    
## 519                                                                                    
## 520                                                                    Separate bedroom
## 521                                                                                    
## 522                                                                                    
## 523                                                                                    
## 524                                                                  On the couch/chair
## 525                                                                                    
## 526                                                                                    
## 527                                                                                    
## 528                                                                                    
## 529                                                                  On the couch/chair
## 530                                                                                    
## 531                                                                                    
## 532                                                                                    
## 533                                                                                    
## 534                                                                  On the couch/chair
## 535                                                                                    
## 536                                                                                    
## 537                                                                                    
## 538                                                                                    
## 539          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 540                                                                                    
## 541                                                                                    
## 542                                                                  On the couch/chair
## 543                                                              Other (please specify)
## 544                                                                                    
## 545                                                                                    
## 546                                                                                    
## 547          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 548                                                                                    
## 549                                                                                    
## 550          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 551                                                                                    
## 552          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 553                                                                    Separate bedroom
## 554                                                                  On the couch/chair
## 555                                                                                    
## 556                                                                    Separate bedroom
## 557                                                                                    
## 558                                                                                    
## 559                                                                                    
## 560                                                                                    
## 561                                                                                    
## 562                                                                    Separate bedroom
## 563                                                                                    
## 564                                                                  On the couch/chair
## 565                                                                                    
## 566                                                                    Separate bedroom
## 567                                                                                    
## 568                                                                                    
## 569                                                                                    
## 570                                                                    Separate bedroom
## 571          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 572                                                                                    
## 573                                                                                    
## 574                                                                                    
## 575                                                                    Separate bedroom
## 576                                                                    Separate bedroom
## 577                                                                                    
## 578                                                                                    
## 579                                                                                    
## 580                                                                                    
## 581                                                                    Separate bedroom
## 582                                                                                    
## 583                                                                                    
## 584                                                                                    
## 585                                                                    Separate bedroom
## 586                                                                                    
## 587                                                                    Separate bedroom
## 588                                                              Other (please specify)
## 589          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 590          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 591                                                                                    
## 592                                                                  On the couch/chair
## 593                                                                    Separate bedroom
## 594                                                                                    
## 595                                                                    Separate bedroom
## 596                                                                    Separate bedroom
## 597          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 598                                                                                    
## 599                                                                                    
## 600                                                                  On the couch/chair
## 601                                                                  On the couch/chair
## 602                                                                                    
## 603          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 604                                                                    Separate bedroom
## 605          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 606                                                                    Separate bedroom
## 607                                                                                    
## 608                                                                                    
## 609                                                                                    
## 610                                                                                    
## 611          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 612                                                                                    
## 613                                                                                    
## 614                                                                                    
## 615                                                                    Separate bedroom
## 616                                                                                    
## 617                                                                                    
## 618          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 619          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 620                                                                    Separate bedroom
## 621          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 622          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 623          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 624                                                                                    
## 625                                                                                    
## 626                                                                                    
## 627                                                                                    
## 628          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 629                                                                    Separate bedroom
## 630                                                                                    
## 631                                                                                    
## 632                                                                  On the couch/chair
## 633                                                                                    
## 634                                                                    Separate bedroom
## 635                                                                                    
## 636          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 637                                                                                    
## 638                                                                                    
## 639                                                                                    
## 640                                                                                    
## 641                                                                  On the couch/chair
## 642                                                                                    
## 643          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 644                                                                                    
## 645          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 646                                                                                    
## 647                                                                                    
## 648          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 649                                                                                    
## 650                                                                                    
## 651                                                                    Separate bedroom
## 652                                                                    Separate bedroom
## 653                                                                                    
## 654                                                                                    
## 655                                                                                    
## 656                                                                    Separate bedroom
## 657                                                                    Separate bedroom
## 658                                                                                    
## 659                                                                  On the couch/chair
## 660          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 661                                                                    Separate bedroom
## 662                                                                                    
## 663          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 664                                                                                    
## 665                                                                    Separate bedroom
## 666                                                                                    
## 667                                                              Other (please specify)
## 668                                                                                    
## 669          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 670                                                                  On the couch/chair
## 671                                                                                    
## 672                                                                                    
## 673                                                                                    
## 674                                                                    Separate bedroom
## 675                                                       Shared bedroom, different bed
## 676                                                                                    
## 677          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 678                                                                                    
## 679                                                                                    
## 680                                                                                    
## 681          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 682                                                                    Separate bedroom
## 683                                                                                    
## 684                                                                                    
## 685                                                                  On the couch/chair
## 686                                                                  On the couch/chair
## 687                                                                                    
## 688                                                                                    
## 689          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 690                                                                                    
## 691                                                                                    
## 692          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 693                                                                  On the couch/chair
## 694                                                                                    
## 695                                                              Other (please specify)
## 696                                                                                    
## 697                                                                                    
## 698          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 699                                                                    Separate bedroom
## 700                                                                  On the couch/chair
## 701                                                                  On the couch/chair
## 702                                                                                    
## 703                                                                                    
## 704                                                                                    
## 705          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 706                                                                  On the couch/chair
## 707          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 708                                                                    Separate bedroom
## 709                                                                                    
## 710                                                                                    
## 711          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 712          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 713                                                                  On the couch/chair
## 714                                                                                    
## 715                                                                                    
## 716                                                                                    
## 717                                                                                    
## 718          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 719                                                                                    
## 720                                                              Other (please specify)
## 721                                                                                    
## 722                                                                                    
## 723                                                                                    
## 724                                                                                    
## 725                                                                                    
## 726                                                       Shared bedroom, different bed
## 727                                                                                    
## 728                                                                    Separate bedroom
## 729                                                                  On the couch/chair
## 730                                                                                    
## 731                                   Shared bedroom, but one of us sleeps on the floor
## 732                                                                  On the couch/chair
## 733                                                                  On the couch/chair
## 734                                                                                    
## 735                                                                                    
## 736                                   Shared bedroom, but one of us sleeps on the floor
## 737                                                                                    
## 738                                                                                    
## 739                                                                                    
## 740          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 741          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 742                                                                                    
## 743                                                                                    
## 744                                                                                    
## 745                                                                  On the couch/chair
## 746                                                                    Separate bedroom
## 747                                                                                    
## 748                                                                                    
## 749                                                                                    
## 750                                                                                    
## 751                                                                    Separate bedroom
## 752                                                                                    
## 753          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 754                                                                                    
## 755                                                                                    
## 756                                                                  On the couch/chair
## 757                                                                  On the couch/chair
## 758                                                                                    
## 759                                                                  On the couch/chair
## 760                                                                                    
## 761                                                                    Separate bedroom
## 762                                                                                    
## 763                                                                  On the couch/chair
## 764          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 765                                                              Other (please specify)
## 766                                                                                    
## 767                                                                                    
## 768                                                                                    
## 769                                                                                    
## 770                                                                    Separate bedroom
## 771                                                                    Separate bedroom
## 772                                                                                    
## 773                                                                                    
## 774                                                                    Separate bedroom
## 775                                                                                    
## 776                                                                    Separate bedroom
## 777          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 778                                   Shared bedroom, but one of us sleeps on the floor
## 779                                                                                    
## 780                                                                                    
## 781                                                                                    
## 782          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 783          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 784                                                                  On the couch/chair
## 785          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 786                                                                                    
## 787                                                                                    
## 788                                                                  On the couch/chair
## 789                                                                                    
## 790                                                                                    
## 791                                                                    Separate bedroom
## 792                                                                                    
## 793                                                                    Separate bedroom
## 794                                                              Other (please specify)
## 795                                                                                    
## 796                                                                  On the couch/chair
## 797          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 798                                                                                    
## 799                                                                                    
## 800                                                                                    
## 801          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 802          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 803                                                                                    
## 804                                                                    Separate bedroom
## 805                                                                                    
## 806                                                                                    
## 807                                                                                    
## 808                                                                                    
## 809                                                                    Separate bedroom
## 810                                                                                    
## 811                                                                                    
## 812                                                                                    
## 813                                                                    Separate bedroom
## 814                                                                                    
## 815                                                                                    
## 816                                                                                    
## 817                                                                                    
## 818                                                                    Separate bedroom
## 819          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 820                                                                                    
## 821          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 822                                                                                    
## 823                                                       Shared bedroom, different bed
## 824                                                                  On the couch/chair
## 825                                                                                    
## 826                                                                                    
## 827                                                                                    
## 828                                                                  On the couch/chair
## 829          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 830                                                       Shared bedroom, different bed
## 831                                                                    Separate bedroom
## 832                                                                                    
## 833                                                                  On the couch/chair
## 834          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 835                                                                                    
## 836                                                                    Separate bedroom
## 837          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 838          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 839                                                                                    
## 840                                                                                    
## 841                                                                                    
## 842                                                                  On the couch/chair
## 843                                                                  On the couch/chair
## 844                                                                                    
## 845                                                                    Separate bedroom
## 846                                                                    Separate bedroom
## 847                                                                                    
## 848                                                                                    
## 849                                                                  On the couch/chair
## 850                                                                  On the couch/chair
## 851                                                                                    
## 852                                                                                    
## 853                                                                    Separate bedroom
## 854                                                                                    
## 855                                                                                    
## 856          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 857                                                                                    
## 858                                                                                    
## 859                                                                                    
## 860          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 861                                                                                    
## 862          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 863          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 864                                                                                    
## 865                                                                                    
## 866                                                                                    
## 867                                                                                    
## 868                                                                                    
## 869                                                                  On the couch/chair
## 870                                                                                    
## 871                                                                    Separate bedroom
## 872                                                                    Separate bedroom
## 873                                                                    Separate bedroom
## 874                                                                                    
## 875                                                                    Separate bedroom
## 876                                                                                    
## 877          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 878                                                                  On the couch/chair
## 879          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 880                                                                                    
## 881          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 882                                                       Shared bedroom, different bed
## 883                                                                                    
## 884                                                                    Separate bedroom
## 885                                                                                    
## 886                                                                    Separate bedroom
## 887                                                                                    
## 888                                                                    Separate bedroom
## 889                                                                  On the couch/chair
## 890          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 891                                                                                    
## 892                                                                                    
## 893                                                                    Separate bedroom
## 894                                                                                    
## 895                                                                                    
## 896                                                                                    
## 897                                                                    Separate bedroom
## 898                                                                                    
## 899          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 900                                                                                    
## 901                                                                                    
## 902                                                                                    
## 903                                                                    Separate bedroom
## 904                                                                    Separate bedroom
## 905                                                              Other (please specify)
## 906                                                                                    
## 907                                                                    Separate bedroom
## 908                                                                                    
## 909                                                                                    
## 910                                                                                    
## 911                                                                    Separate bedroom
## 912                                                                    Separate bedroom
## 913                                                                                    
## 914                                                                    Separate bedroom
## 915                                                                                    
## 916                                                                    Separate bedroom
## 917                                                                                    
## 918          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 919                                                                                    
## 920          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 921                                                                                    
## 922                                                                                    
## 923                                                                                    
## 924                                                                                    
## 925                                                                  On the couch/chair
## 926                                                                                    
## 927                                                                                    
## 928                                                                                    
## 929                                                                                    
## 930                                                                                    
## 931                                                                                    
## 932                                                                                    
## 933                                                                                    
## 934                                                                    Separate bedroom
## 935                                                                                    
## 936                                                                                    
## 937                                                                                    
## 938                                                                                    
## 939                                                                                    
## 940                                                                                    
## 941                                                                                    
## 942          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 943                                                                  On the couch/chair
## 944          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 945                                                       Shared bedroom, different bed
## 946                                                                                    
## 947                                                                                    
## 948                                                                                    
## 949          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 950                                                                                    
## 951                                                                                    
## 952                                                                                    
## 953                                                                  On the couch/chair
## 954                                                                                    
## 955                                                                                    
## 956                                                                                    
## 957                                                                                    
## 958                                                                                    
## 959          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 960                                                                  On the couch/chair
## 961                                                                                    
## 962                                                                                    
## 963                                                                                    
## 964                                                                                    
## 965                                                                    Separate bedroom
## 966                                                                  On the couch/chair
## 967                                                                                    
## 968                                                                                    
## 969                                                                                    
## 970                                                                                    
## 971                                                                    Separate bedroom
## 972                                                                                    
## 973                                                                  On the couch/chair
## 974                                                                                    
## 975                                                       Shared bedroom, different bed
## 976                                                                                    
## 977          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 978                                                                                    
## 979                                                                                    
## 980                                                                  On the couch/chair
## 981                                                              Other (please specify)
## 982                                                                                    
## 983                                                                                    
## 984                                                                                    
## 985                                                                                    
## 986          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 987                                                                                    
## 988                                                                                    
## 989                                                                    Separate bedroom
## 990                                                                                    
## 991                                                                                    
## 992                                                                                    
## 993                                                       Shared bedroom, different bed
## 994          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 995                                                                                    
## 996                                                                                    
## 997                                                                                    
## 998          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 999                                                                                    
## 1000         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1001                                                                                   
## 1002                                                                                   
## 1003         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1004                                                                                   
## 1005                                                                   Separate bedroom
## 1006         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1007                                                                   Separate bedroom
## 1008                                                                                   
## 1009                                                                   Separate bedroom
## 1010         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1011                                                                                   
## 1012                                                                   Separate bedroom
## 1013         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1014                                                                   Separate bedroom
## 1015         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1016                                                                 On the couch/chair
## 1017                                                                                   
## 1018                                                                   Separate bedroom
## 1019                                                                   Separate bedroom
## 1020         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1021                                                                   Separate bedroom
## 1022         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1023                                                                                   
## 1024                                                                                   
## 1025                                                                 On the couch/chair
## 1026                                                                                   
## 1027                                                                                   
## 1028                                                                                   
## 1029                                                                                   
## 1030         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1031         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1032                                                                                   
## 1033                                                                                   
## 1034                                                                                   
## 1035                                                                 On the couch/chair
## 1036                                                                                   
## 1037                                                                                   
## 1038                                                                                   
## 1039                                                                 On the couch/chair
## 1040                                                                                   
## 1041                                                                                   
## 1042         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1043                                                      Shared bedroom, different bed
## 1044                                                                                   
## 1045                                                                 On the couch/chair
## 1046                                                      Shared bedroom, different bed
## 1047                                                                                   
## 1048                                                                                   
## 1049                                                                                   
## 1050                                                             Other (please specify)
## 1051         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1052         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1053                                                                                   
## 1054                                                                                   
## 1055         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1056                                                                                   
## 1057                                                                                   
## 1058         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1059                                                                   Separate bedroom
## 1060                                                                                   
## 1061                                                                   Separate bedroom
## 1062                                                                                   
## 1063                                                                                   
## 1064                                                                                   
## 1065                                                                                   
## 1066                                                                                   
## 1067                                                                                   
## 1068                                                                                   
## 1069                                                                                   
## 1070         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1071                                                                   Separate bedroom
## 1072                                                                                   
## 1073                                                                                   
## 1074                                                                                   
## 1075                                                                   Separate bedroom
## 1076                                                                                   
## 1077                                                                                   
## 1078                                                                   Separate bedroom
## 1079                                                                 On the couch/chair
## 1080                                                                                   
## 1081                                                                                   
## 1082                                                                                   
## 1083                                                                                   
## 1084                                                                                   
## 1085                                                                                   
## 1086                                                                                   
## 1087                                                                                   
## 1088                                                                 On the couch/chair
## 1089                                                                                   
## 1090                                                                   Separate bedroom
## 1091         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1092                                                                                   
## 1093                                                                                   
## 1094                                                                                   
##                                                                                                                  att9
## 1                                                                                              Other (please specify)
## 2                                                                                                                    
## 3                                                                                                                    
## 4                                                                                                                    
## 5                                                                                                                    
## 6                                                                                                                    
## 7                                                                                                                    
## 8                                                                                                                    
## 9                                                                                                                    
## 10                                                                                                                   
## 11                                                                                                                   
## 12                                                                                                                   
## 13                                                                                                                   
## 14                                                                                                                   
## 15                                                                                                                   
## 16                                                                                                                   
## 17                                                                                                                   
## 18                                                                                                                   
## 19                                                                        We alternate, one in main bed, one on couch
## 20                                                                                                                   
## 21                                                                                                                   
## 22                                                                                                                   
## 23                                                                                                                   
## 24                                                                                                                   
## 25                                                                                                                   
## 26                                                                                                                   
## 27                                                                                                                   
## 28                                                                                                                   
## 29                                                                                                                   
## 30                                                                                                                   
## 31                                                                                                                   
## 32                                                                                                                   
## 33                                                                                                                   
## 34                                                                                                                   
## 35                                                                                                                   
## 36                                                                                                                   
## 37                                                                                                                   
## 38                                                                                                                   
## 39                                                                                                                   
## 40                                                                                                                   
## 41                                                                                                                   
## 42                                                                                                                   
## 43                                                                                                                   
## 44                                                                                                                   
## 45                                                                                                                   
## 46                                                                                                                   
## 47                                                                                                                   
## 48                                                                                                                   
## 49                                                                                                                   
## 50                                                                                                                   
## 51                                                                                                                   
## 52                                                                                                                   
## 53                                                                                                                   
## 54                                                                                                                   
## 55                                                                                                                   
## 56                                                                                                                   
## 57                                                                                                                   
## 58                                                                                                                   
## 59                                                                                                                   
## 60                                                                                                                   
## 61                                                                                                                   
## 62                                                                                                                   
## 63                                                                                                                   
## 64                                                                                                                   
## 65                                                                                                                   
## 66                                                                                                                   
## 67                                                                                                                   
## 68                                                                                                                   
## 69                                                                                                                   
## 70                                                                                                                   
## 71                                                                                                                   
## 72                                                                                                                   
## 73                                                                                                                   
## 74                                                                                                                   
## 75                                                                                                                   
## 76                                                                                                                   
## 77                                                                                                                   
## 78                                                                                                                   
## 79                                                                                                                   
## 80                                                                                                                   
## 81                                                                                                                   
## 82                                                                                                                   
## 83                                                                                                                   
## 84                                                                                                                   
## 85                                                                                                                   
## 86                                                                                                                   
## 87                                                                                                                   
## 88                                                                                                                   
## 89                                                                                                                   
## 90                                                                                                                   
## 91                                                                                                                   
## 92                                                                                                                   
## 93                                                                                                                   
## 94                                                                                                                   
## 95                                                                                                                   
## 96                                                                                                                   
## 97                                                                                                                   
## 98                                                                                                                   
## 99                                                                                                                   
## 100                                                                                              He has his own house
## 101                                                                                                                  
## 102                                                                                                                  
## 103                                                                                                                  
## 104                                                                                                                  
## 105                                                                                                                  
## 106                                                                                                                  
## 107                                                                                                                  
## 108                                                                                                                  
## 109                                                                                                                  
## 110                                                                                                                  
## 111                                                                                                                  
## 112                                                                                                                  
## 113                                                                                                                  
## 114                                                                                                                  
## 115                                                                                                                  
## 116                                                                                                                  
## 117                                                                                                                  
## 118                                                                                                                  
## 119                                                                                                                  
## 120                                                                                                                  
## 121                                                                                                                  
## 122                                                                                                                  
## 123                                                                                                                  
## 124                                                                                                                  
## 125                                                                                                                  
## 126                                                                                                                  
## 127                                                                                                                  
## 128                                                                                                                  
## 129                                                                                                                  
## 130                                                                                                                  
## 131                                                                                                                  
## 132                                                                                                                  
## 133                                                                                                                  
## 134                                                                                                                  
## 135                                                                                                                  
## 136                                                                                                                  
## 137                                                                                                                  
## 138                                                                                                                  
## 139                                                                                                                  
## 140                                                                                                                  
## 141                                                                                                                  
## 142                                                                                                                  
## 143                                                                                                                  
## 144                                                                                                                  
## 145                                                                                                                  
## 146                                                                                                                  
## 147                                                                                                                  
## 148                                                                                                                  
## 149                                                                                                                  
## 150                                                                                                                  
## 151                                                                                                                  
## 152                                                                                                                  
## 153                                                                                                                  
## 154                                                                                                                  
## 155                                                                                                                  
## 156                                                                                                                  
## 157                                                                                                                  
## 158                                                                                                                  
## 159                                                                                                                  
## 160                                                                                                                  
## 161                                                                                                         see above
## 162                                                                                                                  
## 163                                                                                                                  
## 164                                                                                                         with kids
## 165                                                                                                                  
## 166                                                                                                                  
## 167                                                                                                                  
## 168                                                                                                                  
## 169                                                                                                                  
## 170                                                                                                                  
## 171                                                                                                                  
## 172                                                                                                                  
## 173                                                                                                                  
## 174                                                                                                                  
## 175                                                                                                                  
## 176                                                                                                                  
## 177                                                                                                                  
## 178                                                                                                                  
## 179                                                                                                                  
## 180                                                                                                                  
## 181                                                                                                                  
## 182                                                                                                                  
## 183                                                                                                                  
## 184                                                                                                                  
## 185                                                                                                                  
## 186                                                                                                                  
## 187                                                                                                                  
## 188                                                                                                                  
## 189                                                                                                                  
## 190                                                                                                                  
## 191                                                                                                                  
## 192                                                                                                                  
## 193                                                                                                                  
## 194                                                                                                                  
## 195                                                                                                                  
## 196                                                                                                                  
## 197                                                                                                                  
## 198                                                                                                                  
## 199                                                                                                                  
## 200                                                                                                                  
## 201                                                                                                                  
## 202                                                                                                                  
## 203                                                                                                                  
## 204                                                                                                                  
## 205                                                                                                                  
## 206                                                                                                                  
## 207                                                     one or the other may sleep in the chair if we don't feel good
## 208                                                                                                                  
## 209                                                                                                                  
## 210                                                                                                                  
## 211                                                                                                                  
## 212                                                                                                                  
## 213                                                                                                                  
## 214                                                                                                                  
## 215                                                                                                                  
## 216                                                                                                                  
## 217                                                                                                                  
## 218                                                                                                                  
## 219                                                                                                                  
## 220                                                                                                                  
## 221                                                                                                                  
## 222                                                                                                                  
## 223                                                                                                                  
## 224                                                                                                                  
## 225                                                                                                                  
## 226                                                                                                                  
## 227                                                                                                                  
## 228                                                                                                                  
## 229                                                                                                                  
## 230                                                                                                                  
## 231                                                                                                                  
## 232                                                                                                                  
## 233                                                                                                                  
## 234                                                                                                                  
## 235                                                                                                                  
## 236                                                                                                                  
## 237                                                                                                                  
## 238                                                                                                                  
## 239                                                                                                                  
## 240                                                                                                                  
## 241                                                                                                                  
## 242                                                                                                                  
## 243                                                                                                                  
## 244                                                                                                                  
## 245                                                                                                                  
## 246                                                                                                                  
## 247                                                                                                                  
## 248                                                                                                                  
## 249                                                                                                                  
## 250                                                                                                                  
## 251                                                                                                                  
## 252                                                                                                                  
## 253                                                                                                                  
## 254                                                                                                                  
## 255                                                                                                                  
## 256                                                                                                                  
## 257                                                                                                                  
## 258                                                                                                                  
## 259                                                                                                     Same as above
## 260                                                                                                                  
## 261                                                                                                                  
## 262                                                                                                                  
## 263                                                                                                                  
## 264                                                                                                                  
## 265                                                                                                                  
## 266                                                                                                                  
## 267                                                                                                                  
## 268                                                                                                                  
## 269                                                                                                                  
## 270                                                                                                                  
## 271                                                                                                                  
## 272                                                                                                                  
## 273                                                                                                                  
## 274                                                                                                                  
## 275                                                                                                                  
## 276                                                                                                                  
## 277                                                                                                                  
## 278                                                                                                                  
## 279                                                                                                                  
## 280                                                                                                                  
## 281                                                                                                                  
## 282                                                                                                                  
## 283                                                                                                                  
## 284                                                                                                                  
## 285                                                                                                                  
## 286                                                                                                                  
## 287                                                                                                                  
## 288                                                                                                                  
## 289                                                                                                                  
## 290                                                                                                                  
## 291                                                                                                                  
## 292                                                                                                             hotel
## 293                                                                                                                  
## 294                                                                                                                  
## 295                                                                                                                  
## 296                                                                                                                  
## 297                                                                                                                  
## 298                                                                                                                  
## 299                                                                                                                  
## 300                                                                                                                  
## 301                                                                                                                  
## 302                                                                                                                  
## 303                                                                                                                  
## 304                                                                                                                  
## 305                                                                                                                  
## 306                                                                                                                  
## 307                                                                                                                  
## 308                                                                                                                  
## 309                                                                                                                  
## 310                                                                                                                  
## 311                                                                                                                  
## 312                                                                                                                  
## 313                                                                                                                  
## 314                                                                                                                  
## 315                                                                                                                  
## 316                                                                                                                  
## 317                                                                                                                  
## 318                                                                                                                  
## 319                                                                                                                  
## 320                                                                                                                  
## 321                                                                                                                  
## 322                                                                                                                  
## 323                                                                                                                  
## 324                                                                                                                  
## 325                                                                                                                  
## 326                                                                                                                  
## 327                                                                                                                  
## 328                                                                                                                  
## 329                                                                                                                  
## 330                                                                                                                  
## 331                                                                                                                  
## 332                                                                                                                  
## 333                                                                                                                  
## 334                                                                                                                  
## 335                                                                                                                  
## 336                                                                                                                  
## 337                                                                                                                  
## 338                                                                                                                  
## 339                                                                                                                  
## 340                                                                                                                  
## 341                                                                                                                  
## 342                                                                                                                  
## 343                                                                                                                  
## 344                                                                                                                  
## 345                                                                                                                  
## 346                                                                                                                  
## 347                                                                                                                  
## 348                                                                                                                  
## 349                                                                                                                  
## 350                                                                                                                  
## 351                                                                                                                  
## 352                                                                                                                  
## 353                                                                                                                  
## 354                                                                                                                  
## 355                                                                                                                  
## 356                                                                                                                  
## 357                                                                                                                  
## 358                                                                                                                  
## 359                                                                                                                  
## 360                                                                                                                  
## 361                                                                                                                  
## 362                                                                                                                  
## 363                                                                                                                  
## 364                                                                                                                  
## 365                                                                                                                  
## 366                                                                                                                  
## 367                                                                                                                  
## 368                                                                                                                  
## 369                                                                                                                  
## 370                                                                                                                  
## 371                                                                                                                  
## 372                                                                                                                  
## 373                                                                                                                  
## 374                                                                                                                  
## 375                                                                                                                  
## 376                                                                                                                  
## 377                                                                                                                  
## 378                                                                                                                  
## 379                                                                                                                  
## 380                                                                                                                  
## 381                                                                                                                  
## 382                                                                                                                  
## 383                                                                                                                  
## 384                                                                                                                  
## 385                                                                                                                  
## 386                                                                                                                  
## 387                                                                                                                  
## 388                                                                                                                  
## 389                                                                                                                  
## 390                                                                                                                  
## 391                                                                                                                  
## 392                                                                                                                  
## 393                                                                                                                  
## 394                                                                                                                  
## 395                                                                                                                  
## 396                                                                                                                  
## 397                                                                                                                  
## 398                                                                                                                  
## 399                                                                                                                  
## 400                                                                                                                  
## 401                                                                                                                  
## 402                                                                                                                  
## 403                                                                                                                  
## 404                                                                                                                  
## 405                                                                                                                  
## 406                                                                                                                  
## 407                                                                                                                  
## 408                                                                                                                  
## 409                                                                                                                  
## 410                                                                                                                  
## 411                                                                                                                  
## 412                                                                                                                  
## 413                                                                                                                  
## 414                                                                                                                  
## 415                                                                                                                  
## 416                                                                                                             Couch
## 417                                                                                                                  
## 418                                                                                                                  
## 419                                                                                                                  
## 420                                                                                                                  
## 421                                                                                                                  
## 422                                                                                                                  
## 423                                                                                                                  
## 424                                                                                                                  
## 425                                                                                                                  
## 426                                                                                                                  
## 427                                                                                                   At her own home
## 428                                                                                                                  
## 429                                                                                                                  
## 430                                                                                                                  
## 431                                                                                                                  
## 432                                                                                                                  
## 433                                                                                                                  
## 434                                                                                                                  
## 435                                                                                                                  
## 436                                                                                                                  
## 437                                                                                                                  
## 438                                                                                                                  
## 439                                                                                                                  
## 440                                                                                                                  
## 441                                                                                                                  
## 442                                                                                                                  
## 443                                                                                                                  
## 444                                                                                                                  
## 445                                                                                                                  
## 446                                                                                                                  
## 447                                                                                                                  
## 448                                                                                                                  
## 449                                                                                                                  
## 450                                                                                                                  
## 451                                                                                                                  
## 452                                                                                                                  
## 453                                                                                                                  
## 454                                                                                                                  
## 455                                                                                                                  
## 456                                                                                                                  
## 457                                                      In the bed in our child's room to assist when child is fussy
## 458                                                                                                                  
## 459                                                                                                                  
## 460                                                                                                                  
## 461                                                                                                                  
## 462                                                                                                                  
## 463                                                                                                                  
## 464                                                                                                                  
## 465                                                                                                                  
## 466                                                                                                                  
## 467                                                                                                                  
## 468                                                                                                                  
## 469                                                                                                                  
## 470                                                                                                                  
## 471                                                                                                                  
## 472                                                                                                                  
## 473                                                                                                                  
## 474                                                                                                                  
## 475                                                                                                                  
## 476                                                                                                                  
## 477                                                                                                                  
## 478                                                                                                                  
## 479                                                                                                                  
## 480                                                                                                                  
## 481                                                                                                                  
## 482                                                                                                                  
## 483                                                                                                                  
## 484                                                                                                                  
## 485                                                                                                                  
## 486                                                                                                                  
## 487                                                                                                                  
## 488                                                                                                                  
## 489                                                                                                                  
## 490                                                                                              Out of town location
## 491                                                                                                                  
## 492                                                                                                                  
## 493                                                                                                                  
## 494                                                                                                                  
## 495                                                                                                                  
## 496                                                                                                                  
## 497                                                                                                                  
## 498                                                                                                                  
## 499                                                                                                                  
## 500                                                                                                                  
## 501                                                                                                                  
## 502                                                                                                                  
## 503                                                                                                                  
## 504                                                                                                                  
## 505                                                                                                                  
## 506                                                                                                                  
## 507                                                                                                                  
## 508                                                                                                                  
## 509                                                                                                                  
## 510                                                                                                                  
## 511                                                                                                                  
## 512                                                                                                                  
## 513                                                                                                                  
## 514                                                                                                                  
## 515                                                                                                                  
## 516                                                                                                                  
## 517                                                                                                                  
## 518                                                                                                                  
## 519                                                                                                                  
## 520                                                                                                                  
## 521                                                                                                                  
## 522                                                                                                                  
## 523                                                                                                                  
## 524                                                                                                                  
## 525                                                                                                                  
## 526                                                                                                                  
## 527                                                                                                                  
## 528                                                                                                                  
## 529                                                                                                                  
## 530                                                                                                                  
## 531                                                                                                                  
## 532                                                                                                                  
## 533                                                                                                                  
## 534                                                                                                                  
## 535                                                                                                                  
## 536                                                                                                                  
## 537                                                                                                                  
## 538                                                                                                                  
## 539                                                                                                                  
## 540                                                                                                                  
## 541                                                                                                                  
## 542                                                                                                                  
## 543                                                                                                    master bedroom
## 544                                                                                                                  
## 545                                                                                                                  
## 546                                                                                                                  
## 547                                                                                                                  
## 548                                                                                                                  
## 549                                                                                                                  
## 550                                                                                                                  
## 551                                                                                                                  
## 552                                                                                                                  
## 553                                                                                                                  
## 554                                                                                                                  
## 555                                                                                                                  
## 556                                                                                                                  
## 557                                                                                                                  
## 558                                                                                                                  
## 559                                                                                                                  
## 560                                                                                                                  
## 561                                                                                                                  
## 562                                                                                                                  
## 563                                                                                                                  
## 564                                                                                                                  
## 565                                                                                                                  
## 566                                                                                                                  
## 567                                                                                                                  
## 568                                                                                                                  
## 569                                                                                                                  
## 570                                                                                                                  
## 571                                                                                                                  
## 572                                                                                                                  
## 573                                                                                                                  
## 574                                                                                                                  
## 575                                                                                                                  
## 576                                                                                                                  
## 577                                                                                                                  
## 578                                                                                                                  
## 579                                                                                                                  
## 580                                                                                                                  
## 581                                                                                                                  
## 582                                                                                                                  
## 583                                                                                                                  
## 584                                                                                                                  
## 585                                                                                                                  
## 586                                                                                                                  
## 587                                                                                                                  
## 588                                                                                         With the baby in her room
## 589                                                                                                                  
## 590                                                                                                                  
## 591                                                                                                                  
## 592                                                                                                                  
## 593                                                                                                                  
## 594                                                                                                                  
## 595                                                                                                                  
## 596                                                                                                                  
## 597                                                                                                                  
## 598                                                                                                                  
## 599                                                                                                                  
## 600                                                                                                                  
## 601                                                                                                                  
## 602                                                                                                                  
## 603                                                                                                                  
## 604                                                                                                                  
## 605                                                                                                                  
## 606                                                                                                                  
## 607                                                                                                                  
## 608                                                                                                                  
## 609                                                                                                                  
## 610                                                                                                                  
## 611                                                                                                                  
## 612                                                                                                                  
## 613                                                                                                                  
## 614                                                                                                                  
## 615                                                                                                                  
## 616                                                                                                                  
## 617                                                                                                                  
## 618                                                                                                                  
## 619                                                                                                                  
## 620                                                                                                                  
## 621                                                                                                                  
## 622                                                                                                                  
## 623                                                                                                                  
## 624                                                                                                                  
## 625                                                                                                                  
## 626                                                                                                                  
## 627                                                                                                                  
## 628                                                                                                                  
## 629                                                                                                                  
## 630                                                                                                                  
## 631                                                                                                                  
## 632                                                                                                                  
## 633                                                                                                                  
## 634                                                                                                                  
## 635                                                                                                                  
## 636                                                                                                                  
## 637                                                                                                                  
## 638                                                                                                                  
## 639                                                                                                                  
## 640                                                                                                                  
## 641                                                                                                                  
## 642                                                                                                                  
## 643                                                                                                                  
## 644                                                                                                                  
## 645                                                                                                                  
## 646                                                                                                                  
## 647                                                                                                                  
## 648                                                                                                                  
## 649                                                                                                                  
## 650                                                                                                                  
## 651                                                                                                                  
## 652                                                                                                                  
## 653                                                                                                                  
## 654                                                                                                                  
## 655                                                                                                                  
## 656                                                                                                                  
## 657                                                                                                                  
## 658                                                                                                                  
## 659                                                                                                                  
## 660                                                                                                                  
## 661                                                                                                                  
## 662                                                                                                                  
## 663                                                                                                                  
## 664                                                                                                                  
## 665                                                                                                                  
## 666                                                                                                                  
## 667  One of us sleeps in our bed. One sleeps on couch in separate room depending upon which of us is unable to sleep.
## 668                                                                                                                  
## 669                                                                                                                  
## 670                                                                                                                  
## 671                                                                                                                  
## 672                                                                                                                  
## 673                                                                                                                  
## 674                                                                                                                  
## 675                                                                                                                  
## 676                                                                                                                  
## 677                                                                                                                  
## 678                                                                                                                  
## 679                                                                                                                  
## 680                                                                                                                  
## 681                                                                                                                  
## 682                                                                                                                  
## 683                                                                                                                  
## 684                                                                                                                  
## 685                                                                                                                  
## 686                                                                                                                  
## 687                                                                                                                  
## 688                                                                                                                  
## 689                                                                                                                  
## 690                                                                                                                  
## 691                                                                                                                  
## 692                                                                                                                  
## 693                                                                                                                  
## 694                                                                                                                  
## 695                                                                                   I AM SLEEPING IN A HOSPITAL BED
## 696                                                                                                                  
## 697                                                                                                                  
## 698                                                                                                                  
## 699                                                                                                                  
## 700                                                                                                                  
## 701                                                                                                                  
## 702                                                                                                                  
## 703                                                                                                                  
## 704                                                                                                                  
## 705                                                                                                                  
## 706                                                                                                                  
## 707                                                                                                                  
## 708                                                                                                                  
## 709                                                                                                                  
## 710                                                                                                                  
## 711                                                                                                                  
## 712                                                                                                                  
## 713                                                                                                                  
## 714                                                                                                                  
## 715                                                                                                                  
## 716                                                                                                                  
## 717                                                                                                                  
## 718                                                                                                                  
## 719                                                                                                                  
## 720                                                                                                 his parents house
## 721                                                                                                                  
## 722                                                                                                                  
## 723                                                                                                                  
## 724                                                                                                                  
## 725                                                                                                                  
## 726                                                                                                                  
## 727                                                                                                                  
## 728                                                                                                                  
## 729                                                                                                                  
## 730                                                                                                                  
## 731                                                                                                                  
## 732                                                                                                                  
## 733                                                                                                                  
## 734                                                                                                                  
## 735                                                                                                                  
## 736                                                                                                                  
## 737                                                                                                                  
## 738                                                                                                                  
## 739                                                                                                                  
## 740                                                                                                                  
## 741                                                                                                                  
## 742                                                                                                                  
## 743                                                                                                                  
## 744                                                                                                                  
## 745                                                                                                                  
## 746                                                                                                                  
## 747                                                                                                                  
## 748                                                                                                                  
## 749                                                                                                                  
## 750                                                                                                                  
## 751                                                                                                                  
## 752                                                                                                                  
## 753                                                                                                                  
## 754                                                                                                                  
## 755                                                                                                                  
## 756                                                                                                                  
## 757                                                                                                                  
## 758                                                                                                                  
## 759                                                                                                                  
## 760                                                                                                                  
## 761                                                                                                                  
## 762                                                                                                                  
## 763                                                                                                                  
## 764                                                                                                                  
## 765                                                                                         Trailer house in next lot
## 766                                                                                                                  
## 767                                                                                                                  
## 768                                                                                                                  
## 769                                                                                                                  
## 770                                                                                                                  
## 771                                                                                                                  
## 772                                                                                                                  
## 773                                                                                                                  
## 774                                                                                                                  
## 775                                                                                                                  
## 776                                                                                                                  
## 777                                                                                                                  
## 778                                                                                                                  
## 779                                                                                                                  
## 780                                                                                                                  
## 781                                                                                                                  
## 782                                                                                                                  
## 783                                                                                                                  
## 784                                                                                                                  
## 785                                                                                                                  
## 786                                                                                                                  
## 787                                                                                                                  
## 788                                                                                                                  
## 789                                                                                                                  
## 790                                                                                                                  
## 791                                                                                                                  
## 792                                                                                                                  
## 793                                                                                                                  
## 794                                                                                                          Basement
## 795                                                                                                                  
## 796                                                                                                                  
## 797                                                                                                                  
## 798                                                                                                                  
## 799                                                                                                                  
## 800                                                                                                                  
## 801                                                                                                                  
## 802                                                                                                                  
## 803                                                                                                                  
## 804                                                                                                                  
## 805                                                                                                                  
## 806                                                                                                                  
## 807                                                                                                                  
## 808                                                                                                                  
## 809                                                                                                                  
## 810                                                                                                                  
## 811                                                                                                                  
## 812                                                                                                                  
## 813                                                                                                                  
## 814                                                                                                                  
## 815                                                                                                                  
## 816                                                                                                                  
## 817                                                                                                                  
## 818                                                                                                                  
## 819                                                                                                                  
## 820                                                                                                                  
## 821                                                                                                                  
## 822                                                                                                                  
## 823                                                                                                                  
## 824                                                                                                                  
## 825                                                                                                                  
## 826                                                                                                                  
## 827                                                                                                                  
## 828                                                                                                                  
## 829                                                                                                                  
## 830                                                                                                                  
## 831                                                                                                                  
## 832                                                                                                                  
## 833                                                                                                                  
## 834                                                                                                                  
## 835                                                                                                                  
## 836                                                                                                                  
## 837                                                                                                                  
## 838                                                                                                                  
## 839                                                                                                                  
## 840                                                                                                                  
## 841                                                                                                                  
## 842                                                                                                                  
## 843                                                                                                                  
## 844                                                                                                                  
## 845                                                                                                                  
## 846                                                                                                                  
## 847                                                                                                                  
## 848                                                                                                                  
## 849                                                                                                                  
## 850                                                                                                                  
## 851                                                                                                                  
## 852                                                                                                                  
## 853                                                                                                                  
## 854                                                                                                                  
## 855                                                                                                                  
## 856                                                                                                                  
## 857                                                                                                                  
## 858                                                                                                                  
## 859                                                                                                                  
## 860                                                                                                                  
## 861                                                                                                                  
## 862                                                                                                                  
## 863                                                                                                                  
## 864                                                                                                                  
## 865                                                                                                                  
## 866                                                                                                                  
## 867                                                                                                                  
## 868                                                                                                                  
## 869                                                                                                                  
## 870                                                                                                                  
## 871                                                                                                                  
## 872                                                                                                                  
## 873                                                                                                                  
## 874                                                                                                                  
## 875                                                                                                                  
## 876                                                                                                                  
## 877                                                                                                                  
## 878                                                                                                                  
## 879                                                                                                                  
## 880                                                                                                                  
## 881                                                                                                                  
## 882                                                                                                                  
## 883                                                                                                                  
## 884                                                                                                                  
## 885                                                                                                                  
## 886                                                                                                                  
## 887                                                                                                                  
## 888                                                                                                                  
## 889                                                                                                                  
## 890                                                                                                                  
## 891                                                                                                                  
## 892                                                                                                                  
## 893                                                                                                                  
## 894                                                                                                                  
## 895                                                                                                                  
## 896                                                                                                                  
## 897                                                                                                                  
## 898                                                                                                                  
## 899                                                                                                                  
## 900                                                                                                                  
## 901                                                                                                                  
## 902                                                                                                                  
## 903                                                                                                                  
## 904                                                                                                                  
## 905                                                                                          Elsewhere away from home
## 906                                                                                                                  
## 907                                                                                                                  
## 908                                                                                                                  
## 909                                                                                                                  
## 910                                                                                                                  
## 911                                                                                                                  
## 912                                                                                                                  
## 913                                                                                                                  
## 914                                                                                                                  
## 915                                                                                                                  
## 916                                                                                                                  
## 917                                                                                                                  
## 918                                                                                                                  
## 919                                                                                                                  
## 920                                                                                                                  
## 921                                                                                                                  
## 922                                                                                                                  
## 923                                                                                                                  
## 924                                                                                                                  
## 925                                                                                                                  
## 926                                                                                                                  
## 927                                                                                                                  
## 928                                                                                                                  
## 929                                                                                                                  
## 930                                                                                                                  
## 931                                                                                                                  
## 932                                                                                                                  
## 933                                                                                                                  
## 934                                                                                                                  
## 935                                                                                                                  
## 936                                                                                                                  
## 937                                                                                                                  
## 938                                                                                                                  
## 939                                                                                                                  
## 940                                                                                                                  
## 941                                                                                                                  
## 942                                                                                                                  
## 943                                                                                                                  
## 944                                                                                                                  
## 945                                                                                                                  
## 946                                                                                                                  
## 947                                                                                                                  
## 948                                                                                                                  
## 949                                                                                                                  
## 950                                                                                                                  
## 951                                                                                                                  
## 952                                                                                                                  
## 953                                                                                                                  
## 954                                                                                                                  
## 955                                                                                                                  
## 956                                                                                                                  
## 957                                                                                                                  
## 958                                                                                                                  
## 959                                                                                                                  
## 960                                                                                                                  
## 961                                                                                                                  
## 962                                                                                                                  
## 963                                                                                                                  
## 964                                                                                                                  
## 965                                                                                                                  
## 966                                                                                                                  
## 967                                                                                                                  
## 968                                                                                                                  
## 969                                                                                                                  
## 970                                                                                                                  
## 971                                                                                                                  
## 972                                                                                                                  
## 973                                                                                                                  
## 974                                                                                                                  
## 975                                                                                                                  
## 976                                                                                                                  
## 977                                                                                                                  
## 978                                                                                                                  
## 979                                                                                                                  
## 980                                                                                                                  
## 981                                                                                          always sleep in same bed
## 982                                                                                                                  
## 983                                                                                                                  
## 984                                                                                                                  
## 985                                                                                                                  
## 986                                                                                                                  
## 987                                                                                                                  
## 988                                                                                                                  
## 989                                                                                                                  
## 990                                                                                                                  
## 991                                                                                                                  
## 992                                                                                                                  
## 993                                                                                                                  
## 994                                                                                                                  
## 995                                                                                                                  
## 996                                                                                                                  
## 997                                                                                                                  
## 998                                                                                                                  
## 999                                                                                                                  
## 1000                                                                                                                 
## 1001                                                                                                                 
## 1002                                                                                                                 
## 1003                                                                                                                 
## 1004                                                                                                                 
## 1005                                                                                                                 
## 1006                                                                                                                 
## 1007                                                                                                                 
## 1008                                                                                                                 
## 1009                                                                                                                 
## 1010                                                                                                                 
## 1011                                                                                                                 
## 1012                                                                                                                 
## 1013                                                                                                                 
## 1014                                                                                                                 
## 1015                                                                                                                 
## 1016                                                                                                                 
## 1017                                                                                                                 
## 1018                                                                                                                 
## 1019                                                                                                                 
## 1020                                                                                                                 
## 1021                                                                                                                 
## 1022                                                                                                                 
## 1023                                                                                                                 
## 1024                                                                                                                 
## 1025                                                                                                                 
## 1026                                                                                                                 
## 1027                                                                                                                 
## 1028                                                                                                                 
## 1029                                                                                                                 
## 1030                                                                                                                 
## 1031                                                                                                                 
## 1032                                                                                                                 
## 1033                                                                                                                 
## 1034                                                                                                                 
## 1035                                                                                                                 
## 1036                                                                                                                 
## 1037                                                                                                                 
## 1038                                                                                                                 
## 1039                                                                                                                 
## 1040                                                                                                                 
## 1041                                                                                                                 
## 1042                                                                                                                 
## 1043                                                                                                                 
## 1044                                                                                                                 
## 1045                                                                                                                 
## 1046                                                                                                                 
## 1047                                                                                                                 
## 1048                                                                                                                 
## 1049                                                                                                                 
## 1050                                                                                                         same bed
## 1051                                                                                                                 
## 1052                                                                                                                 
## 1053                                                                                                                 
## 1054                                                                                                                 
## 1055                                                                                                                 
## 1056                                                                                                                 
## 1057                                                                                                                 
## 1058                                                                                                                 
## 1059                                                                                                                 
## 1060                                                                                                                 
## 1061                                                                                                                 
## 1062                                                                                                                 
## 1063                                                                                                                 
## 1064                                                                                                                 
## 1065                                                                                                                 
## 1066                                                                                                                 
## 1067                                                                                                                 
## 1068                                                                                                                 
## 1069                                                                                                                 
## 1070                                                                                                                 
## 1071                                                                                                                 
## 1072                                                                                                                 
## 1073                                                                                                                 
## 1074                                                                                                                 
## 1075                                                                                                                 
## 1076                                                                                                                 
## 1077                                                                                                                 
## 1078                                                                                                                 
## 1079                                                                                                                 
## 1080                                                                                                                 
## 1081                                                                                                                 
## 1082                                                                                                                 
## 1083                                                                                                                 
## 1084                                                                                                                 
## 1085                                                                                                                 
## 1086                                                                                                                 
## 1087                                                                                                                 
## 1088                                                                                                                 
## 1089                                                                                                                 
## 1090                                                                                                                 
## 1091                                                                                                                 
## 1092                                                                                                                 
## 1093                                                                                                                 
## 1094                                                                                                                 
##      When.was.the.first.time.you.slept.in.separate.beds.
## 1                                               Response
## 2         Within the first 1-5 years of our relationship
## 3       Immediately/ We've always slept in separate beds
## 4                                                       
## 5                                                       
## 6                                                       
## 7                                                       
## 8                                                       
## 9                                                       
## 10                                                      
## 11                                                      
## 12                                                      
## 13                                                      
## 14                 Within 6-10 years of our relationship
## 15                                                      
## 16                                                      
## 17                Within 11-15 years of our relationship
## 18        Within the first 1-5 years of our relationship
## 19        Within the first 1-5 years of our relationship
## 20                                                      
## 21                                                      
## 22                                                      
## 23                                                      
## 24                                                      
## 25                                                      
## 26                                                      
## 27                                                      
## 28                                                      
## 29                                                      
## 30                                                      
## 31                                                      
## 32        Within the first 1-5 years of our relationship
## 33      Immediately/ We've always slept in separate beds
## 34                                                      
## 35                                                      
## 36        Within the first 1-5 years of our relationship
## 37        Within the first 1-5 years of our relationship
## 38        Within the first 1-5 years of our relationship
## 39                Within 11-15 years of our relationship
## 40        Within the first 1-5 years of our relationship
## 41                                                      
## 42        Within the first 1-5 years of our relationship
## 43                                                      
## 44        Within the first 1-5 years of our relationship
## 45                Within 11-15 years of our relationship
## 46                                                      
## 47        Within the first 1-5 years of our relationship
## 48                 Within 6-10 years of our relationship
## 49                                                      
## 50                                                      
## 51                 Within 6-10 years of our relationship
## 52                                                      
## 53                 Within 6-10 years of our relationship
## 54                                                      
## 55        Within the first 1-5 years of our relationship
## 56                                                      
## 57        Within the first 1-5 years of our relationship
## 58                                                      
## 59                                                      
## 60                                                      
## 61                                                      
## 62                                                      
## 63                 Within 6-10 years of our relationship
## 64      Immediately/ We've always slept in separate beds
## 65        Within the first 1-5 years of our relationship
## 66                                                      
## 67      Immediately/ We've always slept in separate beds
## 68                                                      
## 69                 Within 6-10 years of our relationship
## 70                                                      
## 71                                                      
## 72        Within the first 1-5 years of our relationship
## 73        Within the first 1-5 years of our relationship
## 74                                                      
## 75                                                      
## 76                    After 20 years of our relationship
## 77                                                      
## 78                                                      
## 79                Within 16-20 years of our relationship
## 80                                                      
## 81                                                      
## 82        Within the first 1-5 years of our relationship
## 83                                                      
## 84                 Within 6-10 years of our relationship
## 85                 Within 6-10 years of our relationship
## 86                                                      
## 87                                                      
## 88      Immediately/ We've always slept in separate beds
## 89                                                      
## 90                                                      
## 91        Within the first 1-5 years of our relationship
## 92                                                      
## 93                                                      
## 94                                                      
## 95                                                      
## 96                                                      
## 97                Within 11-15 years of our relationship
## 98        Within the first 1-5 years of our relationship
## 99                                                      
## 100     Immediately/ We've always slept in separate beds
## 101                                                     
## 102                                                     
## 103       Within the first 1-5 years of our relationship
## 104                                                     
## 105                                                     
## 106     Immediately/ We've always slept in separate beds
## 107                                                     
## 108                                                     
## 109                                                     
## 110                                                     
## 111                                                     
## 112                                                     
## 113                                                     
## 114                                                     
## 115                                                     
## 116                                                     
## 117                                                     
## 118                                                     
## 119                                                     
## 120     Immediately/ We've always slept in separate beds
## 121       Within the first 1-5 years of our relationship
## 122       Within the first 1-5 years of our relationship
## 123                Within 6-10 years of our relationship
## 124               Within 11-15 years of our relationship
## 125                                                     
## 126                                                     
## 127                                                     
## 128       Within the first 1-5 years of our relationship
## 129                Within 6-10 years of our relationship
## 130                                                     
## 131                   After 20 years of our relationship
## 132                                                     
## 133                                                     
## 134                                                     
## 135               Within 16-20 years of our relationship
## 136                                                     
## 137       Within the first 1-5 years of our relationship
## 138                                                     
## 139               Within 11-15 years of our relationship
## 140                                                     
## 141                                                     
## 142                                                     
## 143                                                     
## 144                                                     
## 145                                                     
## 146                                                     
## 147                                                     
## 148                                                     
## 149                                                     
## 150                   After 20 years of our relationship
## 151       Within the first 1-5 years of our relationship
## 152       Within the first 1-5 years of our relationship
## 153                                                     
## 154       Within the first 1-5 years of our relationship
## 155                                                     
## 156                                                     
## 157                                                     
## 158                                                     
## 159                                                     
## 160       Within the first 1-5 years of our relationship
## 161               Within 11-15 years of our relationship
## 162               Within 16-20 years of our relationship
## 163                                                     
## 164               Within 16-20 years of our relationship
## 165       Within the first 1-5 years of our relationship
## 166                   After 20 years of our relationship
## 167                                                     
## 168                   After 20 years of our relationship
## 169                                                     
## 170                                                     
## 171       Within the first 1-5 years of our relationship
## 172                Within 6-10 years of our relationship
## 173       Within the first 1-5 years of our relationship
## 174       Within the first 1-5 years of our relationship
## 175       Within the first 1-5 years of our relationship
## 176       Within the first 1-5 years of our relationship
## 177                                                     
## 178                                                     
## 179                                                     
## 180                                                     
## 181               Within 11-15 years of our relationship
## 182                                                     
## 183       Within the first 1-5 years of our relationship
## 184       Within the first 1-5 years of our relationship
## 185       Within the first 1-5 years of our relationship
## 186                                                     
## 187                                                     
## 188                                                     
## 189                                                     
## 190               Within 11-15 years of our relationship
## 191               Within 11-15 years of our relationship
## 192               Within 16-20 years of our relationship
## 193       Within the first 1-5 years of our relationship
## 194               Within 11-15 years of our relationship
## 195                Within 6-10 years of our relationship
## 196               Within 11-15 years of our relationship
## 197                                                     
## 198                   After 20 years of our relationship
## 199               Within 16-20 years of our relationship
## 200               Within 16-20 years of our relationship
## 201                                                     
## 202                                                     
## 203                                                     
## 204                Within 6-10 years of our relationship
## 205                   After 20 years of our relationship
## 206                Within 6-10 years of our relationship
## 207       Within the first 1-5 years of our relationship
## 208                                                     
## 209               Within 11-15 years of our relationship
## 210                   After 20 years of our relationship
## 211               Within 11-15 years of our relationship
## 212                   After 20 years of our relationship
## 213                                                     
## 214                Within 6-10 years of our relationship
## 215                                                     
## 216                   After 20 years of our relationship
## 217               Within 11-15 years of our relationship
## 218               Within 16-20 years of our relationship
## 219                                                     
## 220                                                     
## 221                                                     
## 222                                                     
## 223                   After 20 years of our relationship
## 224       Within the first 1-5 years of our relationship
## 225               Within 16-20 years of our relationship
## 226                   After 20 years of our relationship
## 227                                                     
## 228               Within 11-15 years of our relationship
## 229                   After 20 years of our relationship
## 230                                                     
## 231                                                     
## 232                Within 6-10 years of our relationship
## 233                                                     
## 234                   After 20 years of our relationship
## 235               Within 11-15 years of our relationship
## 236                                                     
## 237                                                     
## 238                Within 6-10 years of our relationship
## 239                                                     
## 240                                                     
## 241                                                     
## 242                                                     
## 243       Within the first 1-5 years of our relationship
## 244                   After 20 years of our relationship
## 245     Immediately/ We've always slept in separate beds
## 246       Within the first 1-5 years of our relationship
## 247       Within the first 1-5 years of our relationship
## 248                   After 20 years of our relationship
## 249       Within the first 1-5 years of our relationship
## 250       Within the first 1-5 years of our relationship
## 251                                                     
## 252                                                     
## 253                                                     
## 254                                                     
## 255       Within the first 1-5 years of our relationship
## 256                                                     
## 257                                                     
## 258               Within 11-15 years of our relationship
## 259                   After 20 years of our relationship
## 260                Within 6-10 years of our relationship
## 261                   After 20 years of our relationship
## 262     Immediately/ We've always slept in separate beds
## 263                                                     
## 264       Within the first 1-5 years of our relationship
## 265                                                     
## 266                Within 6-10 years of our relationship
## 267                Within 6-10 years of our relationship
## 268       Within the first 1-5 years of our relationship
## 269                Within 6-10 years of our relationship
## 270       Within the first 1-5 years of our relationship
## 271                                                     
## 272       Within the first 1-5 years of our relationship
## 273                                                     
## 274                                                     
## 275                                                     
## 276       Within the first 1-5 years of our relationship
## 277                                                     
## 278                                                     
## 279       Within the first 1-5 years of our relationship
## 280                Within 6-10 years of our relationship
## 281       Within the first 1-5 years of our relationship
## 282               Within 11-15 years of our relationship
## 283                                                     
## 284       Within the first 1-5 years of our relationship
## 285                                                     
## 286       Within the first 1-5 years of our relationship
## 287                   After 20 years of our relationship
## 288                   After 20 years of our relationship
## 289                                                     
## 290       Within the first 1-5 years of our relationship
## 291                                                     
## 292       Within the first 1-5 years of our relationship
## 293                                                     
## 294       Within the first 1-5 years of our relationship
## 295                                                     
## 296               Within 11-15 years of our relationship
## 297                                                     
## 298                                                     
## 299                                                     
## 300                Within 6-10 years of our relationship
## 301                                                     
## 302       Within the first 1-5 years of our relationship
## 303                                                     
## 304                                                     
## 305                                                     
## 306               Within 11-15 years of our relationship
## 307                                                     
## 308               Within 11-15 years of our relationship
## 309       Within the first 1-5 years of our relationship
## 310                                                     
## 311               Within 16-20 years of our relationship
## 312       Within the first 1-5 years of our relationship
## 313       Within the first 1-5 years of our relationship
## 314                                                     
## 315       Within the first 1-5 years of our relationship
## 316                                                     
## 317                                                     
## 318       Within the first 1-5 years of our relationship
## 319       Within the first 1-5 years of our relationship
## 320                                                     
## 321                                                     
## 322                Within 6-10 years of our relationship
## 323                Within 6-10 years of our relationship
## 324                                                     
## 325                                                     
## 326       Within the first 1-5 years of our relationship
## 327                   After 20 years of our relationship
## 328                                                     
## 329       Within the first 1-5 years of our relationship
## 330                                                     
## 331                                                     
## 332       Within the first 1-5 years of our relationship
## 333                                                     
## 334                   After 20 years of our relationship
## 335       Within the first 1-5 years of our relationship
## 336                                                     
## 337                                                     
## 338       Within the first 1-5 years of our relationship
## 339                                                     
## 340       Within the first 1-5 years of our relationship
## 341                                                     
## 342                   After 20 years of our relationship
## 343                                                     
## 344                                                     
## 345       Within the first 1-5 years of our relationship
## 346               Within 16-20 years of our relationship
## 347                Within 6-10 years of our relationship
## 348                                                     
## 349       Within the first 1-5 years of our relationship
## 350                                                     
## 351       Within the first 1-5 years of our relationship
## 352                                                     
## 353                   After 20 years of our relationship
## 354                                                     
## 355                                                     
## 356                                                     
## 357                                                     
## 358       Within the first 1-5 years of our relationship
## 359                   After 20 years of our relationship
## 360                                                     
## 361       Within the first 1-5 years of our relationship
## 362                                                     
## 363                                                     
## 364                                                     
## 365                                                     
## 366                                                     
## 367                                                     
## 368               Within 16-20 years of our relationship
## 369                                                     
## 370                                                     
## 371                                                     
## 372                                                     
## 373                                                     
## 374                Within 6-10 years of our relationship
## 375                                                     
## 376                                                     
## 377               Within 16-20 years of our relationship
## 378                   After 20 years of our relationship
## 379                Within 6-10 years of our relationship
## 380               Within 16-20 years of our relationship
## 381                                                     
## 382                Within 6-10 years of our relationship
## 383                                                     
## 384                                                     
## 385       Within the first 1-5 years of our relationship
## 386                                                     
## 387       Within the first 1-5 years of our relationship
## 388       Within the first 1-5 years of our relationship
## 389       Within the first 1-5 years of our relationship
## 390                                                     
## 391                                                     
## 392                                                     
## 393                                                     
## 394                                                     
## 395       Within the first 1-5 years of our relationship
## 396       Within the first 1-5 years of our relationship
## 397       Within the first 1-5 years of our relationship
## 398                                                     
## 399                                                     
## 400                                                     
## 401                                                     
## 402       Within the first 1-5 years of our relationship
## 403       Within the first 1-5 years of our relationship
## 404                                                     
## 405                                                     
## 406                                                     
## 407       Within the first 1-5 years of our relationship
## 408                Within 6-10 years of our relationship
## 409                                                     
## 410                                                     
## 411                                                     
## 412       Within the first 1-5 years of our relationship
## 413                                                     
## 414                                                     
## 415                                                     
## 416       Within the first 1-5 years of our relationship
## 417                                                     
## 418                                                     
## 419       Within the first 1-5 years of our relationship
## 420                                                     
## 421                Within 6-10 years of our relationship
## 422       Within the first 1-5 years of our relationship
## 423               Within 16-20 years of our relationship
## 424       Within the first 1-5 years of our relationship
## 425                                                     
## 426                                                     
## 427     Immediately/ We've always slept in separate beds
## 428                Within 6-10 years of our relationship
## 429       Within the first 1-5 years of our relationship
## 430                                                     
## 431       Within the first 1-5 years of our relationship
## 432                                                     
## 433       Within the first 1-5 years of our relationship
## 434       Within the first 1-5 years of our relationship
## 435                                                     
## 436               Within 16-20 years of our relationship
## 437                                                     
## 438                                                     
## 439                Within 6-10 years of our relationship
## 440                                                     
## 441                                                     
## 442                                                     
## 443                                                     
## 444               Within 11-15 years of our relationship
## 445                                                     
## 446                                                     
## 447                   After 20 years of our relationship
## 448                                                     
## 449                                                     
## 450               Within 11-15 years of our relationship
## 451                                                     
## 452                Within 6-10 years of our relationship
## 453                                                     
## 454                                                     
## 455       Within the first 1-5 years of our relationship
## 456                                                     
## 457                Within 6-10 years of our relationship
## 458                                                     
## 459                                                     
## 460                   After 20 years of our relationship
## 461       Within the first 1-5 years of our relationship
## 462                                                     
## 463                                                     
## 464                   After 20 years of our relationship
## 465                                                     
## 466                                                     
## 467               Within 11-15 years of our relationship
## 468                                                     
## 469                                                     
## 470       Within the first 1-5 years of our relationship
## 471                                                     
## 472                                                     
## 473                                                     
## 474       Within the first 1-5 years of our relationship
## 475                                                     
## 476               Within 11-15 years of our relationship
## 477                                                     
## 478                                                     
## 479                                                     
## 480                                                     
## 481                Within 6-10 years of our relationship
## 482                Within 6-10 years of our relationship
## 483                Within 6-10 years of our relationship
## 484       Within the first 1-5 years of our relationship
## 485                                                     
## 486                                                     
## 487                                                     
## 488                                                     
## 489                   After 20 years of our relationship
## 490       Within the first 1-5 years of our relationship
## 491                   After 20 years of our relationship
## 492                                                     
## 493       Within the first 1-5 years of our relationship
## 494     Immediately/ We've always slept in separate beds
## 495                                                     
## 496       Within the first 1-5 years of our relationship
## 497                                                     
## 498       Within the first 1-5 years of our relationship
## 499                                                     
## 500                                                     
## 501       Within the first 1-5 years of our relationship
## 502               Within 16-20 years of our relationship
## 503                                                     
## 504                Within 6-10 years of our relationship
## 505                                                     
## 506       Within the first 1-5 years of our relationship
## 507                                                     
## 508                   After 20 years of our relationship
## 509                   After 20 years of our relationship
## 510       Within the first 1-5 years of our relationship
## 511                                                     
## 512                                                     
## 513                                                     
## 514                                                     
## 515                                                     
## 516                                                     
## 517                                                     
## 518                                                     
## 519                                                     
## 520                   After 20 years of our relationship
## 521                                                     
## 522                                                     
## 523                                                     
## 524       Within the first 1-5 years of our relationship
## 525                                                     
## 526                                                     
## 527                                                     
## 528                                                     
## 529       Within the first 1-5 years of our relationship
## 530                                                     
## 531                                                     
## 532                                                     
## 533                                                     
## 534       Within the first 1-5 years of our relationship
## 535                                                     
## 536                                                     
## 537                                                     
## 538                                                     
## 539                   After 20 years of our relationship
## 540                                                     
## 541                                                     
## 542                Within 6-10 years of our relationship
## 543                Within 6-10 years of our relationship
## 544                                                     
## 545                                                     
## 546                                                     
## 547                Within 6-10 years of our relationship
## 548                                                     
## 549                                                     
## 550       Within the first 1-5 years of our relationship
## 551                                                     
## 552       Within the first 1-5 years of our relationship
## 553                   After 20 years of our relationship
## 554                   After 20 years of our relationship
## 555                                                     
## 556                   After 20 years of our relationship
## 557                                                     
## 558                                                     
## 559                                                     
## 560                                                     
## 561                                                     
## 562               Within 11-15 years of our relationship
## 563                                                     
## 564       Within the first 1-5 years of our relationship
## 565                                                     
## 566                   After 20 years of our relationship
## 567                                                     
## 568                                                     
## 569                                                     
## 570                Within 6-10 years of our relationship
## 571                Within 6-10 years of our relationship
## 572                                                     
## 573                                                     
## 574                                                     
## 575       Within the first 1-5 years of our relationship
## 576       Within the first 1-5 years of our relationship
## 577                                                     
## 578                                                     
## 579                                                     
## 580                                                     
## 581                   After 20 years of our relationship
## 582                                                     
## 583                                                     
## 584                                                     
## 585       Within the first 1-5 years of our relationship
## 586                                                     
## 587                Within 6-10 years of our relationship
## 588       Within the first 1-5 years of our relationship
## 589               Within 11-15 years of our relationship
## 590                Within 6-10 years of our relationship
## 591                                                     
## 592       Within the first 1-5 years of our relationship
## 593                Within 6-10 years of our relationship
## 594                                                     
## 595       Within the first 1-5 years of our relationship
## 596       Within the first 1-5 years of our relationship
## 597                Within 6-10 years of our relationship
## 598                                                     
## 599                                                     
## 600       Within the first 1-5 years of our relationship
## 601                   After 20 years of our relationship
## 602                                                     
## 603               Within 11-15 years of our relationship
## 604                   After 20 years of our relationship
## 605       Within the first 1-5 years of our relationship
## 606               Within 11-15 years of our relationship
## 607                                                     
## 608                                                     
## 609                                                     
## 610                                                     
## 611       Within the first 1-5 years of our relationship
## 612                                                     
## 613                                                     
## 614                                                     
## 615       Within the first 1-5 years of our relationship
## 616                                                     
## 617                                                     
## 618       Within the first 1-5 years of our relationship
## 619       Within the first 1-5 years of our relationship
## 620               Within 11-15 years of our relationship
## 621       Within the first 1-5 years of our relationship
## 622       Within the first 1-5 years of our relationship
## 623       Within the first 1-5 years of our relationship
## 624                                                     
## 625                                                     
## 626                                                     
## 627                                                     
## 628               Within 16-20 years of our relationship
## 629     Immediately/ We've always slept in separate beds
## 630                                                     
## 631                                                     
## 632                Within 6-10 years of our relationship
## 633                                                     
## 634     Immediately/ We've always slept in separate beds
## 635                                                     
## 636       Within the first 1-5 years of our relationship
## 637                                                     
## 638                                                     
## 639                                                     
## 640                                                     
## 641                   After 20 years of our relationship
## 642                                                     
## 643       Within the first 1-5 years of our relationship
## 644                                                     
## 645       Within the first 1-5 years of our relationship
## 646                                                     
## 647                                                     
## 648                Within 6-10 years of our relationship
## 649                                                     
## 650                                                     
## 651               Within 16-20 years of our relationship
## 652                   After 20 years of our relationship
## 653                                                     
## 654                                                     
## 655                                                     
## 656               Within 11-15 years of our relationship
## 657                   After 20 years of our relationship
## 658                                                     
## 659       Within the first 1-5 years of our relationship
## 660       Within the first 1-5 years of our relationship
## 661       Within the first 1-5 years of our relationship
## 662                                                     
## 663               Within 11-15 years of our relationship
## 664                                                     
## 665       Within the first 1-5 years of our relationship
## 666                                                     
## 667     Immediately/ We've always slept in separate beds
## 668                                                     
## 669       Within the first 1-5 years of our relationship
## 670                Within 6-10 years of our relationship
## 671                                                     
## 672                                                     
## 673                                                     
## 674       Within the first 1-5 years of our relationship
## 675                   After 20 years of our relationship
## 676                                                     
## 677                   After 20 years of our relationship
## 678                                                     
## 679                                                     
## 680                                                     
## 681       Within the first 1-5 years of our relationship
## 682                Within 6-10 years of our relationship
## 683                                                     
## 684                                                     
## 685       Within the first 1-5 years of our relationship
## 686               Within 16-20 years of our relationship
## 687                                                     
## 688                                                     
## 689       Within the first 1-5 years of our relationship
## 690                                                     
## 691                                                     
## 692                Within 6-10 years of our relationship
## 693       Within the first 1-5 years of our relationship
## 694                                                     
## 695       Within the first 1-5 years of our relationship
## 696                                                     
## 697                                                     
## 698       Within the first 1-5 years of our relationship
## 699                Within 6-10 years of our relationship
## 700       Within the first 1-5 years of our relationship
## 701                Within 6-10 years of our relationship
## 702                                                     
## 703                                                     
## 704                                                     
## 705               Within 11-15 years of our relationship
## 706                Within 6-10 years of our relationship
## 707                Within 6-10 years of our relationship
## 708               Within 11-15 years of our relationship
## 709                                                     
## 710                                                     
## 711               Within 11-15 years of our relationship
## 712       Within the first 1-5 years of our relationship
## 713                   After 20 years of our relationship
## 714                                                     
## 715                                                     
## 716                                                     
## 717                                                     
## 718       Within the first 1-5 years of our relationship
## 719                                                     
## 720       Within the first 1-5 years of our relationship
## 721                                                     
## 722                                                     
## 723                                                     
## 724                                                     
## 725                                                     
## 726               Within 11-15 years of our relationship
## 727                                                     
## 728               Within 11-15 years of our relationship
## 729               Within 16-20 years of our relationship
## 730                                                     
## 731               Within 16-20 years of our relationship
## 732               Within 11-15 years of our relationship
## 733               Within 11-15 years of our relationship
## 734                                                     
## 735                                                     
## 736                   After 20 years of our relationship
## 737                                                     
## 738                                                     
## 739                                                     
## 740                   After 20 years of our relationship
## 741       Within the first 1-5 years of our relationship
## 742                                                     
## 743                                                     
## 744                                                     
## 745               Within 11-15 years of our relationship
## 746       Within the first 1-5 years of our relationship
## 747                                                     
## 748                                                     
## 749                                                     
## 750                                                     
## 751                   After 20 years of our relationship
## 752                                                     
## 753     Immediately/ We've always slept in separate beds
## 754                                                     
## 755                                                     
## 756       Within the first 1-5 years of our relationship
## 757       Within the first 1-5 years of our relationship
## 758                                                     
## 759       Within the first 1-5 years of our relationship
## 760                                                     
## 761       Within the first 1-5 years of our relationship
## 762                                                     
## 763                Within 6-10 years of our relationship
## 764                Within 6-10 years of our relationship
## 765       Within the first 1-5 years of our relationship
## 766                                                     
## 767                                                     
## 768                                                     
## 769                                                     
## 770               Within 11-15 years of our relationship
## 771               Within 11-15 years of our relationship
## 772                                                     
## 773                                                     
## 774                Within 6-10 years of our relationship
## 775                                                     
## 776                Within 6-10 years of our relationship
## 777               Within 11-15 years of our relationship
## 778       Within the first 1-5 years of our relationship
## 779                                                     
## 780                                                     
## 781                                                     
## 782       Within the first 1-5 years of our relationship
## 783       Within the first 1-5 years of our relationship
## 784                   After 20 years of our relationship
## 785               Within 11-15 years of our relationship
## 786                                                     
## 787                                                     
## 788     Immediately/ We've always slept in separate beds
## 789                                                     
## 790                                                     
## 791                Within 6-10 years of our relationship
## 792                                                     
## 793     Immediately/ We've always slept in separate beds
## 794       Within the first 1-5 years of our relationship
## 795                                                     
## 796       Within the first 1-5 years of our relationship
## 797       Within the first 1-5 years of our relationship
## 798                                                     
## 799                                                     
## 800                                                     
## 801       Within the first 1-5 years of our relationship
## 802                   After 20 years of our relationship
## 803                                                     
## 804       Within the first 1-5 years of our relationship
## 805                                                     
## 806                                                     
## 807                                                     
## 808                                                     
## 809               Within 11-15 years of our relationship
## 810                                                     
## 811                                                     
## 812                                                     
## 813       Within the first 1-5 years of our relationship
## 814                                                     
## 815                                                     
## 816                                                     
## 817                                                     
## 818               Within 11-15 years of our relationship
## 819       Within the first 1-5 years of our relationship
## 820                                                     
## 821                Within 6-10 years of our relationship
## 822                                                     
## 823       Within the first 1-5 years of our relationship
## 824                Within 6-10 years of our relationship
## 825                                                     
## 826                                                     
## 827                                                     
## 828               Within 11-15 years of our relationship
## 829       Within the first 1-5 years of our relationship
## 830       Within the first 1-5 years of our relationship
## 831                   After 20 years of our relationship
## 832                                                     
## 833       Within the first 1-5 years of our relationship
## 834               Within 16-20 years of our relationship
## 835                                                     
## 836                   After 20 years of our relationship
## 837               Within 11-15 years of our relationship
## 838               Within 11-15 years of our relationship
## 839                                                     
## 840                                                     
## 841                                                     
## 842               Within 11-15 years of our relationship
## 843                Within 6-10 years of our relationship
## 844                                                     
## 845                Within 6-10 years of our relationship
## 846                Within 6-10 years of our relationship
## 847                                                     
## 848                                                     
## 849       Within the first 1-5 years of our relationship
## 850       Within the first 1-5 years of our relationship
## 851                                                     
## 852                                                     
## 853                   After 20 years of our relationship
## 854                                                     
## 855                                                     
## 856                Within 6-10 years of our relationship
## 857                                                     
## 858                                                     
## 859                                                     
## 860                   After 20 years of our relationship
## 861                                                     
## 862                   After 20 years of our relationship
## 863       Within the first 1-5 years of our relationship
## 864                                                     
## 865                                                     
## 866                                                     
## 867                                                     
## 868                                                     
## 869               Within 11-15 years of our relationship
## 870                                                     
## 871                Within 6-10 years of our relationship
## 872                   After 20 years of our relationship
## 873                   After 20 years of our relationship
## 874                                                     
## 875       Within the first 1-5 years of our relationship
## 876                                                     
## 877                Within 6-10 years of our relationship
## 878               Within 16-20 years of our relationship
## 879                Within 6-10 years of our relationship
## 880                                                     
## 881                Within 6-10 years of our relationship
## 882       Within the first 1-5 years of our relationship
## 883                                                     
## 884       Within the first 1-5 years of our relationship
## 885                                                     
## 886                Within 6-10 years of our relationship
## 887                                                     
## 888               Within 16-20 years of our relationship
## 889                   After 20 years of our relationship
## 890                   After 20 years of our relationship
## 891                                                     
## 892                                                     
## 893                   After 20 years of our relationship
## 894                                                     
## 895                                                     
## 896                                                     
## 897               Within 16-20 years of our relationship
## 898                                                     
## 899       Within the first 1-5 years of our relationship
## 900                                                     
## 901                                                     
## 902                                                     
## 903                Within 6-10 years of our relationship
## 904               Within 11-15 years of our relationship
## 905       Within the first 1-5 years of our relationship
## 906                                                     
## 907                   After 20 years of our relationship
## 908                                                     
## 909                                                     
## 910                                                     
## 911                Within 6-10 years of our relationship
## 912               Within 11-15 years of our relationship
## 913                                                     
## 914                   After 20 years of our relationship
## 915                                                     
## 916                Within 6-10 years of our relationship
## 917                                                     
## 918               Within 11-15 years of our relationship
## 919                                                     
## 920               Within 11-15 years of our relationship
## 921                                                     
## 922                                                     
## 923                                                     
## 924                                                     
## 925       Within the first 1-5 years of our relationship
## 926                                                     
## 927                                                     
## 928                                                     
## 929                                                     
## 930                                                     
## 931                                                     
## 932                                                     
## 933                                                     
## 934               Within 11-15 years of our relationship
## 935                                                     
## 936                                                     
## 937                                                     
## 938                                                     
## 939                                                     
## 940                                                     
## 941                                                     
## 942                   After 20 years of our relationship
## 943       Within the first 1-5 years of our relationship
## 944       Within the first 1-5 years of our relationship
## 945       Within the first 1-5 years of our relationship
## 946                                                     
## 947                                                     
## 948                                                     
## 949       Within the first 1-5 years of our relationship
## 950                                                     
## 951                                                     
## 952                                                     
## 953                Within 6-10 years of our relationship
## 954                                                     
## 955                                                     
## 956                                                     
## 957                                                     
## 958                                                     
## 959                Within 6-10 years of our relationship
## 960       Within the first 1-5 years of our relationship
## 961                                                     
## 962                                                     
## 963                                                     
## 964                                                     
## 965                   After 20 years of our relationship
## 966                Within 6-10 years of our relationship
## 967                                                     
## 968                                                     
## 969                                                     
## 970                                                     
## 971               Within 16-20 years of our relationship
## 972                                                     
## 973               Within 11-15 years of our relationship
## 974                                                     
## 975     Immediately/ We've always slept in separate beds
## 976                                                     
## 977       Within the first 1-5 years of our relationship
## 978                                                     
## 979                                                     
## 980                   After 20 years of our relationship
## 981       Within the first 1-5 years of our relationship
## 982                                                     
## 983                                                     
## 984                                                     
## 985                                                     
## 986                   After 20 years of our relationship
## 987                                                     
## 988                                                     
## 989       Within the first 1-5 years of our relationship
## 990                                                     
## 991                                                     
## 992                                                     
## 993               Within 11-15 years of our relationship
## 994                   After 20 years of our relationship
## 995                                                     
## 996                                                     
## 997                                                     
## 998               Within 11-15 years of our relationship
## 999                                                     
## 1000                  After 20 years of our relationship
## 1001                                                    
## 1002                                                    
## 1003                  After 20 years of our relationship
## 1004                                                    
## 1005              Within 16-20 years of our relationship
## 1006              Within 11-15 years of our relationship
## 1007               Within 6-10 years of our relationship
## 1008                                                    
## 1009                  After 20 years of our relationship
## 1010               Within 6-10 years of our relationship
## 1011                                                    
## 1012      Within the first 1-5 years of our relationship
## 1013               Within 6-10 years of our relationship
## 1014                  After 20 years of our relationship
## 1015               Within 6-10 years of our relationship
## 1016              Within 11-15 years of our relationship
## 1017                                                    
## 1018      Within the first 1-5 years of our relationship
## 1019                  After 20 years of our relationship
## 1020      Within the first 1-5 years of our relationship
## 1021      Within the first 1-5 years of our relationship
## 1022      Within the first 1-5 years of our relationship
## 1023                                                    
## 1024                                                    
## 1025              Within 16-20 years of our relationship
## 1026                                                    
## 1027                                                    
## 1028                                                    
## 1029                                                    
## 1030              Within 11-15 years of our relationship
## 1031      Within the first 1-5 years of our relationship
## 1032                                                    
## 1033                                                    
## 1034                                                    
## 1035                  After 20 years of our relationship
## 1036                                                    
## 1037                                                    
## 1038                                                    
## 1039               Within 6-10 years of our relationship
## 1040                                                    
## 1041                                                    
## 1042      Within the first 1-5 years of our relationship
## 1043      Within the first 1-5 years of our relationship
## 1044                                                    
## 1045               Within 6-10 years of our relationship
## 1046      Within the first 1-5 years of our relationship
## 1047                                                    
## 1048                                                    
## 1049                                                    
## 1050               Within 6-10 years of our relationship
## 1051              Within 11-15 years of our relationship
## 1052      Within the first 1-5 years of our relationship
## 1053                                                    
## 1054                                                    
## 1055      Within the first 1-5 years of our relationship
## 1056                                                    
## 1057                                                    
## 1058      Within the first 1-5 years of our relationship
## 1059               Within 6-10 years of our relationship
## 1060                                                    
## 1061      Within the first 1-5 years of our relationship
## 1062                                                    
## 1063                                                    
## 1064                                                    
## 1065                                                    
## 1066                                                    
## 1067                                                    
## 1068                                                    
## 1069                                                    
## 1070      Within the first 1-5 years of our relationship
## 1071      Within the first 1-5 years of our relationship
## 1072                                                    
## 1073                                                    
## 1074                                                    
## 1075      Within the first 1-5 years of our relationship
## 1076                                                    
## 1077                                                    
## 1078                  After 20 years of our relationship
## 1079                  After 20 years of our relationship
## 1080                                                    
## 1081                                                    
## 1082                                                    
## 1083                                                    
## 1084                                                    
## 1085                                                    
## 1086                                                    
## 1087                                                    
## 1088               Within 6-10 years of our relationship
## 1089                                                    
## 1090      Within the first 1-5 years of our relationship
## 1091                  After 20 years of our relationship
## 1092                                                    
## 1093                                                    
## 1094                                                    
##      Which.of.the.following.best.describes.your.current.occupation.
## 1                                                          Response
## 2                                            Other (please specify)
## 3                                    Healthcare Support Occupations
## 4                                                 Legal Occupations
## 5                    Life, Physical, and Social Science Occupations
## 6                     Office and Administrative Support Occupations
## 7        Arts, Design, Entertainment, Sports, and Media Occupations
## 8                                                                  
## 9                Healthcare Practitioners and Technical Occupations
## 10                                           Other (please specify)
## 11                                           Other (please specify)
## 12        Building and Grounds Cleaning and Maintenance Occupations
## 13                                   Protective Service Occupations
## 14       Arts, Design, Entertainment, Sports, and Media Occupations
## 15                    Business and Financial Operations Occupations
## 16               Healthcare Practitioners and Technical Occupations
## 17               Healthcare Practitioners and Technical Occupations
## 18                                           Other (please specify)
## 19                                           Other (please specify)
## 20                Installation, Maintenance, and Repair Occupations
## 21                                                Legal Occupations
## 22                     Education, Training, and Library Occupations
## 23                          Construction and Extraction Occupations
## 24                          Construction and Extraction Occupations
## 25                    Office and Administrative Support Occupations
## 26                                           Other (please specify)
## 27                                           Other (please specify)
## 28                                    Sales and Related Occupations
## 29                     Education, Training, and Library Occupations
## 30                            Computer and Mathematical Occupations
## 31                    Business and Financial Operations Occupations
## 32                     Education, Training, and Library Occupations
## 33                            Computer and Mathematical Occupations
## 34                                                Legal Occupations
## 35                          Construction and Extraction Occupations
## 36                     Education, Training, and Library Occupations
## 37                                           Other (please specify)
## 38                                    Sales and Related Occupations
## 39                  Transportation and Materials Moving Occupations
## 40                            Computer and Mathematical Occupations
## 41        Building and Grounds Cleaning and Maintenance Occupations
## 42                     Education, Training, and Library Occupations
## 43                            Computer and Mathematical Occupations
## 44                    Business and Financial Operations Occupations
## 45                            Computer and Mathematical Occupations
## 46       Arts, Design, Entertainment, Sports, and Media Occupations
## 47                                    Sales and Related Occupations
## 48                     Education, Training, and Library Occupations
## 49                                    Sales and Related Occupations
## 50                                    Sales and Related Occupations
## 51                  Transportation and Materials Moving Occupations
## 52                     Education, Training, and Library Occupations
## 53                                           Other (please specify)
## 54                         Architecture and Engineering Occupations
## 55                          Construction and Extraction Occupations
## 56                 Food Preparation and Serving Related Occupations
## 57                                           Other (please specify)
## 58                   Life, Physical, and Social Science Occupations
## 59                    Business and Financial Operations Occupations
## 60                            Computer and Mathematical Occupations
## 61                       Farming, Fishing, and Forestry Occupations
## 62                                   Healthcare Support Occupations
## 63       Arts, Design, Entertainment, Sports, and Media Occupations
## 64       Arts, Design, Entertainment, Sports, and Media Occupations
## 65               Healthcare Practitioners and Technical Occupations
## 66                         Architecture and Engineering Occupations
## 67                            Computer and Mathematical Occupations
## 68                                    Sales and Related Occupations
## 69                     Education, Training, and Library Occupations
## 70                                    Sales and Related Occupations
## 71                                                                 
## 72                   Life, Physical, and Social Science Occupations
## 73                         Architecture and Engineering Occupations
## 74                            Computer and Mathematical Occupations
## 75                                           Other (please specify)
## 76                                    Sales and Related Occupations
## 77                                           Management Occupations
## 78                    Business and Financial Operations Occupations
## 79               Healthcare Practitioners and Technical Occupations
## 80                                           Other (please specify)
## 81                                           Other (please specify)
## 82                    Business and Financial Operations Occupations
## 83                                           Other (please specify)
## 84        Building and Grounds Cleaning and Maintenance Occupations
## 85                    Business and Financial Operations Occupations
## 86                                           Production Occupations
## 87                                           Production Occupations
## 88                    Business and Financial Operations Occupations
## 89                   Life, Physical, and Social Science Occupations
## 90                                           Other (please specify)
## 91                            Computer and Mathematical Occupations
## 92                                           Management Occupations
## 93                     Education, Training, and Library Occupations
## 94                                                                 
## 95                            Computer and Mathematical Occupations
## 96                                                                 
## 97                                    Sales and Related Occupations
## 98                                                Legal Occupations
## 99                   Life, Physical, and Social Science Occupations
## 100                                          Management Occupations
## 101                                          Production Occupations
## 102                   Business and Financial Operations Occupations
## 103                   Office and Administrative Support Occupations
## 104                        Architecture and Engineering Occupations
## 105                           Computer and Mathematical Occupations
## 106              Healthcare Practitioners and Technical Occupations
## 107                        Architecture and Engineering Occupations
## 108                                          Other (please specify)
## 109                                   Sales and Related Occupations
## 110                    Education, Training, and Library Occupations
## 111                                   Sales and Related Occupations
## 112                                  Healthcare Support Occupations
## 113                                          Management Occupations
## 114                   Business and Financial Operations Occupations
## 115               Installation, Maintenance, and Repair Occupations
## 116                                   Sales and Related Occupations
## 117                                          Management Occupations
## 118                                                                
## 119                  Life, Physical, and Social Science Occupations
## 120                                          Other (please specify)
## 121                                          Other (please specify)
## 122                                          Management Occupations
## 123                                          Production Occupations
## 124                         Construction and Extraction Occupations
## 125                                          Management Occupations
## 126                   Business and Financial Operations Occupations
## 127                   Business and Financial Operations Occupations
## 128                                          Other (please specify)
## 129               Installation, Maintenance, and Repair Occupations
## 130                                          Other (please specify)
## 131                        Architecture and Engineering Occupations
## 132                      Farming, Fishing, and Forestry Occupations
## 133                    Education, Training, and Library Occupations
## 134                                          Management Occupations
## 135                        Community and Social Service Occupations
## 136                                          Management Occupations
## 137                   Office and Administrative Support Occupations
## 138                           Personal Care and Service Occupations
## 139                                          Other (please specify)
## 140                        Architecture and Engineering Occupations
## 141                    Education, Training, and Library Occupations
## 142                                               Legal Occupations
## 143                                          Management Occupations
## 144                                               Legal Occupations
## 145                                               Legal Occupations
## 146                 Transportation and Materials Moving Occupations
## 147                                          Management Occupations
## 148                           Computer and Mathematical Occupations
## 149                                          Other (please specify)
## 150               Installation, Maintenance, and Repair Occupations
## 151                        Community and Social Service Occupations
## 152                         Construction and Extraction Occupations
## 153                        Architecture and Engineering Occupations
## 154                   Office and Administrative Support Occupations
## 155                                          Other (please specify)
## 156       Building and Grounds Cleaning and Maintenance Occupations
## 157                                          Management Occupations
## 158                        Architecture and Engineering Occupations
## 159                                               Legal Occupations
## 160                           Computer and Mathematical Occupations
## 161                    Education, Training, and Library Occupations
## 162                                          Management Occupations
## 163                   Office and Administrative Support Occupations
## 164                        Community and Social Service Occupations
## 165                    Education, Training, and Library Occupations
## 166                                          Other (please specify)
## 167                                                                
## 168                   Office and Administrative Support Occupations
## 169               Installation, Maintenance, and Repair Occupations
## 170                                  Healthcare Support Occupations
## 171                        Architecture and Engineering Occupations
## 172                                          Other (please specify)
## 173                           Computer and Mathematical Occupations
## 174                                               Legal Occupations
## 175                                          Management Occupations
## 176                                          Production Occupations
## 177                Food Preparation and Serving Related Occupations
## 178                    Education, Training, and Library Occupations
## 179                                  Protective Service Occupations
## 180                                                                
## 181                                          Management Occupations
## 182                    Education, Training, and Library Occupations
## 183                        Community and Social Service Occupations
## 184                                          Other (please specify)
## 185                                          Other (please specify)
## 186                        Architecture and Engineering Occupations
## 187                Food Preparation and Serving Related Occupations
## 188                        Community and Social Service Occupations
## 189                    Education, Training, and Library Occupations
## 190                                          Management Occupations
## 191                                          Management Occupations
## 192                                          Other (please specify)
## 193               Installation, Maintenance, and Repair Occupations
## 194                   Office and Administrative Support Occupations
## 195                                               Legal Occupations
## 196                   Office and Administrative Support Occupations
## 197                                   Sales and Related Occupations
## 198                                          Management Occupations
## 199                                          Management Occupations
## 200                    Education, Training, and Library Occupations
## 201                   Business and Financial Operations Occupations
## 202                                  Healthcare Support Occupations
## 203                                          Other (please specify)
## 204                                                                
## 205                                          Management Occupations
## 206                                          Other (please specify)
## 207              Healthcare Practitioners and Technical Occupations
## 208                                          Other (please specify)
## 209                                          Other (please specify)
## 210                                               Legal Occupations
## 211                                          Other (please specify)
## 212                                          Other (please specify)
## 213                                          Other (please specify)
## 214                                          Other (please specify)
## 215                                          Other (please specify)
## 216                                          Other (please specify)
## 217              Healthcare Practitioners and Technical Occupations
## 218                                  Healthcare Support Occupations
## 219                                          Other (please specify)
## 220                    Education, Training, and Library Occupations
## 221                                          Other (please specify)
## 222                    Education, Training, and Library Occupations
## 223                                          Other (please specify)
## 224                    Education, Training, and Library Occupations
## 225                   Business and Financial Operations Occupations
## 226                                          Other (please specify)
## 227                                   Sales and Related Occupations
## 228                    Education, Training, and Library Occupations
## 229                                          Other (please specify)
## 230                           Computer and Mathematical Occupations
## 231      Arts, Design, Entertainment, Sports, and Media Occupations
## 232                                          Other (please specify)
## 233              Healthcare Practitioners and Technical Occupations
## 234                                          Other (please specify)
## 235                                   Sales and Related Occupations
## 236                                          Management Occupations
## 237                                   Sales and Related Occupations
## 238                                          Other (please specify)
## 239      Arts, Design, Entertainment, Sports, and Media Occupations
## 240                                          Other (please specify)
## 241              Healthcare Practitioners and Technical Occupations
## 242                        Architecture and Engineering Occupations
## 243                                          Other (please specify)
## 244                                          Other (please specify)
## 245                Food Preparation and Serving Related Occupations
## 246                           Computer and Mathematical Occupations
## 247               Installation, Maintenance, and Repair Occupations
## 248              Healthcare Practitioners and Technical Occupations
## 249                    Education, Training, and Library Occupations
## 250                        Architecture and Engineering Occupations
## 251                   Business and Financial Operations Occupations
## 252                   Office and Administrative Support Occupations
## 253                    Education, Training, and Library Occupations
## 254                                          Other (please specify)
## 255                                          Management Occupations
## 256                  Life, Physical, and Social Science Occupations
## 257                  Life, Physical, and Social Science Occupations
## 258                                          Other (please specify)
## 259                                  Healthcare Support Occupations
## 260                           Computer and Mathematical Occupations
## 261                    Education, Training, and Library Occupations
## 262              Healthcare Practitioners and Technical Occupations
## 263                                          Other (please specify)
## 264                    Education, Training, and Library Occupations
## 265                   Office and Administrative Support Occupations
## 266                    Education, Training, and Library Occupations
## 267                   Office and Administrative Support Occupations
## 268                                   Sales and Related Occupations
## 269                                          Other (please specify)
## 270                    Education, Training, and Library Occupations
## 271                    Education, Training, and Library Occupations
## 272                                          Other (please specify)
## 273                           Computer and Mathematical Occupations
## 274                                          Management Occupations
## 275                    Education, Training, and Library Occupations
## 276                                  Healthcare Support Occupations
## 277                        Architecture and Engineering Occupations
## 278                                               Legal Occupations
## 279                                          Other (please specify)
## 280                                               Legal Occupations
## 281                        Architecture and Engineering Occupations
## 282                   Business and Financial Operations Occupations
## 283                                          Other (please specify)
## 284                  Life, Physical, and Social Science Occupations
## 285                                          Other (please specify)
## 286                Food Preparation and Serving Related Occupations
## 287                    Education, Training, and Library Occupations
## 288                                          Other (please specify)
## 289                                          Management Occupations
## 290                                   Sales and Related Occupations
## 291                           Computer and Mathematical Occupations
## 292                Food Preparation and Serving Related Occupations
## 293                                          Other (please specify)
## 294                   Business and Financial Operations Occupations
## 295                                          Other (please specify)
## 296                                          Other (please specify)
## 297                    Education, Training, and Library Occupations
## 298                                  Healthcare Support Occupations
## 299              Healthcare Practitioners and Technical Occupations
## 300                    Education, Training, and Library Occupations
## 301                Food Preparation and Serving Related Occupations
## 302                   Business and Financial Operations Occupations
## 303                   Office and Administrative Support Occupations
## 304              Healthcare Practitioners and Technical Occupations
## 305                   Office and Administrative Support Occupations
## 306                           Computer and Mathematical Occupations
## 307                                          Other (please specify)
## 308                                   Sales and Related Occupations
## 309      Arts, Design, Entertainment, Sports, and Media Occupations
## 310                                          Other (please specify)
## 311                                          Other (please specify)
## 312                                          Other (please specify)
## 313                                          Other (please specify)
## 314                   Office and Administrative Support Occupations
## 315                                          Other (please specify)
## 316                                          Other (please specify)
## 317                                          Other (please specify)
## 318                    Education, Training, and Library Occupations
## 319                                          Management Occupations
## 320                                          Other (please specify)
## 321                                          Other (please specify)
## 322                           Computer and Mathematical Occupations
## 323                                          Other (please specify)
## 324                Food Preparation and Serving Related Occupations
## 325                   Business and Financial Operations Occupations
## 326                                          Other (please specify)
## 327                    Education, Training, and Library Occupations
## 328                   Office and Administrative Support Occupations
## 329      Arts, Design, Entertainment, Sports, and Media Occupations
## 330                                                                
## 331                                          Other (please specify)
## 332                                          Other (please specify)
## 333      Arts, Design, Entertainment, Sports, and Media Occupations
## 334                                          Other (please specify)
## 335                                          Management Occupations
## 336                         Construction and Extraction Occupations
## 337                                          Other (please specify)
## 338                                          Management Occupations
## 339                                          Other (please specify)
## 340                   Office and Administrative Support Occupations
## 341                    Education, Training, and Library Occupations
## 342                                          Other (please specify)
## 343      Arts, Design, Entertainment, Sports, and Media Occupations
## 344                                          Production Occupations
## 345                                               Legal Occupations
## 346                                          Management Occupations
## 347                                          Other (please specify)
## 348                           Personal Care and Service Occupations
## 349                   Office and Administrative Support Occupations
## 350                   Office and Administrative Support Occupations
## 351                                          Management Occupations
## 352                    Education, Training, and Library Occupations
## 353                 Transportation and Materials Moving Occupations
## 354                           Personal Care and Service Occupations
## 355                                          Other (please specify)
## 356                   Business and Financial Operations Occupations
## 357                    Education, Training, and Library Occupations
## 358                                   Sales and Related Occupations
## 359                                          Other (please specify)
## 360                                          Management Occupations
## 361                                          Other (please specify)
## 362                                  Healthcare Support Occupations
## 363                           Computer and Mathematical Occupations
## 364                                          Other (please specify)
## 365                   Office and Administrative Support Occupations
## 366                    Education, Training, and Library Occupations
## 367      Arts, Design, Entertainment, Sports, and Media Occupations
## 368                    Education, Training, and Library Occupations
## 369                                          Other (please specify)
## 370                                                                
## 371                                   Sales and Related Occupations
## 372                    Education, Training, and Library Occupations
## 373                                          Other (please specify)
## 374                                          Other (please specify)
## 375                                          Other (please specify)
## 376                                          Management Occupations
## 377                    Education, Training, and Library Occupations
## 378                                          Other (please specify)
## 379                                          Management Occupations
## 380                   Office and Administrative Support Occupations
## 381                                          Other (please specify)
## 382                           Personal Care and Service Occupations
## 383                                          Other (please specify)
## 384                                          Other (please specify)
## 385                                          Other (please specify)
## 386                                   Sales and Related Occupations
## 387                   Office and Administrative Support Occupations
## 388                                          Management Occupations
## 389                                   Sales and Related Occupations
## 390                                                                
## 391                                   Sales and Related Occupations
## 392                           Computer and Mathematical Occupations
## 393                                  Healthcare Support Occupations
## 394                                          Other (please specify)
## 395                                          Other (please specify)
## 396                    Education, Training, and Library Occupations
## 397                                          Other (please specify)
## 398                                          Other (please specify)
## 399                   Office and Administrative Support Occupations
## 400                   Office and Administrative Support Occupations
## 401                                                                
## 402                         Construction and Extraction Occupations
## 403                 Transportation and Materials Moving Occupations
## 404                                          Other (please specify)
## 405                                          Other (please specify)
## 406                    Education, Training, and Library Occupations
## 407                   Office and Administrative Support Occupations
## 408                                          Production Occupations
## 409                   Office and Administrative Support Occupations
## 410              Healthcare Practitioners and Technical Occupations
## 411                    Education, Training, and Library Occupations
## 412      Arts, Design, Entertainment, Sports, and Media Occupations
## 413                           Computer and Mathematical Occupations
## 414                                                                
## 415                                               Legal Occupations
## 416                                   Sales and Related Occupations
## 417                                          Management Occupations
## 418                   Business and Financial Operations Occupations
## 419      Arts, Design, Entertainment, Sports, and Media Occupations
## 420                                               Legal Occupations
## 421                                          Other (please specify)
## 422              Healthcare Practitioners and Technical Occupations
## 423                                          Other (please specify)
## 424                                          Management Occupations
## 425                                          Other (please specify)
## 426                                          Management Occupations
## 427                   Office and Administrative Support Occupations
## 428                                          Other (please specify)
## 429      Arts, Design, Entertainment, Sports, and Media Occupations
## 430                           Computer and Mathematical Occupations
## 431                                  Healthcare Support Occupations
## 432                   Business and Financial Operations Occupations
## 433               Installation, Maintenance, and Repair Occupations
## 434                                   Sales and Related Occupations
## 435                   Business and Financial Operations Occupations
## 436                                          Other (please specify)
## 437                                          Other (please specify)
## 438                                          Other (please specify)
## 439                                               Legal Occupations
## 440                    Education, Training, and Library Occupations
## 441                   Business and Financial Operations Occupations
## 442                                          Management Occupations
## 443                                          Other (please specify)
## 444                        Community and Social Service Occupations
## 445              Healthcare Practitioners and Technical Occupations
## 446                                          Other (please specify)
## 447                    Education, Training, and Library Occupations
## 448                    Education, Training, and Library Occupations
## 449                                          Other (please specify)
## 450                                          Other (please specify)
## 451                                          Other (please specify)
## 452                                          Other (please specify)
## 453                Food Preparation and Serving Related Occupations
## 454                    Education, Training, and Library Occupations
## 455                   Office and Administrative Support Occupations
## 456                           Personal Care and Service Occupations
## 457                                  Healthcare Support Occupations
## 458                                          Other (please specify)
## 459                                                                
## 460                                          Other (please specify)
## 461              Healthcare Practitioners and Technical Occupations
## 462                                          Other (please specify)
## 463                           Personal Care and Service Occupations
## 464                    Education, Training, and Library Occupations
## 465                    Education, Training, and Library Occupations
## 466                   Office and Administrative Support Occupations
## 467              Healthcare Practitioners and Technical Occupations
## 468                                          Other (please specify)
## 469               Installation, Maintenance, and Repair Occupations
## 470                                          Other (please specify)
## 471                    Education, Training, and Library Occupations
## 472                                          Other (please specify)
## 473                   Office and Administrative Support Occupations
## 474                                          Other (please specify)
## 475                                                                
## 476                                          Management Occupations
## 477                                               Legal Occupations
## 478                                          Other (please specify)
## 479                   Business and Financial Operations Occupations
## 480                    Education, Training, and Library Occupations
## 481                                          Management Occupations
## 482              Healthcare Practitioners and Technical Occupations
## 483                    Education, Training, and Library Occupations
## 484              Healthcare Practitioners and Technical Occupations
## 485                Food Preparation and Serving Related Occupations
## 486                                          Other (please specify)
## 487                                                                
## 488                                          Other (please specify)
## 489                                          Other (please specify)
## 490                   Office and Administrative Support Occupations
## 491                                          Other (please specify)
## 492                                                                
## 493                                          Other (please specify)
## 494                                   Sales and Related Occupations
## 495                    Education, Training, and Library Occupations
## 496                                          Other (please specify)
## 497                                               Legal Occupations
## 498                   Business and Financial Operations Occupations
## 499                                   Sales and Related Occupations
## 500                    Education, Training, and Library Occupations
## 501                   Business and Financial Operations Occupations
## 502                                          Other (please specify)
## 503                                          Other (please specify)
## 504                                          Other (please specify)
## 505                                                                
## 506                   Office and Administrative Support Occupations
## 507                                          Other (please specify)
## 508              Healthcare Practitioners and Technical Occupations
## 509                    Education, Training, and Library Occupations
## 510                                          Other (please specify)
## 511                           Computer and Mathematical Occupations
## 512                           Computer and Mathematical Occupations
## 513                                          Other (please specify)
## 514                                          Other (please specify)
## 515      Arts, Design, Entertainment, Sports, and Media Occupations
## 516                                          Other (please specify)
## 517                    Education, Training, and Library Occupations
## 518                                          Other (please specify)
## 519                    Education, Training, and Library Occupations
## 520                                          Other (please specify)
## 521                    Education, Training, and Library Occupations
## 522                                   Sales and Related Occupations
## 523                                          Other (please specify)
## 524                                          Other (please specify)
## 525              Healthcare Practitioners and Technical Occupations
## 526                   Office and Administrative Support Occupations
## 527                                          Other (please specify)
## 528                                          Other (please specify)
## 529                           Computer and Mathematical Occupations
## 530                        Architecture and Engineering Occupations
## 531                                          Other (please specify)
## 532                                          Other (please specify)
## 533                                          Other (please specify)
## 534                                          Other (please specify)
## 535              Healthcare Practitioners and Technical Occupations
## 536                                               Legal Occupations
## 537                                  Protective Service Occupations
## 538                                          Other (please specify)
## 539                    Education, Training, and Library Occupations
## 540                                          Other (please specify)
## 541                                   Sales and Related Occupations
## 542              Healthcare Practitioners and Technical Occupations
## 543                    Education, Training, and Library Occupations
## 544                    Education, Training, and Library Occupations
## 545                                               Legal Occupations
## 546                        Community and Social Service Occupations
## 547                                          Other (please specify)
## 548                                          Other (please specify)
## 549                                   Sales and Related Occupations
## 550                    Education, Training, and Library Occupations
## 551                                          Other (please specify)
## 552                    Education, Training, and Library Occupations
## 553                                          Other (please specify)
## 554                                               Legal Occupations
## 555                                          Management Occupations
## 556                                   Sales and Related Occupations
## 557                    Education, Training, and Library Occupations
## 558                                                                
## 559                                          Other (please specify)
## 560              Healthcare Practitioners and Technical Occupations
## 561                                          Other (please specify)
## 562                                          Other (please specify)
## 563                                          Other (please specify)
## 564                Food Preparation and Serving Related Occupations
## 565                                          Other (please specify)
## 566                                          Other (please specify)
## 567                                          Production Occupations
## 568                                          Other (please specify)
## 569                                          Production Occupations
## 570                    Education, Training, and Library Occupations
## 571                    Education, Training, and Library Occupations
## 572                   Business and Financial Operations Occupations
## 573      Arts, Design, Entertainment, Sports, and Media Occupations
## 574                        Architecture and Engineering Occupations
## 575                 Transportation and Materials Moving Occupations
## 576                   Office and Administrative Support Occupations
## 577                                  Healthcare Support Occupations
## 578                                          Other (please specify)
## 579                                          Management Occupations
## 580                           Computer and Mathematical Occupations
## 581                    Education, Training, and Library Occupations
## 582                                          Other (please specify)
## 583      Arts, Design, Entertainment, Sports, and Media Occupations
## 584                                                                
## 585      Arts, Design, Entertainment, Sports, and Media Occupations
## 586                                          Other (please specify)
## 587              Healthcare Practitioners and Technical Occupations
## 588                                          Other (please specify)
## 589                                   Sales and Related Occupations
## 590                    Education, Training, and Library Occupations
## 591                    Education, Training, and Library Occupations
## 592                                          Other (please specify)
## 593                    Education, Training, and Library Occupations
## 594                        Architecture and Engineering Occupations
## 595                                  Healthcare Support Occupations
## 596                    Education, Training, and Library Occupations
## 597                    Education, Training, and Library Occupations
## 598                  Life, Physical, and Social Science Occupations
## 599                        Architecture and Engineering Occupations
## 600                                          Other (please specify)
## 601                                          Production Occupations
## 602                                          Other (please specify)
## 603                Food Preparation and Serving Related Occupations
## 604                    Education, Training, and Library Occupations
## 605                    Education, Training, and Library Occupations
## 606              Healthcare Practitioners and Technical Occupations
## 607                    Education, Training, and Library Occupations
## 608                        Architecture and Engineering Occupations
## 609                   Business and Financial Operations Occupations
## 610              Healthcare Practitioners and Technical Occupations
## 611                           Personal Care and Service Occupations
## 612                   Business and Financial Operations Occupations
## 613                  Life, Physical, and Social Science Occupations
## 614                                          Other (please specify)
## 615                                          Other (please specify)
## 616                   Office and Administrative Support Occupations
## 617                                          Other (please specify)
## 618                                   Sales and Related Occupations
## 619                  Life, Physical, and Social Science Occupations
## 620                  Life, Physical, and Social Science Occupations
## 621                   Business and Financial Operations Occupations
## 622                           Computer and Mathematical Occupations
## 623                                          Other (please specify)
## 624                                  Healthcare Support Occupations
## 625                                          Management Occupations
## 626                           Computer and Mathematical Occupations
## 627                    Education, Training, and Library Occupations
## 628                                   Sales and Related Occupations
## 629                      Farming, Fishing, and Forestry Occupations
## 630                                          Other (please specify)
## 631                        Community and Social Service Occupations
## 632                   Office and Administrative Support Occupations
## 633                 Transportation and Materials Moving Occupations
## 634                   Office and Administrative Support Occupations
## 635                                          Other (please specify)
## 636                                   Sales and Related Occupations
## 637                                          Other (please specify)
## 638                        Architecture and Engineering Occupations
## 639                                          Other (please specify)
## 640                                          Other (please specify)
## 641                    Education, Training, and Library Occupations
## 642                                                                
## 643              Healthcare Practitioners and Technical Occupations
## 644                                          Other (please specify)
## 645                   Office and Administrative Support Occupations
## 646                    Education, Training, and Library Occupations
## 647                                          Other (please specify)
## 648                   Office and Administrative Support Occupations
## 649                  Life, Physical, and Social Science Occupations
## 650                                          Other (please specify)
## 651                                   Sales and Related Occupations
## 652                                  Healthcare Support Occupations
## 653                  Life, Physical, and Social Science Occupations
## 654                                          Other (please specify)
## 655                           Computer and Mathematical Occupations
## 656                                  Healthcare Support Occupations
## 657                                          Other (please specify)
## 658              Healthcare Practitioners and Technical Occupations
## 659               Installation, Maintenance, and Repair Occupations
## 660                                          Other (please specify)
## 661                                          Other (please specify)
## 662                                   Sales and Related Occupations
## 663                                          Other (please specify)
## 664                                          Other (please specify)
## 665                                               Legal Occupations
## 666                                          Other (please specify)
## 667                    Education, Training, and Library Occupations
## 668      Arts, Design, Entertainment, Sports, and Media Occupations
## 669                                          Other (please specify)
## 670                    Education, Training, and Library Occupations
## 671                    Education, Training, and Library Occupations
## 672                        Community and Social Service Occupations
## 673                    Education, Training, and Library Occupations
## 674                    Education, Training, and Library Occupations
## 675                                          Other (please specify)
## 676                                  Protective Service Occupations
## 677      Arts, Design, Entertainment, Sports, and Media Occupations
## 678                                          Other (please specify)
## 679                                          Other (please specify)
## 680                   Office and Administrative Support Occupations
## 681                        Architecture and Engineering Occupations
## 682                                          Other (please specify)
## 683                         Construction and Extraction Occupations
## 684      Arts, Design, Entertainment, Sports, and Media Occupations
## 685                                          Management Occupations
## 686              Healthcare Practitioners and Technical Occupations
## 687                                          Other (please specify)
## 688                                          Other (please specify)
## 689                   Office and Administrative Support Occupations
## 690      Arts, Design, Entertainment, Sports, and Media Occupations
## 691                        Architecture and Engineering Occupations
## 692                                   Sales and Related Occupations
## 693                   Business and Financial Operations Occupations
## 694                                          Other (please specify)
## 695                                          Other (please specify)
## 696                                          Other (please specify)
## 697                   Business and Financial Operations Occupations
## 698                           Computer and Mathematical Occupations
## 699                                  Healthcare Support Occupations
## 700                    Education, Training, and Library Occupations
## 701              Healthcare Practitioners and Technical Occupations
## 702                           Computer and Mathematical Occupations
## 703                                          Other (please specify)
## 704      Arts, Design, Entertainment, Sports, and Media Occupations
## 705                        Community and Social Service Occupations
## 706                           Personal Care and Service Occupations
## 707                                  Healthcare Support Occupations
## 708                Food Preparation and Serving Related Occupations
## 709                   Business and Financial Operations Occupations
## 710                                  Healthcare Support Occupations
## 711                                               Legal Occupations
## 712       Building and Grounds Cleaning and Maintenance Occupations
## 713                                          Other (please specify)
## 714                                                                
## 715      Arts, Design, Entertainment, Sports, and Media Occupations
## 716                                          Other (please specify)
## 717                                          Other (please specify)
## 718                    Education, Training, and Library Occupations
## 719       Building and Grounds Cleaning and Maintenance Occupations
## 720                                          Other (please specify)
## 721                 Transportation and Materials Moving Occupations
## 722                                          Other (please specify)
## 723                    Education, Training, and Library Occupations
## 724                                                                
## 725                   Office and Administrative Support Occupations
## 726                                  Healthcare Support Occupations
## 727                        Community and Social Service Occupations
## 728                                          Other (please specify)
## 729                   Business and Financial Operations Occupations
## 730                                          Other (please specify)
## 731                   Office and Administrative Support Occupations
## 732                                   Sales and Related Occupations
## 733                                          Other (please specify)
## 734      Arts, Design, Entertainment, Sports, and Media Occupations
## 735                                          Management Occupations
## 736                    Education, Training, and Library Occupations
## 737      Arts, Design, Entertainment, Sports, and Media Occupations
## 738                                  Healthcare Support Occupations
## 739                                  Healthcare Support Occupations
## 740                                          Other (please specify)
## 741                                          Other (please specify)
## 742                                                                
## 743                           Personal Care and Service Occupations
## 744                                          Other (please specify)
## 745                                          Other (please specify)
## 746                   Office and Administrative Support Occupations
## 747                   Office and Administrative Support Occupations
## 748                                  Healthcare Support Occupations
## 749                                                                
## 750              Healthcare Practitioners and Technical Occupations
## 751                                          Other (please specify)
## 752                   Business and Financial Operations Occupations
## 753                                          Other (please specify)
## 754                                          Other (please specify)
## 755                                  Healthcare Support Occupations
## 756                  Life, Physical, and Social Science Occupations
## 757                   Office and Administrative Support Occupations
## 758                                          Management Occupations
## 759                    Education, Training, and Library Occupations
## 760                                          Management Occupations
## 761                   Office and Administrative Support Occupations
## 762                      Farming, Fishing, and Forestry Occupations
## 763              Healthcare Practitioners and Technical Occupations
## 764                                          Production Occupations
## 765                        Architecture and Engineering Occupations
## 766                    Education, Training, and Library Occupations
## 767                                          Other (please specify)
## 768                           Computer and Mathematical Occupations
## 769                           Computer and Mathematical Occupations
## 770                                          Production Occupations
## 771                                               Legal Occupations
## 772                                   Sales and Related Occupations
## 773                                          Other (please specify)
## 774                   Office and Administrative Support Occupations
## 775                        Community and Social Service Occupations
## 776                           Computer and Mathematical Occupations
## 777                    Education, Training, and Library Occupations
## 778                                          Other (please specify)
## 779                   Office and Administrative Support Occupations
## 780                                          Other (please specify)
## 781                        Architecture and Engineering Occupations
## 782                                               Legal Occupations
## 783      Arts, Design, Entertainment, Sports, and Media Occupations
## 784                                          Other (please specify)
## 785                    Education, Training, and Library Occupations
## 786                        Community and Social Service Occupations
## 787              Healthcare Practitioners and Technical Occupations
## 788                    Education, Training, and Library Occupations
## 789                                                                
## 790              Healthcare Practitioners and Technical Occupations
## 791                   Office and Administrative Support Occupations
## 792                                          Other (please specify)
## 793      Arts, Design, Entertainment, Sports, and Media Occupations
## 794                                          Management Occupations
## 795                  Life, Physical, and Social Science Occupations
## 796                                   Sales and Related Occupations
## 797                         Construction and Extraction Occupations
## 798                    Education, Training, and Library Occupations
## 799                         Construction and Extraction Occupations
## 800                   Office and Administrative Support Occupations
## 801                   Office and Administrative Support Occupations
## 802                                          Other (please specify)
## 803                        Community and Social Service Occupations
## 804                                          Other (please specify)
## 805                   Office and Administrative Support Occupations
## 806                        Community and Social Service Occupations
## 807      Arts, Design, Entertainment, Sports, and Media Occupations
## 808                    Education, Training, and Library Occupations
## 809                                          Other (please specify)
## 810                   Business and Financial Operations Occupations
## 811                        Community and Social Service Occupations
## 812                                   Sales and Related Occupations
## 813                    Education, Training, and Library Occupations
## 814                           Computer and Mathematical Occupations
## 815                                          Management Occupations
## 816                                   Sales and Related Occupations
## 817                                          Other (please specify)
## 818                                  Healthcare Support Occupations
## 819                   Business and Financial Operations Occupations
## 820                                   Sales and Related Occupations
## 821                           Computer and Mathematical Occupations
## 822                    Education, Training, and Library Occupations
## 823                                          Other (please specify)
## 824                                          Other (please specify)
## 825                    Education, Training, and Library Occupations
## 826                                  Healthcare Support Occupations
## 827                                          Management Occupations
## 828                                  Protective Service Occupations
## 829                         Construction and Extraction Occupations
## 830                                          Other (please specify)
## 831                                          Other (please specify)
## 832                   Business and Financial Operations Occupations
## 833                        Community and Social Service Occupations
## 834                                          Other (please specify)
## 835                    Education, Training, and Library Occupations
## 836                                          Other (please specify)
## 837                   Office and Administrative Support Occupations
## 838                           Computer and Mathematical Occupations
## 839                                          Other (please specify)
## 840                                               Legal Occupations
## 841              Healthcare Practitioners and Technical Occupations
## 842                                          Other (please specify)
## 843               Installation, Maintenance, and Repair Occupations
## 844                  Life, Physical, and Social Science Occupations
## 845                                   Sales and Related Occupations
## 846                           Computer and Mathematical Occupations
## 847                                          Other (please specify)
## 848                    Education, Training, and Library Occupations
## 849                    Education, Training, and Library Occupations
## 850                        Community and Social Service Occupations
## 851              Healthcare Practitioners and Technical Occupations
## 852                                          Other (please specify)
## 853                                          Other (please specify)
## 854                   Office and Administrative Support Occupations
## 855                                               Legal Occupations
## 856                           Computer and Mathematical Occupations
## 857                   Office and Administrative Support Occupations
## 858                                          Management Occupations
## 859                                          Management Occupations
## 860                                               Legal Occupations
## 861                                               Legal Occupations
## 862                                          Other (please specify)
## 863                    Education, Training, and Library Occupations
## 864                                          Management Occupations
## 865                                                                
## 866                                          Other (please specify)
## 867                    Education, Training, and Library Occupations
## 868                    Education, Training, and Library Occupations
## 869                           Personal Care and Service Occupations
## 870                        Architecture and Engineering Occupations
## 871                                  Healthcare Support Occupations
## 872                                          Other (please specify)
## 873                                          Other (please specify)
## 874                                          Other (please specify)
## 875                           Computer and Mathematical Occupations
## 876                                          Other (please specify)
## 877                   Business and Financial Operations Occupations
## 878                                          Other (please specify)
## 879                    Education, Training, and Library Occupations
## 880                                          Other (please specify)
## 881                   Office and Administrative Support Occupations
## 882                   Business and Financial Operations Occupations
## 883                                          Other (please specify)
## 884                                               Legal Occupations
## 885                        Architecture and Engineering Occupations
## 886                                          Other (please specify)
## 887                                   Sales and Related Occupations
## 888                                          Other (please specify)
## 889                   Office and Administrative Support Occupations
## 890                                          Other (please specify)
## 891                Food Preparation and Serving Related Occupations
## 892                  Life, Physical, and Social Science Occupations
## 893                                               Legal Occupations
## 894                                               Legal Occupations
## 895                                          Other (please specify)
## 896                                          Management Occupations
## 897                    Education, Training, and Library Occupations
## 898                   Office and Administrative Support Occupations
## 899                                  Healthcare Support Occupations
## 900                    Education, Training, and Library Occupations
## 901                   Office and Administrative Support Occupations
## 902                                          Management Occupations
## 903                        Community and Social Service Occupations
## 904              Healthcare Practitioners and Technical Occupations
## 905                           Computer and Mathematical Occupations
## 906                           Computer and Mathematical Occupations
## 907                                          Other (please specify)
## 908              Healthcare Practitioners and Technical Occupations
## 909                                          Management Occupations
## 910                    Education, Training, and Library Occupations
## 911                                   Sales and Related Occupations
## 912                   Office and Administrative Support Occupations
## 913                    Education, Training, and Library Occupations
## 914              Healthcare Practitioners and Technical Occupations
## 915                    Education, Training, and Library Occupations
## 916                                          Other (please specify)
## 917                    Education, Training, and Library Occupations
## 918                    Education, Training, and Library Occupations
## 919                Food Preparation and Serving Related Occupations
## 920                  Life, Physical, and Social Science Occupations
## 921                           Personal Care and Service Occupations
## 922                                          Other (please specify)
## 923                                          Other (please specify)
## 924                                          Production Occupations
## 925      Arts, Design, Entertainment, Sports, and Media Occupations
## 926                   Office and Administrative Support Occupations
## 927                    Education, Training, and Library Occupations
## 928                  Life, Physical, and Social Science Occupations
## 929                   Office and Administrative Support Occupations
## 930                  Life, Physical, and Social Science Occupations
## 931                                  Healthcare Support Occupations
## 932                   Business and Financial Operations Occupations
## 933                                          Other (please specify)
## 934                                          Other (please specify)
## 935                                          Other (please specify)
## 936                    Education, Training, and Library Occupations
## 937                   Business and Financial Operations Occupations
## 938                   Business and Financial Operations Occupations
## 939                                               Legal Occupations
## 940                  Life, Physical, and Social Science Occupations
## 941                                          Other (please specify)
## 942                   Office and Administrative Support Occupations
## 943      Arts, Design, Entertainment, Sports, and Media Occupations
## 944                        Architecture and Engineering Occupations
## 945                   Office and Administrative Support Occupations
## 946                    Education, Training, and Library Occupations
## 947                   Business and Financial Operations Occupations
## 948                                          Management Occupations
## 949                                          Management Occupations
## 950              Healthcare Practitioners and Technical Occupations
## 951                                          Other (please specify)
## 952                   Office and Administrative Support Occupations
## 953                    Education, Training, and Library Occupations
## 954                   Office and Administrative Support Occupations
## 955      Arts, Design, Entertainment, Sports, and Media Occupations
## 956                    Education, Training, and Library Occupations
## 957                    Education, Training, and Library Occupations
## 958                                          Other (please specify)
## 959                    Education, Training, and Library Occupations
## 960                                          Other (please specify)
## 961                   Office and Administrative Support Occupations
## 962      Arts, Design, Entertainment, Sports, and Media Occupations
## 963                                                                
## 964                    Education, Training, and Library Occupations
## 965                                          Other (please specify)
## 966                           Personal Care and Service Occupations
## 967      Arts, Design, Entertainment, Sports, and Media Occupations
## 968                                   Sales and Related Occupations
## 969                   Office and Administrative Support Occupations
## 970                                          Other (please specify)
## 971                                          Other (please specify)
## 972      Arts, Design, Entertainment, Sports, and Media Occupations
## 973                        Community and Social Service Occupations
## 974                                               Legal Occupations
## 975                           Computer and Mathematical Occupations
## 976       Building and Grounds Cleaning and Maintenance Occupations
## 977                   Office and Administrative Support Occupations
## 978                                          Management Occupations
## 979                                   Sales and Related Occupations
## 980                   Office and Administrative Support Occupations
## 981                    Education, Training, and Library Occupations
## 982                                          Other (please specify)
## 983              Healthcare Practitioners and Technical Occupations
## 984              Healthcare Practitioners and Technical Occupations
## 985                        Community and Social Service Occupations
## 986                    Education, Training, and Library Occupations
## 987                                               Legal Occupations
## 988                                          Other (please specify)
## 989                    Education, Training, and Library Occupations
## 990                                          Management Occupations
## 991                    Education, Training, and Library Occupations
## 992                                          Other (please specify)
## 993                                  Healthcare Support Occupations
## 994                                          Management Occupations
## 995                        Architecture and Engineering Occupations
## 996                                          Other (please specify)
## 997                  Life, Physical, and Social Science Occupations
## 998                           Computer and Mathematical Occupations
## 999              Healthcare Practitioners and Technical Occupations
## 1000                   Education, Training, and Library Occupations
## 1001             Healthcare Practitioners and Technical Occupations
## 1002                  Office and Administrative Support Occupations
## 1003                                         Other (please specify)
## 1004                                         Other (please specify)
## 1005                  Office and Administrative Support Occupations
## 1006                                         Other (please specify)
## 1007     Arts, Design, Entertainment, Sports, and Media Occupations
## 1008                                         Other (please specify)
## 1009                  Office and Administrative Support Occupations
## 1010                                 Protective Service Occupations
## 1011                  Office and Administrative Support Occupations
## 1012                                         Management Occupations
## 1013                                  Sales and Related Occupations
## 1014                   Education, Training, and Library Occupations
## 1015                   Education, Training, and Library Occupations
## 1016                  Office and Administrative Support Occupations
## 1017                          Computer and Mathematical Occupations
## 1018                          Computer and Mathematical Occupations
## 1019                                         Other (please specify)
## 1020                                         Other (please specify)
## 1021                                         Other (please specify)
## 1022                                         Other (please specify)
## 1023                                 Healthcare Support Occupations
## 1024                                         Other (please specify)
## 1025                          Computer and Mathematical Occupations
## 1026                                  Sales and Related Occupations
## 1027                   Education, Training, and Library Occupations
## 1028                   Education, Training, and Library Occupations
## 1029                       Architecture and Engineering Occupations
## 1030                                 Healthcare Support Occupations
## 1031                                         Other (please specify)
## 1032                   Education, Training, and Library Occupations
## 1033                                                               
## 1034                   Education, Training, and Library Occupations
## 1035                  Office and Administrative Support Occupations
## 1036                                         Management Occupations
## 1037                   Education, Training, and Library Occupations
## 1038                          Computer and Mathematical Occupations
## 1039                                         Other (please specify)
## 1040                                         Other (please specify)
## 1041             Healthcare Practitioners and Technical Occupations
## 1042                                         Other (please specify)
## 1043                     Farming, Fishing, and Forestry Occupations
## 1044                 Life, Physical, and Social Science Occupations
## 1045                                 Healthcare Support Occupations
## 1046                        Construction and Extraction Occupations
## 1047                                         Other (please specify)
## 1048                  Office and Administrative Support Occupations
## 1049                   Education, Training, and Library Occupations
## 1050              Installation, Maintenance, and Repair Occupations
## 1051                                 Healthcare Support Occupations
## 1052                   Education, Training, and Library Occupations
## 1053                                         Other (please specify)
## 1054                          Personal Care and Service Occupations
## 1055                                         Management Occupations
## 1056                   Education, Training, and Library Occupations
## 1057                                         Management Occupations
## 1058                                         Other (please specify)
## 1059             Healthcare Practitioners and Technical Occupations
## 1060             Healthcare Practitioners and Technical Occupations
## 1061                                         Other (please specify)
## 1062                                         Other (please specify)
## 1063                                         Other (please specify)
## 1064                                         Other (please specify)
## 1065                                         Other (please specify)
## 1066                  Business and Financial Operations Occupations
## 1067                                         Other (please specify)
## 1068                                         Other (please specify)
## 1069                                 Protective Service Occupations
## 1070                                         Production Occupations
## 1071             Healthcare Practitioners and Technical Occupations
## 1072                                         Other (please specify)
## 1073                                  Sales and Related Occupations
## 1074                                         Other (please specify)
## 1075                                              Legal Occupations
## 1076                                         Other (please specify)
## 1077                   Education, Training, and Library Occupations
## 1078                       Community and Social Service Occupations
## 1079                                 Healthcare Support Occupations
## 1080               Food Preparation and Serving Related Occupations
## 1081                                 Healthcare Support Occupations
## 1082                                         Other (please specify)
## 1083                  Office and Administrative Support Occupations
## 1084                                         Management Occupations
## 1085                   Education, Training, and Library Occupations
## 1086                                 Healthcare Support Occupations
## 1087                  Office and Administrative Support Occupations
## 1088                  Office and Administrative Support Occupations
## 1089                                         Management Occupations
## 1090     Arts, Design, Entertainment, Sports, and Media Occupations
## 1091                                         Other (please specify)
## 1092                                         Management Occupations
## 1093     Arts, Design, Entertainment, Sports, and Media Occupations
## 1094                  Office and Administrative Support Occupations
##                                                              att26
## 1                                           Other (please specify)
## 2                                                          Student
## 3                                                                 
## 4                                                                 
## 5                                                                 
## 6                                                                 
## 7                                                                 
## 8                                                                 
## 9                                                                 
## 10                                           Technology Consultant
## 11                                                         retired
## 12                                                                
## 13                                                                
## 14                                                                
## 15                                                                
## 16                                                                
## 17                                                                
## 18                                                    fire service
## 19                                       Aviation customer service
## 20                                                                
## 21                                                                
## 22                                                                
## 23                                                                
## 24                                                                
## 25                                                                
## 26                                                             n/a
## 27                                                Retired Military
## 28                                                                
## 29                                                                
## 30                                                                
## 31                                                                
## 32                                                                
## 33                                                                
## 34                                                                
## 35                                                                
## 36                                                                
## 37                              Data Entry for a Marketing Company
## 38                                                                
## 39                                                                
## 40                                                                
## 41                                                                
## 42                                                                
## 43                                                                
## 44                                                                
## 45                                                                
## 46                                                                
## 47                                                                
## 48                                                                
## 49                                                                
## 50                                                                
## 51                                                                
## 52                                                                
## 53                                 Property Management; Desk Clerk
## 54                                                                
## 55                                                                
## 56                                                                
## 57                                     All of the above: Homemaker
## 58                                                                
## 59                                                                
## 60                                                                
## 61                                                                
## 62                                                                
## 63                                                                
## 64                                                                
## 65                                                                
## 66                                                                
## 67                                                                
## 68                                                                
## 69                                                                
## 70                                                                
## 71                                                                
## 72                                                                
## 73                                                                
## 74                                                                
## 75                                                         Retired
## 76                                                                
## 77                                                                
## 78                                                                
## 79                                                                
## 80                                                         retired
## 81                                                        military
## 82                                                                
## 83                                                         retired
## 84                                                                
## 85                                                                
## 86                                                                
## 87                                                                
## 88                                                                
## 89                                                                
## 90                                    Energy (Natural Gas Storage)
## 91                                                                
## 92                                                                
## 93                                                                
## 94                                                                
## 95                                                                
## 96                                                                
## 97                                                                
## 98                                                                
## 99                                                                
## 100                                                               
## 101                                                               
## 102                                                               
## 103                                                               
## 104                                                               
## 105                                                               
## 106                                                               
## 107                                                               
## 108                                                   i'm disabled
## 109                                                               
## 110                                                               
## 111                                                               
## 112                                                               
## 113                                                               
## 114                                                               
## 115                                                               
## 116                                                               
## 117                                                               
## 118                                                               
## 119                                                               
## 120                                       Retired, Law Enforcement
## 121                                                  Cosemtologist
## 122                                                               
## 123                                                               
## 124                                                               
## 125                                                               
## 126                                                               
## 127                                                               
## 128                                          Non-profit Management
## 129                                                               
## 130                                           Small business owner
## 131                                                               
## 132                                                               
## 133                                                               
## 134                                                               
## 135                                                               
## 136                                                               
## 137                                                               
## 138                                                               
## 139                                                      Homemaker
## 140                                                               
## 141                                                               
## 142                                                               
## 143                                                               
## 144                                                               
## 145                                                               
## 146                                                               
## 147                                                               
## 148                                                               
## 149                                                       disabled
## 150                                                               
## 151                                                               
## 152                                                               
## 153                                                               
## 154                                                               
## 155                                                        retired
## 156                                                               
## 157                                                               
## 158                                                               
## 159                                                               
## 160                                                               
## 161                                                               
## 162                                                               
## 163                                                               
## 164                                                               
## 165                                                               
## 166                                      Environmental consultants
## 167                                                               
## 168                                                               
## 169                                                               
## 170                                                               
## 171                                                               
## 172                                          Securities compliance
## 173                                                               
## 174                                                               
## 175                                                               
## 176                                                               
## 177                                                               
## 178                                                               
## 179                                                               
## 180                                                               
## 181                                                               
## 182                                                               
## 183                                                               
## 184                                                 police officer
## 185                                                law enforcement
## 186                                                               
## 187                                                               
## 188                                                               
## 189                                                               
## 190                                                               
## 191                                                               
## 192                                unemployed and looking for work
## 193                                                               
## 194                                                               
## 195                                                               
## 196                                                               
## 197                                                               
## 198                                                               
## 199                                                               
## 200                                                               
## 201                                                               
## 202                                                               
## 203                                                        Retired
## 204                                                               
## 205                                                               
## 206                                             Telecommunications
## 207                                                               
## 208                           Wood product industry- manufacturing
## 209                                                      librarian
## 210                                                               
## 211                                                        retired
## 212                                                        retired
## 213                                                        retired
## 214                                                        retired
## 215                                             Retired Management
## 216                                                        retired
## 217                                                               
## 218                                                               
## 219                                                         police
## 220                                                               
## 221                                                      Caregiver
## 222                                                               
## 223                                                        retired
## 224                                                               
## 225                                                               
## 226                                              Flight Instructor
## 227                                                               
## 228                                                               
## 229       Retired. do babysit for my grandchild but not for money.
## 230                                                               
## 231                                                               
## 232                                                        retired
## 233                                                               
## 234                                                        retired
## 235                                                               
## 236                                                               
## 237                                                               
## 238                                                        retired
## 239                                                               
## 240                                               government grant
## 241                                                               
## 242                                                               
## 243                                            Stay at home parent
## 244                                                        Retired
## 245                                                               
## 246                                                               
## 247                                                               
## 248                                                               
## 249                                                               
## 250                                                               
## 251                                                               
## 252                                                               
## 253                                                               
## 254                                                      Locksmith
## 255                                                               
## 256                                                               
## 257                                                               
## 258                                                        Retired
## 259                                                               
## 260                                                               
## 261                                                               
## 262                                                               
## 263                                                        retired
## 264                                                               
## 265                                                               
## 266                                                               
## 267                                                               
## 268                                                               
## 269                                                law enforcement
## 270                                                               
## 271                                                               
## 272                  Management & Community Development Consultant
## 273                                                               
## 274                                                               
## 275                                                               
## 276                                                               
## 277                                                               
## 278                                                               
## 279                                                     Speculator
## 280                                                               
## 281                                                               
## 282                                                               
## 283                                                     Government
## 284                                                               
## 285                      outdoor power equipment sales and service
## 286                                                               
## 287                                                               
## 288                                                        retired
## 289                                                               
## 290                                                               
## 291                                                               
## 292                                                               
## 293                                                        retired
## 294                                                               
## 295                                                        Retired
## 296                                                   Semi-retired
## 297                                                               
## 298                                                               
## 299                                                               
## 300                                                               
## 301                                                               
## 302                                                               
## 303                                                               
## 304                                                               
## 305                                                               
## 306                                                               
## 307                                                       Pet Care
## 308                                                               
## 309                                                               
## 310                                                      Homemaker
## 311                                               telecomunication
## 312                                                        retired
## 313                                                       Research
## 314                                                               
## 315                                          Agricultural business
## 316                                                        Retired
## 317                                                        Retired
## 318                                                               
## 319                                                               
## 320                                                        retired
## 321                                                        retired
## 322                                                               
## 323                                               disabled student
## 324                                                               
## 325                                                               
## 326                                                    maintenance
## 327                                                               
## 328                                                               
## 329                                                               
## 330                                                               
## 331                                                        Retired
## 332                                                      education
## 333                                                               
## 334                                                        Retired
## 335                                                               
## 336                                                               
## 337            Laid off from Computer and Mathematical Occupations
## 338                                                               
## 339                                                     Unemployed
## 340                                                               
## 341                                                               
## 342                                                        Retired
## 343                                                               
## 344                                                               
## 345                                                               
## 346                                                               
## 347                                               state employment
## 348                                                               
## 349                                                               
## 350                                                               
## 351                                                               
## 352                                                               
## 353                                                               
## 354                                                               
## 355                            Pastor, ministry related occupation
## 356                                                               
## 357                                                               
## 358                                                               
## 359                                                        retired
## 360                                                               
## 361                                                       Research
## 362                                                               
## 363                                                               
## 364                                                        Student
## 365                                                               
## 366                                                               
## 367                                                               
## 368                                                               
## 369                                                        Student
## 370                                                               
## 371                                                               
## 372                                                               
## 373                                                        Student
## 374                                                        Retired
## 375                                                        retired
## 376                                                               
## 377                                                               
## 378                                                        Retired
## 379                                                               
## 380                                                               
## 381                                                      nonprofit
## 382                                                               
## 383                                                        Retired
## 384                                                  IT Consultant
## 385                                                      bartender
## 386                                                               
## 387                                                               
## 388                                                               
## 389                                                               
## 390                                                               
## 391                                                               
## 392                                                               
## 393                                                               
## 394                                                        Retired
## 395                                                   both retired
## 396                                                               
## 397                                                  Biotechnology
## 398                                                        Retired
## 399                                                               
## 400                                                               
## 401                                                               
## 402                                                               
## 403                                                               
## 404                      campground owner and small business owner
## 405                             Compliance and Training Specialist
## 406                                                               
## 407                                                               
## 408                                                               
## 409                                                               
## 410                                                               
## 411                                                               
## 412                                                               
## 413                                                               
## 414                                                               
## 415                                                               
## 416                                                               
## 417                                                               
## 418                                                               
## 419                                                               
## 420                                                               
## 421                                                     non profit
## 422                                                               
## 423                                                        retired
## 424                                                               
## 425                                                        retired
## 426                                                               
## 427                                                               
## 428                                                        retired
## 429                                                               
## 430                                                               
## 431                                                               
## 432                                                               
## 433                                                               
## 434                                                               
## 435                                                               
## 436                                                       research
## 437                                                  MANUFACTURING
## 438                                                        Dietary
## 439                                                               
## 440                                                               
## 441                                                               
## 442                                                               
## 443                        Unemployed/retired; Grassroots activist
## 444                                                               
## 445                                                               
## 446                                                        retired
## 447                                                               
## 448                                                               
## 449                                                  Transcription
## 450                                                      Homemaker
## 451                                                        Retired
## 452                                                        Retired
## 453                                                               
## 454                                                               
## 455                                                               
## 456                                                               
## 457                                                               
## 458                                                        retired
## 459                                                               
## 460                                                        Retired
## 461                                                               
## 462                                                fire department
## 463                                                               
## 464                                                               
## 465                                                               
## 466                                                               
## 467                                                               
## 468                                                    dog groomer
## 469                                                               
## 470                                            research regulation
## 471                                                               
## 472                                                        retired
## 473                                                               
## 474                       Volunteer with animal welfare nonprofits
## 475                                                               
## 476                                                               
## 477                                                               
## 478                       Retired from substance abuse counseling.
## 479                                                               
## 480                                                               
## 481                                                               
## 482                                                               
## 483                                                               
## 484                                                               
## 485                                                               
## 486                                                  Public safety
## 487                                                               
## 488                                                  Public Health
## 489                                            We are both retired
## 490                                                               
## 491                                                        retired
## 492                                                               
## 493                                           Small Business Owner
## 494                                                               
## 495                                                               
## 496                        Volunteer for animal welfare nonprofits
## 497                                                               
## 498                                                               
## 499                                                               
## 500                                                               
## 501                                                               
## 502                                                        retired
## 503                             Writing and editing, self-employed
## 504                                 Occupational Health and Safety
## 505                                                               
## 506                                                               
## 507                                                        Retired
## 508                                                               
## 509                                                               
## 510                                                        retired
## 511                                                               
## 512                                                               
## 513                                                        Retired
## 514                                                        retired
## 515                                                               
## 516                                                        Retired
## 517                                                               
## 518                                                Human Resources
## 519                                                               
## 520                                                        retired
## 521                                                               
## 522                                                               
## 523                                                        retired
## 524                                                        Retired
## 525                                                               
## 526                                                               
## 527                                               graduate student
## 528                                          Semi-retired Job-Shop
## 529                                                               
## 530                                                               
## 531                                               Customer Service
## 532                                                        retired
## 533                                                        retired
## 534                                                        retired
## 535                                                               
## 536                                                               
## 537                                                               
## 538                                                        Retired
## 539                                                               
## 540                                               retired educator
## 541                                                               
## 542                                                               
## 543                                                               
## 544                                                               
## 545                                                               
## 546                                                               
## 547                                                      homemaker
## 548                            Pastoral Care and Relgiouls Studies
## 549                                                               
## 550                                                               
## 551  Retired from medical device clinical trials but do consulting
## 552                                                               
## 553                                                      homemaker
## 554                                                               
## 555                                                               
## 556                                                               
## 557                                                               
## 558                                                               
## 559                                          Investment management
## 560                                                               
## 561                                              retired/volunteer
## 562                                                        retired
## 563                                 Safety and Occupational Health
## 564                                                               
## 565                                                       Retired!
## 566                                                       disabled
## 567                                                               
## 568                                         Commercial real estate
## 569                                                               
## 570                                                               
## 571                                                               
## 572                                                               
## 573                                                               
## 574                                                               
## 575                                                               
## 576                                                               
## 577                                                               
## 578                                                        retired
## 579                                                               
## 580                                                               
## 581                                                               
## 582                                                      Homemaker
## 583                                                               
## 584                                                               
## 585                                                               
## 586                                             boatbuilder repair
## 587                                                               
## 588                                Currently a stay-at-home mother
## 589                                                               
## 590                                                               
## 591                                                               
## 592                                                     government
## 593                                                               
## 594                                                               
## 595                                                               
## 596                                                               
## 597                                                               
## 598                                                               
## 599                                                               
## 600                                                interior design
## 601                                                               
## 602                                                       Retired1
## 603                                                               
## 604                                                               
## 605                                                               
## 606                                                               
## 607                                                               
## 608                                                               
## 609                                                               
## 610                                                               
## 611                                                               
## 612                                                               
## 613                                                               
## 614                                            Product development
## 615                                                Law enforcement
## 616                                                               
## 617                                                        retired
## 618                                                               
## 619                                                               
## 620                                                               
## 621                                                               
## 622                                                               
## 623                                                       TEXTILES
## 624                                                               
## 625                                                               
## 626                                                               
## 627                                                               
## 628                                                               
## 629                                                               
## 630                                         Information Technology
## 631                                                               
## 632                                                               
## 633                                                               
## 634                                                               
## 635                               Avocational job-shop (machinist)
## 636                                                               
## 637                                                        retired
## 638                                                               
## 639                                            Domestic specialist
## 640                                                        retired
## 641                                                               
## 642                                                               
## 643                                                               
## 644                                                  Manufacturing
## 645                                                               
## 646                                                               
## 647                                                        Retired
## 648                                                               
## 649                                                               
## 650                                                 Gas attendant.
## 651                                                               
## 652                                                               
## 653                                                               
## 654                                                        retired
## 655                                                               
## 656                                                               
## 657                                                        retired
## 658                                                               
## 659                                                               
## 660                                            Religious Education
## 661                                                        DISBLED
## 662                                                               
## 663                                                        Retired
## 664                                          Translator and editor
## 665                                                               
## 666                                                 A/V Consultant
## 667                                                               
## 668                                                               
## 669                                                       Research
## 670                                                               
## 671                                                               
## 672                                                               
## 673                                                               
## 674                                                               
## 675                                                        RETIRED
## 676                                                               
## 677                                                               
## 678                                                        retired
## 679                                                        RETIRED
## 680                                                               
## 681                                                               
## 682                                                        retired
## 683                                                               
## 684                                                               
## 685                                                               
## 686                                                               
## 687                                                     Unemployed
## 688                                                        retired
## 689                                                               
## 690                                                               
## 691                                                               
## 692                                                               
## 693                                                               
## 694                                                        retired
## 695                                                       DISABLED
## 696                                                        Retired
## 697                                                               
## 698                                                               
## 699                                                               
## 700                                                               
## 701                                                               
## 702                                                               
## 703                                                        Retired
## 704                                                               
## 705                                                               
## 706                                                               
## 707                                                               
## 708                                                               
## 709                                                               
## 710                                                               
## 711                                                               
## 712                                                               
## 713                                                        retired
## 714                                                               
## 715                                                               
## 716               Education Non-Profit/National Service - teaching
## 717                                                        Retired
## 718                                                               
## 719                                                               
## 720                                                   horticulture
## 721                                                               
## 722                                                      homemaker
## 723                                                               
## 724                                                               
## 725                                                               
## 726                                                               
## 727                                                               
## 728                                                         sAFETY
## 729                                                               
## 730                                                        retired
## 731                                                               
## 732                                                               
## 733                                                        Retired
## 734                                                               
## 735                                                               
## 736                                                               
## 737                                                               
## 738                                                               
## 739                                                               
## 740                                                        retired
## 741                                                      Homemaker
## 742                                                               
## 743                                                               
## 744                                                        Retired
## 745                                       Administrative Assistant
## 746                                                               
## 747                                                               
## 748                                                               
## 749                                                               
## 750                                                               
## 751                                                        Retired
## 752                                                               
## 753                                                         retire
## 754                                                        retired
## 755                                                               
## 756                                                               
## 757                                                               
## 758                                                               
## 759                                                               
## 760                                                               
## 761                                                               
## 762                                                               
## 763                                                               
## 764                                                               
## 765                                                               
## 766                                                               
## 767                                         bio-medical technician
## 768                                                               
## 769                                                               
## 770                                                               
## 771                                                               
## 772                                                               
## 773                                                        retired
## 774                                                               
## 775                                                               
## 776                                                               
## 777                                                               
## 778                                                         retire
## 779                                                               
## 780                                                        Retired
## 781                                                               
## 782                                                               
## 783                                                               
## 784                                                     unemployed
## 785                                                               
## 786                                                               
## 787                                                               
## 788                                                               
## 789                                                               
## 790                                                               
## 791                                                               
## 792                                                     Unemployed
## 793                                                               
## 794                                                               
## 795                                                               
## 796                                                               
## 797                                                               
## 798                                                               
## 799                                                               
## 800                                                               
## 801                                                               
## 802                                                        retired
## 803                                                               
## 804                                                           ret.
## 805                                                               
## 806                                                               
## 807                                                               
## 808                                                               
## 809                                              Financial advisor
## 810                                                               
## 811                                                               
## 812                                                               
## 813                                                               
## 814                                                               
## 815                                                               
## 816                                                               
## 817                                      Social science researcher
## 818                                                               
## 819                                                               
## 820                                                               
## 821                                                               
## 822                                                               
## 823                                homemake and homeschool teacher
## 824       Government, public sector, Dept. of Motor Vehicles clerk
## 825                                                               
## 826                                                               
## 827                                                               
## 828                                                               
## 829                                                               
## 830                                                        retired
## 831                                               retired engineer
## 832                                                               
## 833                                                               
## 834                                                        Retired
## 835                                                               
## 836                                                        retired
## 837                                                               
## 838                                                               
## 839                                                      Carpentry
## 840                                                               
## 841                                                               
## 842                                              Mom and housewife
## 843                                                               
## 844                                                               
## 845                                                               
## 846                                                               
## 847                                          disabled,  unemployed
## 848                                                               
## 849                                                               
## 850                                                               
## 851                                                               
## 852                                                     veterinary
## 853                                                        retired
## 854                                                               
## 855                                                               
## 856                                                               
## 857                                                               
## 858                                                               
## 859                                                               
## 860                                                               
## 861                                                               
## 862                                                        Retired
## 863                                                               
## 864                                                               
## 865                                                               
## 866                                                       Airlines
## 867                                                               
## 868                                                               
## 869                                                               
## 870                                                               
## 871                                                               
## 872                                                        retired
## 873                                                        retired
## 874                                                     unemployed
## 875                                                               
## 876                                                        Retired
## 877                                                               
## 878                                                      homemaker
## 879                                                               
## 880                                                        Retired
## 881                                                               
## 882                                                               
## 883                                                       Planning
## 884                                                               
## 885                                                               
## 886                                                    Housekeeper
## 887                                                               
## 888                                                        retired
## 889                                                               
## 890                                                        retired
## 891                                                               
## 892                                                               
## 893                                                               
## 894                                                               
## 895                                                        retired
## 896                                                               
## 897                                                               
## 898                                                               
## 899                                                               
## 900                                                               
## 901                                                               
## 902                                                               
## 903                                                               
## 904                                                               
## 905                                                               
## 906                                                               
## 907                                                        retired
## 908                                                               
## 909                                                               
## 910                                                               
## 911                                                               
## 912                                                               
## 913                                                               
## 914                                                               
## 915                                                               
## 916                                                        retired
## 917                                                               
## 918                                                               
## 919                                                               
## 920                                                               
## 921                                                               
## 922                                        Housekeeping supervisor
## 923                                                        retired
## 924                                                               
## 925                                                               
## 926                                                               
## 927                                                               
## 928                                                               
## 929                                                               
## 930                                                               
## 931                                                               
## 932                                                               
## 933                                                        Retired
## 934                                               stay at home mom
## 935                                                      goverment
## 936                                                               
## 937                                                               
## 938                                                               
## 939                                                               
## 940                                                               
## 941                                                      Homemaker
## 942                                                               
## 943                                                               
## 944                                                               
## 945                                                               
## 946                                                               
## 947                                                               
## 948                                                               
## 949                                                               
## 950                                                               
## 951                                       Environmental Consulting
## 952                                                               
## 953                                                               
## 954                                                               
## 955                                                               
## 956                                                               
## 957                                                               
## 958                                                     unemployed
## 959                                                               
## 960                        Physical Service / Trade - Dog Grooming
## 961                                                               
## 962                                                               
## 963                                                               
## 964                                                               
## 965                                                        retired
## 966                                                               
## 967                                                               
## 968                                                               
## 969                                                               
## 970                           global health, management consulting
## 971                                                        Retired
## 972                                                               
## 973                                                               
## 974                                                               
## 975                                                               
## 976                                                               
## 977                                                               
## 978                                                               
## 979                                                               
## 980                                                               
## 981                                                               
## 982                                          real estate appraisal
## 983                                                               
## 984                                                               
## 985                                                               
## 986                                                               
## 987                                                               
## 988                                                        Retired
## 989                                                               
## 990                                                               
## 991                                                               
## 992                                       Retired Christian Pastor
## 993                                                               
## 994                                                               
## 995                                                               
## 996                       caregiver for disabled husband and child
## 997                                                               
## 998                                                               
## 999                                                               
## 1000                                                              
## 1001                                                              
## 1002                                                              
## 1003                                                       Retired
## 1004                                                   JjANITORIAL
## 1005                                                              
## 1006                                                    Child care
## 1007                                                              
## 1008                                                     Homemaker
## 1009                                                              
## 1010                                                              
## 1011                                                              
## 1012                                                              
## 1013                                                              
## 1014                                                              
## 1015                                                              
## 1016                                                              
## 1017                                                              
## 1018                                                              
## 1019                                     Product Design Consultant
## 1020                                                    consulting
## 1021                                                     Homemaker
## 1022                                                       retired
## 1023                                                              
## 1024                                                       retired
## 1025                                                              
## 1026                                                              
## 1027                                                              
## 1028                                                              
## 1029                                                              
## 1030                                                              
## 1031                                                    consulting
## 1032                                                              
## 1033                                                              
## 1034                                                              
## 1035                                                              
## 1036                                                              
## 1037                                                              
## 1038                                                              
## 1039                                              Stay at home mom
## 1040                                                       retired
## 1041                                                              
## 1042                                              stay at home mom
## 1043                                                              
## 1044                                                              
## 1045                                                              
## 1046                                                              
## 1047                                                       retired
## 1048                                                              
## 1049                                                              
## 1050                                                              
## 1051                                                              
## 1052                                                              
## 1053                                                        Mother
## 1054                                                              
## 1055                                                              
## 1056                                                              
## 1057                                                              
## 1058                                                       Retired
## 1059                                                              
## 1060                                                              
## 1061                                              Medical Research
## 1062                                                       Retired
## 1063                                                       retired
## 1064                                                     homemaker
## 1065                                         Metropolitan Planning
## 1066                                                              
## 1067                                                       Retired
## 1068                                           stay at home mother
## 1069                                                              
## 1070                                                              
## 1071                                                              
## 1072                                                     Utilities
## 1073                                                              
## 1074                                                     Homemaker
## 1075                                                              
## 1076                                                  not employed
## 1077                                                              
## 1078                                                              
## 1079                                                              
## 1080                                                              
## 1081                                                              
## 1082                                                       retired
## 1083                                                              
## 1084                                                              
## 1085                                                              
## 1086                                                              
## 1087                                                              
## 1088                                                              
## 1089                                                              
## 1090                                                              
## 1091                                                       retired
## 1092                                                              
## 1093                                                              
## 1094                                                              
##        Gender    Household.Income                        Education
## 1    Response            Response                         Response
## 2        Male        $0 - $24,999 Some college or Associate degree
## 3        Male                                      Bachelor degree
## 4        Male           $150,000+                  Graduate degree
## 5        Male   $25,000 - $49,999                  Bachelor degree
## 6        Male $100,000 - $149,999                  Graduate degree
## 7        Male        $0 - $24,999               High school degree
## 8                                                                 
## 9                                                                 
## 10       Male                                      Graduate degree
## 11     Female   $25,000 - $49,999               High school degree
## 12       Male   $25,000 - $49,999                  Bachelor degree
## 13       Male   $50,000 - $99,999                  Bachelor degree
## 14       Male $100,000 - $149,999                  Bachelor degree
## 15       Male $100,000 - $149,999                  Graduate degree
## 16       Male $100,000 - $149,999 Some college or Associate degree
## 17       Male   $50,000 - $99,999                  Graduate degree
## 18       Male   $50,000 - $99,999 Some college or Associate degree
## 19       Male $100,000 - $149,999                  Graduate degree
## 20       Male                                      Bachelor degree
## 21       Male   $50,000 - $99,999 Some college or Associate degree
## 22       Male   $50,000 - $99,999                  Bachelor degree
## 23       Male   $25,000 - $49,999               High school degree
## 24       Male   $50,000 - $99,999                  Bachelor degree
## 25       Male   $50,000 - $99,999 Some college or Associate degree
## 26       Male                                                     
## 27       Male   $50,000 - $99,999                  Bachelor degree
## 28       Male $100,000 - $149,999                  Graduate degree
## 29       Male   $50,000 - $99,999                  Bachelor degree
## 30       Male   $50,000 - $99,999 Some college or Associate degree
## 31       Male   $50,000 - $99,999                  Bachelor degree
## 32       Male   $50,000 - $99,999                  Graduate degree
## 33       Male $100,000 - $149,999                  Bachelor degree
## 34       Male $100,000 - $149,999                  Graduate degree
## 35       Male                                      Bachelor degree
## 36       Male                                      Bachelor degree
## 37       Male   $50,000 - $99,999                  Bachelor degree
## 38       Male $100,000 - $149,999                  Bachelor degree
## 39       Male                                      Bachelor degree
## 40       Male $100,000 - $149,999 Some college or Associate degree
## 41       Male   $25,000 - $49,999               High school degree
## 42       Male   $50,000 - $99,999                  Graduate degree
## 43       Male   $50,000 - $99,999                  Graduate degree
## 44       Male   $50,000 - $99,999                  Bachelor degree
## 45       Male           $150,000+                  Graduate degree
## 46       Male                                      Bachelor degree
## 47       Male   $25,000 - $49,999 Some college or Associate degree
## 48       Male                                      Graduate degree
## 49                                                                
## 50       Male                                      Bachelor degree
## 51       Male   $25,000 - $49,999 Some college or Associate degree
## 52       Male   $50,000 - $99,999                  Bachelor degree
## 53       Male   $25,000 - $49,999 Some college or Associate degree
## 54       Male   $25,000 - $49,999                  Bachelor degree
## 55       Male                                   High school degree
## 56       Male   $50,000 - $99,999 Some college or Associate degree
## 57       Male           $150,000+ Some college or Associate degree
## 58       Male                                      Bachelor degree
## 59       Male $100,000 - $149,999                  Graduate degree
## 60       Male   $25,000 - $49,999                  Bachelor degree
## 61                                                                
## 62       Male $100,000 - $149,999                  Bachelor degree
## 63       Male                     Some college or Associate degree
## 64       Male                                   High school degree
## 65       Male           $150,000+                  Graduate degree
## 66       Male   $50,000 - $99,999                  Bachelor degree
## 67       Male $100,000 - $149,999                  Bachelor degree
## 68       Male   $25,000 - $49,999 Some college or Associate degree
## 69       Male   $50,000 - $99,999 Some college or Associate degree
## 70       Male $100,000 - $149,999                  Bachelor degree
## 71                                                                
## 72       Male   $50,000 - $99,999                  Graduate degree
## 73       Male $100,000 - $149,999                  Bachelor degree
## 74       Male                                      Bachelor degree
## 75       Male   $25,000 - $49,999 Some college or Associate degree
## 76       Male                                      Graduate degree
## 77       Male                                   High school degree
## 78       Male $100,000 - $149,999 Some college or Associate degree
## 79       Male   $50,000 - $99,999                  Graduate degree
## 80       Male                                      Bachelor degree
## 81       Male $100,000 - $149,999                  Bachelor degree
## 82       Male           $150,000+                  Graduate degree
## 83       Male   $25,000 - $49,999               High school degree
## 84       Male   $25,000 - $49,999 Some college or Associate degree
## 85       Male $100,000 - $149,999                  Bachelor degree
## 86                                                                
## 87                                                                
## 88       Male   $50,000 - $99,999 Some college or Associate degree
## 89       Male $100,000 - $149,999                  Bachelor degree
## 90                                                                
## 91       Male           $150,000+                  Bachelor degree
## 92                                                                
## 93       Male   $50,000 - $99,999                  Bachelor degree
## 94                                                                
## 95       Male           $150,000+                  Bachelor degree
## 96                                                                
## 97       Male $100,000 - $149,999                  Bachelor degree
## 98       Male           $150,000+                  Graduate degree
## 99       Male   $50,000 - $99,999                  Bachelor degree
## 100    Female                                      Bachelor degree
## 101      Male           $150,000+ Some college or Associate degree
## 102      Male $100,000 - $149,999                  Graduate degree
## 103      Male        $0 - $24,999                  Bachelor degree
## 104      Male           $150,000+                  Bachelor degree
## 105      Male           $150,000+                  Bachelor degree
## 106      Male   $25,000 - $49,999                  Bachelor degree
## 107      Male $100,000 - $149,999                  Graduate degree
## 108      Male   $50,000 - $99,999 Some college or Associate degree
## 109      Male   $50,000 - $99,999 Some college or Associate degree
## 110      Male $100,000 - $149,999 Some college or Associate degree
## 111      Male   $50,000 - $99,999                  Graduate degree
## 112      Male           $150,000+                  Graduate degree
## 113      Male                                      Graduate degree
## 114      Male           $150,000+                  Bachelor degree
## 115      Male   $50,000 - $99,999 Some college or Associate degree
## 116      Male   $50,000 - $99,999                  Bachelor degree
## 117                                                               
## 118                                                               
## 119      Male           $150,000+                  Bachelor degree
## 120      Male $100,000 - $149,999 Some college or Associate degree
## 121      Male $100,000 - $149,999               High school degree
## 122      Male   $50,000 - $99,999                  Bachelor degree
## 123      Male   $50,000 - $99,999 Some college or Associate degree
## 124      Male           $150,000+                  Graduate degree
## 125      Male $100,000 - $149,999                  Graduate degree
## 126                                                               
## 127      Male           $150,000+                  Graduate degree
## 128      Male   $50,000 - $99,999                  Bachelor degree
## 129      Male $100,000 - $149,999 Some college or Associate degree
## 130      Male                     Some college or Associate degree
## 131      Male   $50,000 - $99,999 Some college or Associate degree
## 132                                                               
## 133      Male   $25,000 - $49,999 Some college or Associate degree
## 134      Male                                      Bachelor degree
## 135      Male   $50,000 - $99,999                  Bachelor degree
## 136      Male $100,000 - $149,999 Some college or Associate degree
## 137      Male   $50,000 - $99,999 Some college or Associate degree
## 138      Male           $150,000+ Some college or Associate degree
## 139      Male   $50,000 - $99,999                  Bachelor degree
## 140      Male $100,000 - $149,999                  Graduate degree
## 141      Male   $50,000 - $99,999                  Bachelor degree
## 142      Male $100,000 - $149,999                  Graduate degree
## 143      Male           $150,000+                  Graduate degree
## 144                                                               
## 145      Male $100,000 - $149,999                  Bachelor degree
## 146      Male   $50,000 - $99,999 Some college or Associate degree
## 147      Male   $50,000 - $99,999               High school degree
## 148      Male   $50,000 - $99,999                  Graduate degree
## 149      Male   $25,000 - $49,999                  Bachelor degree
## 150      Male $100,000 - $149,999 Some college or Associate degree
## 151      Male $100,000 - $149,999 Some college or Associate degree
## 152      Male   $50,000 - $99,999 Some college or Associate degree
## 153      Male                                      Bachelor degree
## 154      Male   $25,000 - $49,999                  Bachelor degree
## 155    Female           $150,000+                  Graduate degree
## 156      Male   $50,000 - $99,999 Some college or Associate degree
## 157      Male           $150,000+                  Bachelor degree
## 158      Male   $50,000 - $99,999               High school degree
## 159      Male                                      Graduate degree
## 160      Male                     Some college or Associate degree
## 161    Female   $50,000 - $99,999                  Bachelor degree
## 162      Male           $150,000+                  Bachelor degree
## 163      Male   $50,000 - $99,999 Some college or Associate degree
## 164      Male   $50,000 - $99,999 Some college or Associate degree
## 165      Male   $50,000 - $99,999                  Graduate degree
## 166    Female $100,000 - $149,999                  Bachelor degree
## 167                                                               
## 168    Female   $50,000 - $99,999 Some college or Associate degree
## 169      Male                     Some college or Associate degree
## 170    Female                     Some college or Associate degree
## 171      Male                                      Bachelor degree
## 172      Male $100,000 - $149,999                  Graduate degree
## 173      Male $100,000 - $149,999                  Bachelor degree
## 174      Male           $150,000+                  Graduate degree
## 175    Female $100,000 - $149,999                  Graduate degree
## 176      Male   $50,000 - $99,999                  Bachelor degree
## 177      Male   $50,000 - $99,999 Some college or Associate degree
## 178      Male   $25,000 - $49,999 Some college or Associate degree
## 179      Male        $0 - $24,999               High school degree
## 180                                                               
## 181      Male           $150,000+                  Bachelor degree
## 182    Female   $25,000 - $49,999                  Graduate degree
## 183    Female $100,000 - $149,999                  Graduate degree
## 184      Male   $50,000 - $99,999 Some college or Associate degree
## 185      Male   $50,000 - $99,999                  Bachelor degree
## 186      Male $100,000 - $149,999                  Bachelor degree
## 187    Female                                   High school degree
## 188      Male   $50,000 - $99,999                  Bachelor degree
## 189    Female   $50,000 - $99,999                  Bachelor degree
## 190    Female                     Some college or Associate degree
## 191    Female   $50,000 - $99,999                  Bachelor degree
## 192      Male                                      Graduate degree
## 193      Male $100,000 - $149,999 Some college or Associate degree
## 194      Male           $150,000+                  Graduate degree
## 195      Male           $150,000+                  Graduate degree
## 196      Male   $25,000 - $49,999                  Bachelor degree
## 197      Male           $150,000+ Some college or Associate degree
## 198      Male           $150,000+                  Graduate degree
## 199                                                               
## 200      Male   $50,000 - $99,999                  Bachelor degree
## 201      Male           $150,000+                  Graduate degree
## 202      Male $100,000 - $149,999                  Bachelor degree
## 203    Female                                      Bachelor degree
## 204                                                               
## 205      Male   $50,000 - $99,999               High school degree
## 206      Male   $50,000 - $99,999 Some college or Associate degree
## 207      Male $100,000 - $149,999                  Graduate degree
## 208      Male   $50,000 - $99,999                  Bachelor degree
## 209    Female                                      Bachelor degree
## 210    Female $100,000 - $149,999                  Graduate degree
## 211      Male                     Some college or Associate degree
## 212      Male                                      Bachelor degree
## 213      Male   $50,000 - $99,999                  Bachelor degree
## 214      Male $100,000 - $149,999 Some college or Associate degree
## 215    Female $100,000 - $149,999                  Bachelor degree
## 216    Female   $50,000 - $99,999               High school degree
## 217    Female   $50,000 - $99,999 Some college or Associate degree
## 218      Male   $50,000 - $99,999                  Bachelor degree
## 219      Male $100,000 - $149,999 Some college or Associate degree
## 220    Female                                      Graduate degree
## 221    Female   $25,000 - $49,999 Some college or Associate degree
## 222      Male        $0 - $24,999     Less than high school degree
## 223    Female                                      Bachelor degree
## 224      Male $100,000 - $149,999                  Graduate degree
## 225      Male                                   High school degree
## 226      Male $100,000 - $149,999 Some college or Associate degree
## 227                                                               
## 228      Male           $150,000+                  Graduate degree
## 229    Female   $50,000 - $99,999                  Graduate degree
## 230      Male $100,000 - $149,999                  Bachelor degree
## 231                                                               
## 232      Male   $25,000 - $49,999                  Bachelor degree
## 233      Male $100,000 - $149,999 Some college or Associate degree
## 234    Female           $150,000+                  Bachelor degree
## 235      Male   $25,000 - $49,999 Some college or Associate degree
## 236      Male                     Some college or Associate degree
## 237      Male                     Some college or Associate degree
## 238      Male   $50,000 - $99,999                  Bachelor degree
## 239      Male   $50,000 - $99,999                  Graduate degree
## 240      Male                                      Bachelor degree
## 241    Female $100,000 - $149,999                  Graduate degree
## 242    Female $100,000 - $149,999                  Bachelor degree
## 243    Female                     Some college or Associate degree
## 244    Female                                      Bachelor degree
## 245    Female        $0 - $24,999 Some college or Associate degree
## 246    Female   $25,000 - $49,999                  Bachelor degree
## 247      Male   $25,000 - $49,999               High school degree
## 248    Female $100,000 - $149,999 Some college or Associate degree
## 249    Female   $50,000 - $99,999                  Graduate degree
## 250      Male   $50,000 - $99,999 Some college or Associate degree
## 251      Male $100,000 - $149,999                  Graduate degree
## 252    Female           $150,000+                  Bachelor degree
## 253      Male   $25,000 - $49,999                  Bachelor degree
## 254      Male   $25,000 - $49,999 Some college or Associate degree
## 255    Female   $50,000 - $99,999 Some college or Associate degree
## 256      Male   $50,000 - $99,999                  Graduate degree
## 257      Male   $50,000 - $99,999                  Graduate degree
## 258      Male   $50,000 - $99,999 Some college or Associate degree
## 259    Female   $50,000 - $99,999                  Bachelor degree
## 260      Male $100,000 - $149,999                  Bachelor degree
## 261    Female $100,000 - $149,999                  Graduate degree
## 262    Female   $50,000 - $99,999                  Graduate degree
## 263    Female   $50,000 - $99,999                  Bachelor degree
## 264    Female                                      Bachelor degree
## 265    Female   $50,000 - $99,999 Some college or Associate degree
## 266      Male   $50,000 - $99,999                  Bachelor degree
## 267    Female   $25,000 - $49,999                  Bachelor degree
## 268    Female   $50,000 - $99,999                  Bachelor degree
## 269      Male   $50,000 - $99,999 Some college or Associate degree
## 270      Male   $25,000 - $49,999                  Graduate degree
## 271                                                               
## 272      Male   $50,000 - $99,999                  Graduate degree
## 273      Male   $50,000 - $99,999 Some college or Associate degree
## 274      Male $100,000 - $149,999 Some college or Associate degree
## 275    Female   $50,000 - $99,999                  Bachelor degree
## 276    Female        $0 - $24,999 Some college or Associate degree
## 277      Male $100,000 - $149,999                  Graduate degree
## 278      Male           $150,000+                  Graduate degree
## 279      Male   $50,000 - $99,999                  Bachelor degree
## 280    Female                                      Graduate degree
## 281      Male $100,000 - $149,999                  Bachelor degree
## 282      Male           $150,000+                  Bachelor degree
## 283      Male                                      Graduate degree
## 284    Female   $25,000 - $49,999                  Bachelor degree
## 285      Male   $50,000 - $99,999               High school degree
## 286      Male                     Some college or Associate degree
## 287      Male $100,000 - $149,999                  Graduate degree
## 288      Male   $50,000 - $99,999 Some college or Associate degree
## 289      Male           $150,000+                  Graduate degree
## 290    Female           $150,000+                  Graduate degree
## 291      Male   $50,000 - $99,999 Some college or Associate degree
## 292    Female        $0 - $24,999 Some college or Associate degree
## 293      Male                                      Graduate degree
## 294      Male $100,000 - $149,999 Some college or Associate degree
## 295                                                               
## 296      Male $100,000 - $149,999                  Graduate degree
## 297    Female   $50,000 - $99,999                  Graduate degree
## 298      Male   $50,000 - $99,999                  Graduate degree
## 299                                                               
## 300    Female $100,000 - $149,999                  Graduate degree
## 301      Male                                      Bachelor degree
## 302    Female   $50,000 - $99,999                  Graduate degree
## 303    Female   $25,000 - $49,999 Some college or Associate degree
## 304    Female           $150,000+                  Graduate degree
## 305    Female                     Some college or Associate degree
## 306      Male   $50,000 - $99,999                  Bachelor degree
## 307    Female                                   High school degree
## 308    Female   $50,000 - $99,999 Some college or Associate degree
## 309                                                               
## 310    Female                                      Bachelor degree
## 311      Male           $150,000+                  Bachelor degree
## 312    Female $100,000 - $149,999                  Graduate degree
## 313      Male   $50,000 - $99,999                  Bachelor degree
## 314    Female $100,000 - $149,999 Some college or Associate degree
## 315    Female $100,000 - $149,999                  Graduate degree
## 316    Female                                   High school degree
## 317    Female   $25,000 - $49,999 Some college or Associate degree
## 318    Female                                      Bachelor degree
## 319    Female           $150,000+                  Graduate degree
## 320      Male $100,000 - $149,999                  Bachelor degree
## 321    Female                                   High school degree
## 322      Male                                      Bachelor degree
## 323    Female   $25,000 - $49,999 Some college or Associate degree
## 324    Female   $50,000 - $99,999                  Bachelor degree
## 325      Male $100,000 - $149,999                  Graduate degree
## 326      Male   $50,000 - $99,999 Some college or Associate degree
## 327      Male           $150,000+                  Bachelor degree
## 328    Female $100,000 - $149,999 Some college or Associate degree
## 329      Male $100,000 - $149,999                  Graduate degree
## 330                                                               
## 331      Male $100,000 - $149,999                  Graduate degree
## 332      Male   $50,000 - $99,999                  Graduate degree
## 333                                                               
## 334      Male           $150,000+                  Graduate degree
## 335      Male           $150,000+                  Graduate degree
## 336      Male           $150,000+                  Bachelor degree
## 337      Male   $50,000 - $99,999                  Graduate degree
## 338                                                               
## 339      Male        $0 - $24,999 Some college or Associate degree
## 340    Female   $25,000 - $49,999 Some college or Associate degree
## 341      Male $100,000 - $149,999                  Graduate degree
## 342      Male $100,000 - $149,999 Some college or Associate degree
## 343    Female   $50,000 - $99,999 Some college or Associate degree
## 344                                                               
## 345    Female                     Some college or Associate degree
## 346      Male $100,000 - $149,999 Some college or Associate degree
## 347    Female   $25,000 - $49,999               High school degree
## 348                                                               
## 349    Female $100,000 - $149,999                  Graduate degree
## 350    Female   $50,000 - $99,999                  Bachelor degree
## 351    Female           $150,000+                  Bachelor degree
## 352    Female   $50,000 - $99,999                  Bachelor degree
## 353      Male   $50,000 - $99,999 Some college or Associate degree
## 354    Female        $0 - $24,999 Some college or Associate degree
## 355      Male           $150,000+                  Graduate degree
## 356    Female   $50,000 - $99,999 Some college or Associate degree
## 357    Female   $50,000 - $99,999                  Graduate degree
## 358      Male           $150,000+ Some college or Associate degree
## 359    Female $100,000 - $149,999                  Bachelor degree
## 360      Male           $150,000+                  Graduate degree
## 361      Male        $0 - $24,999                  Bachelor degree
## 362    Female   $50,000 - $99,999 Some college or Associate degree
## 363      Male                                      Graduate degree
## 364    Female   $25,000 - $49,999 Some college or Associate degree
## 365    Female   $50,000 - $99,999                  Bachelor degree
## 366    Female                                      Graduate degree
## 367    Female                                      Graduate degree
## 368      Male           $150,000+                  Graduate degree
## 369    Female $100,000 - $149,999 Some college or Associate degree
## 370                                                               
## 371    Female                                      Bachelor degree
## 372    Female $100,000 - $149,999                  Bachelor degree
## 373    Female   $25,000 - $49,999 Some college or Associate degree
## 374      Male $100,000 - $149,999                  Graduate degree
## 375    Female   $50,000 - $99,999 Some college or Associate degree
## 376      Male           $150,000+                  Graduate degree
## 377    Female                                      Graduate degree
## 378      Male $100,000 - $149,999                  Graduate degree
## 379      Male                                      Graduate degree
## 380    Female $100,000 - $149,999 Some college or Associate degree
## 381      Male   $50,000 - $99,999                  Graduate degree
## 382    Female   $50,000 - $99,999                  Graduate degree
## 383      Male           $150,000+                  Graduate degree
## 384                                                               
## 385      Male $100,000 - $149,999 Some college or Associate degree
## 386                                                               
## 387    Female   $50,000 - $99,999                  Bachelor degree
## 388    Female   $25,000 - $49,999                  Bachelor degree
## 389    Female   $50,000 - $99,999                  Bachelor degree
## 390                                                               
## 391    Female $100,000 - $149,999                  Bachelor degree
## 392      Male                     Some college or Associate degree
## 393    Female   $50,000 - $99,999                  Graduate degree
## 394      Male   $50,000 - $99,999               High school degree
## 395      Male                                      Graduate degree
## 396      Male $100,000 - $149,999                  Bachelor degree
## 397      Male           $150,000+                  Graduate degree
## 398      Male                                      Graduate degree
## 399    Female   $50,000 - $99,999 Some college or Associate degree
## 400    Female        $0 - $24,999 Some college or Associate degree
## 401                                                               
## 402      Male   $50,000 - $99,999                  Graduate degree
## 403    Female   $50,000 - $99,999 Some college or Associate degree
## 404    Female   $50,000 - $99,999                  Graduate degree
## 405      Male $100,000 - $149,999 Some college or Associate degree
## 406      Male $100,000 - $149,999                  Graduate degree
## 407    Female                                      Graduate degree
## 408    Female   $50,000 - $99,999 Some college or Associate degree
## 409    Female   $25,000 - $49,999 Some college or Associate degree
## 410    Female $100,000 - $149,999 Some college or Associate degree
## 411    Female                                      Graduate degree
## 412                                                               
## 413      Male $100,000 - $149,999                  Bachelor degree
## 414                                                               
## 415    Female   $50,000 - $99,999                  Graduate degree
## 416    Female   $50,000 - $99,999               High school degree
## 417                                                               
## 418    Female           $150,000+                  Bachelor degree
## 419      Male   $50,000 - $99,999                  Graduate degree
## 420    Female        $0 - $24,999                  Bachelor degree
## 421    Female           $150,000+                  Graduate degree
## 422    Female   $50,000 - $99,999                  Bachelor degree
## 423      Male                                      Graduate degree
## 424    Female   $50,000 - $99,999 Some college or Associate degree
## 425      Male                                   High school degree
## 426      Male                                   High school degree
## 427      Male   $25,000 - $49,999                  Bachelor degree
## 428      Male   $50,000 - $99,999                  Bachelor degree
## 429    Female   $50,000 - $99,999                  Bachelor degree
## 430      Male           $150,000+                  Bachelor degree
## 431      Male   $50,000 - $99,999                  Bachelor degree
## 432      Male $100,000 - $149,999                  Graduate degree
## 433      Male   $25,000 - $49,999               High school degree
## 434    Female   $50,000 - $99,999                  Bachelor degree
## 435    Female   $50,000 - $99,999               High school degree
## 436    Female   $50,000 - $99,999 Some college or Associate degree
## 437      Male $100,000 - $149,999                  Graduate degree
## 438    Female                     Some college or Associate degree
## 439    Female $100,000 - $149,999 Some college or Associate degree
## 440    Female   $50,000 - $99,999                  Bachelor degree
## 441      Male                                      Graduate degree
## 442    Female           $150,000+ Some college or Associate degree
## 443    Female                     Some college or Associate degree
## 444      Male $100,000 - $149,999                  Graduate degree
## 445    Female   $50,000 - $99,999 Some college or Associate degree
## 446    Female                     Some college or Associate degree
## 447    Female   $50,000 - $99,999                  Graduate degree
## 448    Female   $50,000 - $99,999                  Bachelor degree
## 449    Female   $50,000 - $99,999                  Bachelor degree
## 450    Female                                   High school degree
## 451    Female   $25,000 - $49,999               High school degree
## 452      Male   $50,000 - $99,999                  Bachelor degree
## 453    Female                     Some college or Associate degree
## 454    Female                                      Graduate degree
## 455    Female $100,000 - $149,999 Some college or Associate degree
## 456    Female                                   High school degree
## 457    Female           $150,000+                  Graduate degree
## 458      Male                                      Graduate degree
## 459                                                               
## 460      Male $100,000 - $149,999                  Graduate degree
## 461    Female        $0 - $24,999               High school degree
## 462      Male $100,000 - $149,999                  Bachelor degree
## 463                                                               
## 464      Male           $150,000+                  Graduate degree
## 465                                                               
## 466    Female   $25,000 - $49,999 Some college or Associate degree
## 467    Female $100,000 - $149,999 Some college or Associate degree
## 468    Female   $50,000 - $99,999 Some college or Associate degree
## 469    Female                                   High school degree
## 470    Female   $50,000 - $99,999                  Bachelor degree
## 471    Female                                      Bachelor degree
## 472      Male                                      Graduate degree
## 473    Female                     Some college or Associate degree
## 474                                                               
## 475                                                               
## 476      Male   $50,000 - $99,999                  Graduate degree
## 477      Male           $150,000+                  Graduate degree
## 478    Female   $50,000 - $99,999                  Graduate degree
## 479      Male   $50,000 - $99,999                  Bachelor degree
## 480    Female   $50,000 - $99,999                  Graduate degree
## 481      Male                                      Graduate degree
## 482    Female   $50,000 - $99,999                  Bachelor degree
## 483    Female $100,000 - $149,999                  Graduate degree
## 484    Female   $25,000 - $49,999                  Graduate degree
## 485    Female   $25,000 - $49,999                  Bachelor degree
## 486    Female   $50,000 - $99,999                  Bachelor degree
## 487                                                               
## 488    Female        $0 - $24,999                  Bachelor degree
## 489    Female   $50,000 - $99,999 Some college or Associate degree
## 490    Female   $50,000 - $99,999 Some college or Associate degree
## 491      Male                                      Bachelor degree
## 492                                                               
## 493    Female           $150,000+               High school degree
## 494      Male        $0 - $24,999               High school degree
## 495    Female   $50,000 - $99,999                  Bachelor degree
## 496    Female $100,000 - $149,999                  Bachelor degree
## 497    Female   $50,000 - $99,999                  Graduate degree
## 498      Male           $150,000+                  Graduate degree
## 499    Female                     Some college or Associate degree
## 500      Male   $50,000 - $99,999 Some college or Associate degree
## 501      Male $100,000 - $149,999 Some college or Associate degree
## 502      Male   $50,000 - $99,999 Some college or Associate degree
## 503    Female   $50,000 - $99,999                  Bachelor degree
## 504    Female                                      Bachelor degree
## 505                                                               
## 506      Male   $50,000 - $99,999               High school degree
## 507    Female                                      Graduate degree
## 508    Female           $150,000+                  Graduate degree
## 509    Female                                      Graduate degree
## 510      Male                     Some college or Associate degree
## 511    Female           $150,000+ Some college or Associate degree
## 512    Female $100,000 - $149,999 Some college or Associate degree
## 513    Female           $150,000+                  Graduate degree
## 514      Male   $50,000 - $99,999               High school degree
## 515    Female   $50,000 - $99,999               High school degree
## 516    Female                     Some college or Associate degree
## 517    Female   $50,000 - $99,999                  Graduate degree
## 518    Female $100,000 - $149,999                  Graduate degree
## 519    Female   $50,000 - $99,999                  Bachelor degree
## 520      Male $100,000 - $149,999                  Bachelor degree
## 521    Female   $50,000 - $99,999 Some college or Associate degree
## 522    Female $100,000 - $149,999               High school degree
## 523      Male $100,000 - $149,999                  Graduate degree
## 524    Female   $50,000 - $99,999                  Bachelor degree
## 525                                                               
## 526    Female   $25,000 - $49,999                  Bachelor degree
## 527    Female   $50,000 - $99,999                  Bachelor degree
## 528      Male $100,000 - $149,999 Some college or Associate degree
## 529      Male                                      Graduate degree
## 530      Male           $150,000+                  Bachelor degree
## 531      Male                     Some college or Associate degree
## 532    Female   $50,000 - $99,999 Some college or Associate degree
## 533    Female   $50,000 - $99,999                  Graduate degree
## 534    Female                                      Bachelor degree
## 535    Female   $50,000 - $99,999                  Graduate degree
## 536    Female   $50,000 - $99,999                  Graduate degree
## 537                                                               
## 538    Female   $50,000 - $99,999                  Graduate degree
## 539    Female           $150,000+                  Bachelor degree
## 540    Female   $50,000 - $99,999                  Graduate degree
## 541      Male $100,000 - $149,999               High school degree
## 542    Female   $50,000 - $99,999                  Bachelor degree
## 543      Male   $50,000 - $99,999 Some college or Associate degree
## 544    Female   $50,000 - $99,999                  Graduate degree
## 545      Male $100,000 - $149,999                  Graduate degree
## 546    Female   $50,000 - $99,999                  Graduate degree
## 547    Female $100,000 - $149,999                  Bachelor degree
## 548    Female        $0 - $24,999                  Graduate degree
## 549    Female $100,000 - $149,999                  Graduate degree
## 550      Male $100,000 - $149,999                  Graduate degree
## 551    Female           $150,000+                  Graduate degree
## 552    Female $100,000 - $149,999                  Graduate degree
## 553    Female                                      Bachelor degree
## 554      Male           $150,000+                  Graduate degree
## 555      Male $100,000 - $149,999                  Bachelor degree
## 556      Male $100,000 - $149,999 Some college or Associate degree
## 557      Male                                      Graduate degree
## 558                                                               
## 559      Male           $150,000+                  Bachelor degree
## 560    Female $100,000 - $149,999 Some college or Associate degree
## 561    Female                                      Graduate degree
## 562      Male $100,000 - $149,999                  Graduate degree
## 563      Male   $50,000 - $99,999                  Graduate degree
## 564    Female   $25,000 - $49,999 Some college or Associate degree
## 565      Male   $50,000 - $99,999                  Bachelor degree
## 566    Female   $50,000 - $99,999                  Bachelor degree
## 567    Female $100,000 - $149,999                  Bachelor degree
## 568      Male           $150,000+                  Graduate degree
## 569      Male $100,000 - $149,999 Some college or Associate degree
## 570      Male   $50,000 - $99,999                  Bachelor degree
## 571    Female   $50,000 - $99,999                  Graduate degree
## 572    Female                                   High school degree
## 573                                                               
## 574      Male           $150,000+                  Bachelor degree
## 575      Male   $50,000 - $99,999 Some college or Associate degree
## 576      Male   $50,000 - $99,999                  Bachelor degree
## 577    Female                     Some college or Associate degree
## 578    Female   $50,000 - $99,999               High school degree
## 579      Male   $50,000 - $99,999                  Bachelor degree
## 580      Male   $50,000 - $99,999                  Bachelor degree
## 581    Female                                      Graduate degree
## 582    Female   $50,000 - $99,999               High school degree
## 583    Female        $0 - $24,999                  Bachelor degree
## 584                                                               
## 585      Male $100,000 - $149,999                  Bachelor degree
## 586      Male                     Some college or Associate degree
## 587    Female $100,000 - $149,999                  Bachelor degree
## 588    Female                                      Graduate degree
## 589    Female                                   High school degree
## 590    Female   $25,000 - $49,999                  Bachelor degree
## 591      Male        $0 - $24,999                  Bachelor degree
## 592    Female           $150,000+ Some college or Associate degree
## 593    Female   $50,000 - $99,999                  Graduate degree
## 594      Male   $50,000 - $99,999 Some college or Associate degree
## 595    Female $100,000 - $149,999                  Graduate degree
## 596    Female $100,000 - $149,999                  Graduate degree
## 597    Female $100,000 - $149,999                  Graduate degree
## 598      Male   $50,000 - $99,999                  Graduate degree
## 599      Male   $50,000 - $99,999                  Graduate degree
## 600    Female                                      Bachelor degree
## 601                                                               
## 602      Male   $25,000 - $49,999                  Bachelor degree
## 603      Male        $0 - $24,999               High school degree
## 604    Female $100,000 - $149,999                  Graduate degree
## 605    Female                                      Bachelor degree
## 606    Female                                      Bachelor degree
## 607      Male                     Some college or Associate degree
## 608      Male        $0 - $24,999 Some college or Associate degree
## 609                                                               
## 610    Female                     Some college or Associate degree
## 611    Female   $25,000 - $49,999 Some college or Associate degree
## 612      Male                                      Bachelor degree
## 613    Female   $25,000 - $49,999                  Graduate degree
## 614                                                               
## 615    Female   $50,000 - $99,999 Some college or Associate degree
## 616    Female $100,000 - $149,999               High school degree
## 617    Female   $25,000 - $49,999                  Graduate degree
## 618    Female   $25,000 - $49,999               High school degree
## 619    Female                                      Graduate degree
## 620    Female                                      Graduate degree
## 621    Female                                      Graduate degree
## 622      Male                                      Graduate degree
## 623    Female   $25,000 - $49,999 Some college or Associate degree
## 624    Female                                      Bachelor degree
## 625      Male           $150,000+                  Graduate degree
## 626      Male           $150,000+                  Bachelor degree
## 627    Female $100,000 - $149,999                  Graduate degree
## 628      Male $100,000 - $149,999                  Bachelor degree
## 629    Female   $25,000 - $49,999 Some college or Associate degree
## 630      Male   $50,000 - $99,999                  Bachelor degree
## 631      Male $100,000 - $149,999                  Bachelor degree
## 632    Female                                      Bachelor degree
## 633      Male $100,000 - $149,999                  Bachelor degree
## 634    Female $100,000 - $149,999                  Graduate degree
## 635      Male                     Some college or Associate degree
## 636    Female   $50,000 - $99,999                  Bachelor degree
## 637      Male   $50,000 - $99,999                  Bachelor degree
## 638      Male                                      Bachelor degree
## 639    Female        $0 - $24,999                  Bachelor degree
## 640      Male   $25,000 - $49,999                  Bachelor degree
## 641    Female   $25,000 - $49,999                  Bachelor degree
## 642                                                               
## 643    Female        $0 - $24,999                  Bachelor degree
## 644      Male $100,000 - $149,999 Some college or Associate degree
## 645    Female $100,000 - $149,999 Some college or Associate degree
## 646    Female   $25,000 - $49,999 Some college or Associate degree
## 647    Female                     Some college or Associate degree
## 648    Female   $50,000 - $99,999 Some college or Associate degree
## 649    Female                                                     
## 650      Male        $0 - $24,999 Some college or Associate degree
## 651      Male   $25,000 - $49,999 Some college or Associate degree
## 652    Female $100,000 - $149,999                  Graduate degree
## 653      Male   $50,000 - $99,999                  Bachelor degree
## 654      Male   $50,000 - $99,999 Some college or Associate degree
## 655    Female $100,000 - $149,999                  Bachelor degree
## 656      Male   $25,000 - $49,999 Some college or Associate degree
## 657      Male   $50,000 - $99,999                  Bachelor degree
## 658    Female   $50,000 - $99,999 Some college or Associate degree
## 659      Male   $50,000 - $99,999 Some college or Associate degree
## 660    Female $100,000 - $149,999                  Graduate degree
## 661                                                               
## 662      Male           $150,000+                  Graduate degree
## 663      Male   $50,000 - $99,999                  Bachelor degree
## 664    Female                                      Graduate degree
## 665    Female   $50,000 - $99,999                  Graduate degree
## 666      Male                     Some college or Associate degree
## 667    Female   $50,000 - $99,999                  Graduate degree
## 668      Male $100,000 - $149,999                  Bachelor degree
## 669    Female   $50,000 - $99,999                  Bachelor degree
## 670    Female   $50,000 - $99,999                  Graduate degree
## 671    Female                                      Graduate degree
## 672      Male                                      Graduate degree
## 673      Male   $50,000 - $99,999                  Graduate degree
## 674    Female $100,000 - $149,999                  Bachelor degree
## 675      Male   $50,000 - $99,999                  Bachelor degree
## 676      Male   $50,000 - $99,999 Some college or Associate degree
## 677    Female $100,000 - $149,999                  Graduate degree
## 678      Male   $50,000 - $99,999 Some college or Associate degree
## 679      Male $100,000 - $149,999                  Bachelor degree
## 680    Female   $50,000 - $99,999                  Graduate degree
## 681    Female   $25,000 - $49,999                  Bachelor degree
## 682      Male $100,000 - $149,999                  Graduate degree
## 683      Male   $50,000 - $99,999                  Bachelor degree
## 684    Female                                      Bachelor degree
## 685      Male                                      Bachelor degree
## 686    Female           $150,000+                  Graduate degree
## 687    Female   $25,000 - $49,999               High school degree
## 688                                                               
## 689      Male   $50,000 - $99,999 Some college or Associate degree
## 690    Female   $50,000 - $99,999                  Bachelor degree
## 691      Male $100,000 - $149,999 Some college or Associate degree
## 692    Female $100,000 - $149,999 Some college or Associate degree
## 693    Female                                      Bachelor degree
## 694      Male                                      Graduate degree
## 695    Female   $25,000 - $49,999 Some college or Associate degree
## 696      Male   $50,000 - $99,999 Some college or Associate degree
## 697      Male $100,000 - $149,999                  Graduate degree
## 698      Male           $150,000+                  Graduate degree
## 699      Male $100,000 - $149,999                  Graduate degree
## 700    Female           $150,000+                  Graduate degree
## 701      Male           $150,000+                  Graduate degree
## 702      Male $100,000 - $149,999                  Graduate degree
## 703      Male                                      Graduate degree
## 704    Female           $150,000+                  Graduate degree
## 705    Female   $50,000 - $99,999                  Bachelor degree
## 706    Female $100,000 - $149,999                  Graduate degree
## 707      Male $100,000 - $149,999                  Graduate degree
## 708      Male   $25,000 - $49,999                  Bachelor degree
## 709    Female           $150,000+                  Bachelor degree
## 710      Male   $50,000 - $99,999                  Bachelor degree
## 711    Female $100,000 - $149,999                  Bachelor degree
## 712      Male                     Some college or Associate degree
## 713      Male   $50,000 - $99,999                  Graduate degree
## 714                                                               
## 715    Female   $25,000 - $49,999                  Bachelor degree
## 716    Female        $0 - $24,999                  Bachelor degree
## 717      Male   $50,000 - $99,999                  Graduate degree
## 718      Male   $50,000 - $99,999                  Bachelor degree
## 719      Male           $150,000+     Less than high school degree
## 720    Female   $25,000 - $49,999 Some college or Associate degree
## 721      Male                                      Bachelor degree
## 722    Female   $25,000 - $49,999 Some college or Associate degree
## 723      Male   $25,000 - $49,999                  Graduate degree
## 724                                                               
## 725    Female   $50,000 - $99,999                  Bachelor degree
## 726    Female                                      Graduate degree
## 727      Male                                      Bachelor degree
## 728      Male $100,000 - $149,999                  Graduate degree
## 729    Female   $50,000 - $99,999 Some college or Associate degree
## 730                                                               
## 731    Female                     Some college or Associate degree
## 732    Female   $50,000 - $99,999               High school degree
## 733      Male $100,000 - $149,999                  Graduate degree
## 734      Male   $50,000 - $99,999 Some college or Associate degree
## 735    Female                                      Graduate degree
## 736      Male   $25,000 - $49,999                  Bachelor degree
## 737      Male   $25,000 - $49,999                  Bachelor degree
## 738                                                               
## 739      Male $100,000 - $149,999                  Graduate degree
## 740      Male $100,000 - $149,999 Some college or Associate degree
## 741    Female                     Some college or Associate degree
## 742                                                               
## 743    Female   $50,000 - $99,999               High school degree
## 744      Male           $150,000+ Some college or Associate degree
## 745    Female   $25,000 - $49,999               High school degree
## 746    Female   $50,000 - $99,999 Some college or Associate degree
## 747    Female                                      Bachelor degree
## 748    Female   $50,000 - $99,999               High school degree
## 749                                                               
## 750    Female           $150,000+                  Bachelor degree
## 751      Male   $50,000 - $99,999                  Bachelor degree
## 752    Female                                      Bachelor degree
## 753                                                               
## 754      Male $100,000 - $149,999                  Graduate degree
## 755    Female                     Some college or Associate degree
## 756    Female           $150,000+                  Graduate degree
## 757    Female   $50,000 - $99,999               High school degree
## 758      Male $100,000 - $149,999 Some college or Associate degree
## 759    Female $100,000 - $149,999                  Graduate degree
## 760    Female                                      Bachelor degree
## 761      Male   $50,000 - $99,999 Some college or Associate degree
## 762    Female   $50,000 - $99,999                  Graduate degree
## 763      Male                                      Graduate degree
## 764      Male   $25,000 - $49,999 Some college or Associate degree
## 765                                                               
## 766    Female $100,000 - $149,999                  Graduate degree
## 767      Male $100,000 - $149,999 Some college or Associate degree
## 768      Male                     Some college or Associate degree
## 769    Female        $0 - $24,999 Some college or Associate degree
## 770    Female   $50,000 - $99,999     Less than high school degree
## 771    Female $100,000 - $149,999                  Graduate degree
## 772    Female   $25,000 - $49,999 Some college or Associate degree
## 773      Male $100,000 - $149,999                  Graduate degree
## 774                                                               
## 775      Male   $50,000 - $99,999 Some college or Associate degree
## 776    Female   $50,000 - $99,999                  Bachelor degree
## 777    Female           $150,000+                  Bachelor degree
## 778    Female        $0 - $24,999 Some college or Associate degree
## 779    Female                                      Graduate degree
## 780      Male   $50,000 - $99,999                  Graduate degree
## 781    Female   $25,000 - $49,999                  Bachelor degree
## 782    Female                     Some college or Associate degree
## 783      Male           $150,000+                  Bachelor degree
## 784      Male        $0 - $24,999                  Bachelor degree
## 785      Male           $150,000+                  Bachelor degree
## 786                                                               
## 787    Female           $150,000+                  Graduate degree
## 788    Female   $50,000 - $99,999                  Graduate degree
## 789                                                               
## 790      Male $100,000 - $149,999                  Bachelor degree
## 791    Female   $50,000 - $99,999                  Bachelor degree
## 792    Female                                   High school degree
## 793      Male   $50,000 - $99,999                  Bachelor degree
## 794    Female $100,000 - $149,999                  Bachelor degree
## 795    Female        $0 - $24,999                  Graduate degree
## 796    Female   $50,000 - $99,999 Some college or Associate degree
## 797      Male   $50,000 - $99,999               High school degree
## 798    Female   $50,000 - $99,999                  Graduate degree
## 799      Male   $50,000 - $99,999               High school degree
## 800      Male   $50,000 - $99,999 Some college or Associate degree
## 801    Female   $50,000 - $99,999                  Bachelor degree
## 802      Male           $150,000+                  Graduate degree
## 803    Female $100,000 - $149,999                  Graduate degree
## 804      Male   $50,000 - $99,999                                 
## 805    Female        $0 - $24,999                  Bachelor degree
## 806      Male   $50,000 - $99,999                  Bachelor degree
## 807      Male           $150,000+                  Graduate degree
## 808      Male $100,000 - $149,999                  Graduate degree
## 809    Female           $150,000+                  Bachelor degree
## 810    Female $100,000 - $149,999 Some college or Associate degree
## 811      Male $100,000 - $149,999                  Bachelor degree
## 812                                                               
## 813    Female   $50,000 - $99,999                  Graduate degree
## 814      Male $100,000 - $149,999                  Bachelor degree
## 815      Male $100,000 - $149,999 Some college or Associate degree
## 816      Male                                      Graduate degree
## 817    Female                                      Bachelor degree
## 818      Male                                      Graduate degree
## 819      Male           $150,000+                  Graduate degree
## 820      Male   $50,000 - $99,999 Some college or Associate degree
## 821      Male                                      Bachelor degree
## 822    Female           $150,000+                  Graduate degree
## 823    Female        $0 - $24,999                  Bachelor degree
## 824    Female   $50,000 - $99,999 Some college or Associate degree
## 825      Male   $50,000 - $99,999                  Graduate degree
## 826    Female $100,000 - $149,999                  Bachelor degree
## 827    Female           $150,000+ Some college or Associate degree
## 828    Female $100,000 - $149,999 Some college or Associate degree
## 829      Male           $150,000+                  Graduate degree
## 830    Female   $50,000 - $99,999                  Graduate degree
## 831      Male           $150,000+                  Graduate degree
## 832      Male $100,000 - $149,999                  Bachelor degree
## 833    Female $100,000 - $149,999                  Graduate degree
## 834    Female $100,000 - $149,999 Some college or Associate degree
## 835      Male           $150,000+                  Graduate degree
## 836      Male   $25,000 - $49,999                                 
## 837    Female   $50,000 - $99,999                  Bachelor degree
## 838      Male        $0 - $24,999 Some college or Associate degree
## 839      Male                         Less than high school degree
## 840    Female   $50,000 - $99,999 Some college or Associate degree
## 841    Female           $150,000+                  Graduate degree
## 842    Female                                      Bachelor degree
## 843      Male $100,000 - $149,999               High school degree
## 844      Male   $50,000 - $99,999                  Graduate degree
## 845      Male           $150,000+                  Bachelor degree
## 846    Female                                      Bachelor degree
## 847    Female   $25,000 - $49,999 Some college or Associate degree
## 848    Female   $50,000 - $99,999                  Bachelor degree
## 849    Female   $50,000 - $99,999                  Graduate degree
## 850    Female   $25,000 - $49,999               High school degree
## 851    Female   $50,000 - $99,999               High school degree
## 852      Male                     Some college or Associate degree
## 853    Female                                      Graduate degree
## 854                                                               
## 855                                                               
## 856      Male                     Some college or Associate degree
## 857    Female                                   High school degree
## 858    Female $100,000 - $149,999                  Bachelor degree
## 859      Male           $150,000+                  Graduate degree
## 860    Female   $50,000 - $99,999                  Graduate degree
## 861    Female $100,000 - $149,999 Some college or Associate degree
## 862      Male                                   High school degree
## 863    Female                                      Graduate degree
## 864      Male           $150,000+                  Graduate degree
## 865                                                               
## 866      Male   $25,000 - $49,999                  Bachelor degree
## 867    Female                     Some college or Associate degree
## 868    Female           $150,000+                  Graduate degree
## 869    Female        $0 - $24,999 Some college or Associate degree
## 870    Female        $0 - $24,999               High school degree
## 871    Female                                      Graduate degree
## 872      Male   $50,000 - $99,999                  Graduate degree
## 873                                                               
## 874    Female   $25,000 - $49,999 Some college or Associate degree
## 875      Male        $0 - $24,999                  Bachelor degree
## 876      Male   $50,000 - $99,999                  Graduate degree
## 877      Male   $25,000 - $49,999 Some college or Associate degree
## 878    Female   $50,000 - $99,999                  Bachelor degree
## 879      Male   $25,000 - $49,999                  Graduate degree
## 880      Male $100,000 - $149,999                  Bachelor degree
## 881    Female                     Some college or Associate degree
## 882      Male   $25,000 - $49,999 Some college or Associate degree
## 883      Male   $50,000 - $99,999                  Bachelor degree
## 884      Male           $150,000+                  Bachelor degree
## 885      Male   $50,000 - $99,999                  Graduate degree
## 886    Female        $0 - $24,999     Less than high school degree
## 887    Female        $0 - $24,999 Some college or Associate degree
## 888    Female                                      Graduate degree
## 889                                                               
## 890    Female                                      Bachelor degree
## 891    Female                                      Bachelor degree
## 892    Female                                      Graduate degree
## 893      Male $100,000 - $149,999                  Graduate degree
## 894      Male           $150,000+                  Graduate degree
## 895    Female                                      Bachelor degree
## 896      Male $100,000 - $149,999 Some college or Associate degree
## 897    Female                     Some college or Associate degree
## 898    Female $100,000 - $149,999 Some college or Associate degree
## 899    Female $100,000 - $149,999                  Bachelor degree
## 900    Female $100,000 - $149,999                  Graduate degree
## 901    Female   $50,000 - $99,999                  Bachelor degree
## 902    Female $100,000 - $149,999                  Bachelor degree
## 903    Female   $50,000 - $99,999                  Bachelor degree
## 904    Female                                      Bachelor degree
## 905      Male   $50,000 - $99,999                  Bachelor degree
## 906      Male $100,000 - $149,999                  Graduate degree
## 907      Male $100,000 - $149,999                  Bachelor degree
## 908    Female $100,000 - $149,999                  Graduate degree
## 909      Male        $0 - $24,999 Some college or Associate degree
## 910    Female        $0 - $24,999                  Bachelor degree
## 911      Male $100,000 - $149,999                  Bachelor degree
## 912      Male           $150,000+                  Graduate degree
## 913    Female                                      Bachelor degree
## 914    Female                     Some college or Associate degree
## 915      Male   $50,000 - $99,999                  Bachelor degree
## 916    Female           $150,000+                  Bachelor degree
## 917    Female   $50,000 - $99,999                  Graduate degree
## 918    Female   $50,000 - $99,999 Some college or Associate degree
## 919    Female $100,000 - $149,999 Some college or Associate degree
## 920                                                               
## 921    Female   $50,000 - $99,999 Some college or Associate degree
## 922    Female   $25,000 - $49,999 Some college or Associate degree
## 923      Male   $50,000 - $99,999                  Bachelor degree
## 924      Male   $50,000 - $99,999                  Graduate degree
## 925    Female $100,000 - $149,999                  Bachelor degree
## 926    Female   $50,000 - $99,999                  Bachelor degree
## 927    Female $100,000 - $149,999                  Graduate degree
## 928      Male $100,000 - $149,999                  Graduate degree
## 929    Female $100,000 - $149,999 Some college or Associate degree
## 930                                                               
## 931    Female   $50,000 - $99,999 Some college or Associate degree
## 932      Male $100,000 - $149,999 Some college or Associate degree
## 933      Male $100,000 - $149,999                  Graduate degree
## 934    Female   $50,000 - $99,999 Some college or Associate degree
## 935      Male $100,000 - $149,999               High school degree
## 936    Female $100,000 - $149,999                  Graduate degree
## 937    Female   $50,000 - $99,999                  Bachelor degree
## 938    Female   $50,000 - $99,999                  Bachelor degree
## 939      Male           $150,000+                  Graduate degree
## 940    Female                                      Graduate degree
## 941    Female   $50,000 - $99,999 Some college or Associate degree
## 942    Female   $50,000 - $99,999 Some college or Associate degree
## 943    Female                                      Bachelor degree
## 944    Female           $150,000+                  Graduate degree
## 945    Female   $50,000 - $99,999                  Bachelor degree
## 946      Male                                      Graduate degree
## 947    Female $100,000 - $149,999                  Graduate degree
## 948    Female                                      Bachelor degree
## 949    Female $100,000 - $149,999                  Bachelor degree
## 950    Female $100,000 - $149,999                  Bachelor degree
## 951    Female   $50,000 - $99,999                  Bachelor degree
## 952                                                               
## 953    Female   $50,000 - $99,999                  Graduate degree
## 954      Male   $25,000 - $49,999 Some college or Associate degree
## 955      Male   $50,000 - $99,999               High school degree
## 956    Female   $50,000 - $99,999                  Graduate degree
## 957                                                               
## 958    Female           $150,000+                  Graduate degree
## 959    Female           $150,000+               High school degree
## 960    Female   $50,000 - $99,999 Some college or Associate degree
## 961    Female   $50,000 - $99,999               High school degree
## 962    Female $100,000 - $149,999 Some college or Associate degree
## 963                                                               
## 964                                                               
## 965    Female   $25,000 - $49,999                  Graduate degree
## 966    Female        $0 - $24,999 Some college or Associate degree
## 967    Female   $50,000 - $99,999 Some college or Associate degree
## 968                                                               
## 969    Female                     Some college or Associate degree
## 970    Female                                      Graduate degree
## 971    Female   $50,000 - $99,999               High school degree
## 972    Female           $150,000+                  Bachelor degree
## 973    Female   $25,000 - $49,999                  Bachelor degree
## 974                                                               
## 975      Male   $25,000 - $49,999                  Graduate degree
## 976    Female   $25,000 - $49,999 Some college or Associate degree
## 977      Male   $50,000 - $99,999 Some college or Associate degree
## 978      Male $100,000 - $149,999                  Graduate degree
## 979    Female           $150,000+               High school degree
## 980    Female   $50,000 - $99,999 Some college or Associate degree
## 981    Female                                      Graduate degree
## 982    Female           $150,000+                  Bachelor degree
## 983    Female $100,000 - $149,999 Some college or Associate degree
## 984    Female           $150,000+                  Graduate degree
## 985    Female   $50,000 - $99,999                  Bachelor degree
## 986                                                               
## 987    Female           $150,000+               High school degree
## 988    Female                                      Graduate degree
## 989    Female                                      Graduate degree
## 990    Female   $50,000 - $99,999 Some college or Associate degree
## 991    Female   $50,000 - $99,999                  Graduate degree
## 992      Male   $25,000 - $49,999                  Graduate degree
## 993      Male           $150,000+                  Graduate degree
## 994      Male                                      Bachelor degree
## 995    Female   $25,000 - $49,999 Some college or Associate degree
## 996    Female        $0 - $24,999               High school degree
## 997    Female $100,000 - $149,999                  Graduate degree
## 998      Male   $50,000 - $99,999 Some college or Associate degree
## 999    Female                                      Graduate degree
## 1000   Female                                      Bachelor degree
## 1001     Male   $50,000 - $99,999                  Bachelor degree
## 1002   Female   $25,000 - $49,999                  Graduate degree
## 1003     Male   $50,000 - $99,999                  Graduate degree
## 1004     Male        $0 - $24,999 Some college or Associate degree
## 1005   Female $100,000 - $149,999 Some college or Associate degree
## 1006   Female   $50,000 - $99,999 Some college or Associate degree
## 1007   Female   $50,000 - $99,999                  Bachelor degree
## 1008   Female                                      Bachelor degree
## 1009     Male $100,000 - $149,999                  Bachelor degree
## 1010   Female           $150,000+ Some college or Associate degree
## 1011   Female $100,000 - $149,999 Some college or Associate degree
## 1012     Male   $50,000 - $99,999                  Bachelor degree
## 1013     Male $100,000 - $149,999                  Bachelor degree
## 1014   Female           $150,000+                  Graduate degree
## 1015   Female   $50,000 - $99,999                  Graduate degree
## 1016   Female $100,000 - $149,999                  Bachelor degree
## 1017     Male   $50,000 - $99,999 Some college or Associate degree
## 1018   Female $100,000 - $149,999 Some college or Associate degree
## 1019     Male   $50,000 - $99,999                  Bachelor degree
## 1020                                                              
## 1021   Female   $50,000 - $99,999                  Bachelor degree
## 1022   Female   $50,000 - $99,999                  Graduate degree
## 1023   Female           $150,000+                  Graduate degree
## 1024     Male                     Some college or Associate degree
## 1025     Male $100,000 - $149,999 Some college or Associate degree
## 1026   Female   $50,000 - $99,999 Some college or Associate degree
## 1027   Female           $150,000+                  Graduate degree
## 1028   Female   $50,000 - $99,999                  Graduate degree
## 1029     Male   $25,000 - $49,999                  Bachelor degree
## 1030     Male                                      Graduate degree
## 1031   Female   $50,000 - $99,999                  Graduate degree
## 1032   Female $100,000 - $149,999                  Graduate degree
## 1033                                                              
## 1034     Male $100,000 - $149,999                  Graduate degree
## 1035   Female $100,000 - $149,999 Some college or Associate degree
## 1036   Female                     Some college or Associate degree
## 1037   Female $100,000 - $149,999                  Graduate degree
## 1038     Male                                      Bachelor degree
## 1039   Female           $150,000+                  Bachelor degree
## 1040     Male   $25,000 - $49,999               High school degree
## 1041     Male $100,000 - $149,999                  Graduate degree
## 1042   Female        $0 - $24,999 Some college or Associate degree
## 1043   Female                                      Graduate degree
## 1044   Female $100,000 - $149,999                  Graduate degree
## 1045   Female $100,000 - $149,999               High school degree
## 1046   Female                                      Bachelor degree
## 1047     Male           $150,000+                  Graduate degree
## 1048   Female   $25,000 - $49,999 Some college or Associate degree
## 1049   Female   $50,000 - $99,999                  Bachelor degree
## 1050     Male   $50,000 - $99,999               High school degree
## 1051     Male   $50,000 - $99,999                  Graduate degree
## 1052     Male $100,000 - $149,999                  Graduate degree
## 1053   Female   $50,000 - $99,999 Some college or Associate degree
## 1054   Female   $50,000 - $99,999 Some college or Associate degree
## 1055     Male $100,000 - $149,999                  Bachelor degree
## 1056     Male $100,000 - $149,999                  Graduate degree
## 1057                                                              
## 1058   Female   $50,000 - $99,999                  Bachelor degree
## 1059   Female   $50,000 - $99,999 Some college or Associate degree
## 1060   Female   $25,000 - $49,999                  Graduate degree
## 1061     Male   $50,000 - $99,999                  Graduate degree
## 1062     Male   $25,000 - $49,999                  Bachelor degree
## 1063     Male   $50,000 - $99,999 Some college or Associate degree
## 1064   Female                                      Bachelor degree
## 1065     Male                                      Bachelor degree
## 1066   Female                                      Graduate degree
## 1067   Female   $50,000 - $99,999 Some college or Associate degree
## 1068   Female           $150,000+ Some college or Associate degree
## 1069   Female   $50,000 - $99,999                  Bachelor degree
## 1070     Male   $50,000 - $99,999 Some college or Associate degree
## 1071     Male           $150,000+                  Graduate degree
## 1072     Male           $150,000+ Some college or Associate degree
## 1073   Female        $0 - $24,999 Some college or Associate degree
## 1074   Female           $150,000+ Some college or Associate degree
## 1075     Male $100,000 - $149,999                  Graduate degree
## 1076   Female   $25,000 - $49,999               High school degree
## 1077   Female $100,000 - $149,999                  Bachelor degree
## 1078   Female $100,000 - $149,999                  Graduate degree
## 1079   Female $100,000 - $149,999 Some college or Associate degree
## 1080   Female $100,000 - $149,999 Some college or Associate degree
## 1081   Female   $50,000 - $99,999 Some college or Associate degree
## 1082     Male   $50,000 - $99,999                  Graduate degree
## 1083   Female $100,000 - $149,999               High school degree
## 1084                                                              
## 1085   Female   $25,000 - $49,999 Some college or Associate degree
## 1086   Female   $50,000 - $99,999 Some college or Associate degree
## 1087   Female        $0 - $24,999 Some college or Associate degree
## 1088   Female                     Some college or Associate degree
## 1089   Female $100,000 - $149,999 Some college or Associate degree
## 1090   Female                                      Bachelor degree
## 1091     Male                                   High school degree
## 1092     Male           $150,000+                  Bachelor degree
## 1093     Male   $50,000 - $99,999 Some college or Associate degree
## 1094   Female $100,000 - $149,999 Some college or Associate degree
##      Location..Census.Region.
## 1                    Response
## 2                     Pacific
## 3              South Atlantic
## 4              South Atlantic
## 5             Middle Atlantic
## 6              South Atlantic
## 7          East North Central
## 8                            
## 9                            
## 10                   Mountain
## 11         West North Central
## 12         East North Central
## 13             South Atlantic
## 14         West North Central
## 15                    Pacific
## 16                New England
## 17                   Mountain
## 18                   Mountain
## 19             South Atlantic
## 20                   Mountain
## 21             South Atlantic
## 22             South Atlantic
## 23         East South Central
## 24                   Mountain
## 25                    Pacific
## 26                   Mountain
## 27         East North Central
## 28             South Atlantic
## 29                    Pacific
## 30            Middle Atlantic
## 31                   Mountain
## 32                   Mountain
## 33                   Mountain
## 34                    Pacific
## 35                New England
## 36                   Mountain
## 37         East North Central
## 38         East North Central
## 39             South Atlantic
## 40                New England
## 41            Middle Atlantic
## 42         East North Central
## 43         East North Central
## 44                New England
## 45                    Pacific
## 46            Middle Atlantic
## 47                   Mountain
## 48         West North Central
## 49                           
## 50                    Pacific
## 51         West North Central
## 52                New England
## 53                    Pacific
## 54         East North Central
## 55         West South Central
## 56             South Atlantic
## 57                    Pacific
## 58            Middle Atlantic
## 59                   Mountain
## 60            Middle Atlantic
## 61                           
## 62                   Mountain
## 63                   Mountain
## 64         East North Central
## 65                    Pacific
## 66         East South Central
## 67                    Pacific
## 68         West South Central
## 69         East North Central
## 70            Middle Atlantic
## 71                           
## 72                   Mountain
## 73         West North Central
## 74                    Pacific
## 75         West North Central
## 76         East North Central
## 77         West South Central
## 78                    Pacific
## 79                New England
## 80                    Pacific
## 81             South Atlantic
## 82            Middle Atlantic
## 83                    Pacific
## 84         West North Central
## 85         West North Central
## 86                           
## 87                           
## 88         West North Central
## 89                New England
## 90                           
## 91         East North Central
## 92                           
## 93             South Atlantic
## 94                           
## 95             South Atlantic
## 96                           
## 97         West North Central
## 98         West South Central
## 99         East North Central
## 100            South Atlantic
## 101            South Atlantic
## 102        West North Central
## 103                   Pacific
## 104        West North Central
## 105                  Mountain
## 106           Middle Atlantic
## 107           Middle Atlantic
## 108            South Atlantic
## 109        West North Central
## 110        West North Central
## 111        East North Central
## 112        West North Central
## 113        East North Central
## 114        West South Central
## 115        East North Central
## 116                   Pacific
## 117                          
## 118                          
## 119                   Pacific
## 120           Middle Atlantic
## 121            South Atlantic
## 122                  Mountain
## 123                          
## 124           Middle Atlantic
## 125        East North Central
## 126                          
## 127        East North Central
## 128        West South Central
## 129               New England
## 130           Middle Atlantic
## 131           Middle Atlantic
## 132                          
## 133                   Pacific
## 134        West South Central
## 135                  Mountain
## 136        West South Central
## 137        East North Central
## 138            South Atlantic
## 139        East North Central
## 140               New England
## 141        West South Central
## 142                   Pacific
## 143                   Pacific
## 144                          
## 145                  Mountain
## 146           Middle Atlantic
## 147        West South Central
## 148                  Mountain
## 149            South Atlantic
## 150        West North Central
## 151           Middle Atlantic
## 152                  Mountain
## 153               New England
## 154           Middle Atlantic
## 155           Middle Atlantic
## 156        East North Central
## 157                  Mountain
## 158                   Pacific
## 159        West South Central
## 160        East North Central
## 161        West North Central
## 162        East North Central
## 163                   Pacific
## 164                   Pacific
## 165           Middle Atlantic
## 166                   Pacific
## 167                          
## 168        West North Central
## 169        East North Central
## 170            South Atlantic
## 171        East South Central
## 172               New England
## 173               New England
## 174           Middle Atlantic
## 175            South Atlantic
## 176        East North Central
## 177           Middle Atlantic
## 178        East North Central
## 179               New England
## 180                          
## 181        West North Central
## 182        West North Central
## 183               New England
## 184            South Atlantic
## 185        West North Central
## 186               New England
## 187               New England
## 188        East North Central
## 189           Middle Atlantic
## 190                   Pacific
## 191            South Atlantic
## 192        West South Central
## 193           Middle Atlantic
## 194            South Atlantic
## 195                  Mountain
## 196                  Mountain
## 197            South Atlantic
## 198           Middle Atlantic
## 199                          
## 200        East North Central
## 201        West North Central
## 202                   Pacific
## 203        East South Central
## 204                          
## 205               New England
## 206           Middle Atlantic
## 207        East North Central
## 208                   Pacific
## 209           Middle Atlantic
## 210               New England
## 211        East North Central
## 212            South Atlantic
## 213            South Atlantic
## 214               New England
## 215               New England
## 216            South Atlantic
## 217            South Atlantic
## 218        West North Central
## 219                   Pacific
## 220        West South Central
## 221           Middle Atlantic
## 222        East North Central
## 223        East North Central
## 224               New England
## 225                  Mountain
## 226        West South Central
## 227                          
## 228           Middle Atlantic
## 229           Middle Atlantic
## 230           Middle Atlantic
## 231                          
## 232            South Atlantic
## 233           Middle Atlantic
## 234        East North Central
## 235        East North Central
## 236                   Pacific
## 237        West North Central
## 238        East South Central
## 239        East North Central
## 240        East North Central
## 241            South Atlantic
## 242                   Pacific
## 243        West South Central
## 244        West North Central
## 245        West North Central
## 246        West North Central
## 247        East North Central
## 248        East South Central
## 249            South Atlantic
## 250            South Atlantic
## 251        East North Central
## 252        East North Central
## 253        East North Central
## 254        East North Central
## 255        West North Central
## 256               New England
## 257           Middle Atlantic
## 258            South Atlantic
## 259           Middle Atlantic
## 260        East North Central
## 261        West North Central
## 262            South Atlantic
## 263                  Mountain
## 264        West South Central
## 265           Middle Atlantic
## 266                  Mountain
## 267        West South Central
## 268           Middle Atlantic
## 269        East North Central
## 270                  Mountain
## 271                          
## 272                   Pacific
## 273           Middle Atlantic
## 274        West South Central
## 275        East North Central
## 276                   Pacific
## 277                   Pacific
## 278        West North Central
## 279                   Pacific
## 280           Middle Atlantic
## 281        East North Central
## 282           Middle Atlantic
## 283            South Atlantic
## 284        East North Central
## 285               New England
## 286        West South Central
## 287           Middle Atlantic
## 288        West North Central
## 289            South Atlantic
## 290        West South Central
## 291        East North Central
## 292                   Pacific
## 293               New England
## 294                   Pacific
## 295                          
## 296        East North Central
## 297        East North Central
## 298            South Atlantic
## 299                          
## 300            South Atlantic
## 301        East North Central
## 302        East South Central
## 303                   Pacific
## 304                  Mountain
## 305               New England
## 306                  Mountain
## 307            South Atlantic
## 308            South Atlantic
## 309                          
## 310               New England
## 311                   Pacific
## 312               New England
## 313        West North Central
## 314               New England
## 315                   Pacific
## 316        East North Central
## 317           Middle Atlantic
## 318        West North Central
## 319        East North Central
## 320        East North Central
## 321        East North Central
## 322               New England
## 323                   Pacific
## 324           Middle Atlantic
## 325                  Mountain
## 326                  Mountain
## 327        West North Central
## 328           Middle Atlantic
## 329        West North Central
## 330                          
## 331        East South Central
## 332        East North Central
## 333                          
## 334        East North Central
## 335        West North Central
## 336           Middle Atlantic
## 337            South Atlantic
## 338                          
## 339                   Pacific
## 340        West South Central
## 341        West North Central
## 342        East North Central
## 343            South Atlantic
## 344                          
## 345        West North Central
## 346           Middle Atlantic
## 347        East North Central
## 348                          
## 349                   Pacific
## 350            South Atlantic
## 351           Middle Atlantic
## 352        East North Central
## 353        West North Central
## 354               New England
## 355                   Pacific
## 356               New England
## 357        East North Central
## 358                   Pacific
## 359                   Pacific
## 360                   Pacific
## 361        East North Central
## 362           Middle Atlantic
## 363               New England
## 364        West North Central
## 365               New England
## 366            South Atlantic
## 367               New England
## 368           Middle Atlantic
## 369                   Pacific
## 370                          
## 371               New England
## 372                   Pacific
## 373                  Mountain
## 374        East North Central
## 375                   Pacific
## 376            South Atlantic
## 377            South Atlantic
## 378               New England
## 379            South Atlantic
## 380        East North Central
## 381        East South Central
## 382        West North Central
## 383        West North Central
## 384                          
## 385        East North Central
## 386                          
## 387        West North Central
## 388                   Pacific
## 389            South Atlantic
## 390                          
## 391        East North Central
## 392               New England
## 393        East North Central
## 394           Middle Atlantic
## 395        East North Central
## 396        East North Central
## 397        East North Central
## 398               New England
## 399        West North Central
## 400                  Mountain
## 401                          
## 402                  Mountain
## 403        East North Central
## 404                   Pacific
## 405        East North Central
## 406        West North Central
## 407                   Pacific
## 408               New England
## 409        West South Central
## 410        East North Central
## 411        West North Central
## 412                          
## 413               New England
## 414                          
## 415            South Atlantic
## 416        East North Central
## 417                          
## 418        West South Central
## 419        West North Central
## 420        East North Central
## 421            South Atlantic
## 422                   Pacific
## 423               New England
## 424           Middle Atlantic
## 425           Middle Atlantic
## 426        East North Central
## 427        West North Central
## 428        West North Central
## 429        West North Central
## 430        West South Central
## 431                   Pacific
## 432        East North Central
## 433        East North Central
## 434                  Mountain
## 435        East North Central
## 436        East North Central
## 437        East North Central
## 438        East North Central
## 439        East North Central
## 440            South Atlantic
## 441            South Atlantic
## 442        West North Central
## 443               New England
## 444        West South Central
## 445        East North Central
## 446        East North Central
## 447        West South Central
## 448                   Pacific
## 449            South Atlantic
## 450                   Pacific
## 451           Middle Atlantic
## 452        West South Central
## 453                   Pacific
## 454                   Pacific
## 455        East North Central
## 456                  Mountain
## 457            South Atlantic
## 458           Middle Atlantic
## 459                          
## 460           Middle Atlantic
## 461        East South Central
## 462            South Atlantic
## 463                          
## 464            South Atlantic
## 465                          
## 466        West South Central
## 467        East North Central
## 468           Middle Atlantic
## 469        East South Central
## 470        West North Central
## 471                   Pacific
## 472            South Atlantic
## 473                   Pacific
## 474                          
## 475                          
## 476                   Pacific
## 477        East North Central
## 478        East North Central
## 479        West North Central
## 480        East South Central
## 481           Middle Atlantic
## 482        East North Central
## 483               New England
## 484            South Atlantic
## 485        East South Central
## 486               New England
## 487                          
## 488        West North Central
## 489            South Atlantic
## 490            South Atlantic
## 491                   Pacific
## 492                          
## 493                   Pacific
## 494            South Atlantic
## 495           Middle Atlantic
## 496        East North Central
## 497        East North Central
## 498            South Atlantic
## 499                  Mountain
## 500            South Atlantic
## 501               New England
## 502                   Pacific
## 503                   Pacific
## 504        East North Central
## 505                          
## 506        West North Central
## 507           Middle Atlantic
## 508        West North Central
## 509           Middle Atlantic
## 510        East North Central
## 511        East North Central
## 512                  Mountain
## 513        West South Central
## 514        West North Central
## 515        East North Central
## 516               New England
## 517            South Atlantic
## 518        East North Central
## 519        West North Central
## 520               New England
## 521        West North Central
## 522                  Mountain
## 523               New England
## 524        East North Central
## 525                          
## 526        West South Central
## 527           Middle Atlantic
## 528        West South Central
## 529                  Mountain
## 530                   Pacific
## 531                          
## 532            South Atlantic
## 533        East North Central
## 534            South Atlantic
## 535            South Atlantic
## 536        West South Central
## 537                          
## 538        West North Central
## 539        West South Central
## 540        East North Central
## 541           Middle Atlantic
## 542        East South Central
## 543        West South Central
## 544            South Atlantic
## 545        West North Central
## 546        East North Central
## 547           Middle Atlantic
## 548           Middle Atlantic
## 549        East South Central
## 550        East North Central
## 551        East North Central
## 552        West North Central
## 553           Middle Atlantic
## 554        East South Central
## 555        West North Central
## 556                  Mountain
## 557           Middle Atlantic
## 558                          
## 559            South Atlantic
## 560           Middle Atlantic
## 561               New England
## 562        West South Central
## 563        West North Central
## 564           Middle Atlantic
## 565                   Pacific
## 566        East North Central
## 567                   Pacific
## 568           Middle Atlantic
## 569        East South Central
## 570        East South Central
## 571        East North Central
## 572           Middle Atlantic
## 573                          
## 574               New England
## 575                  Mountain
## 576        West South Central
## 577            South Atlantic
## 578        West North Central
## 579               New England
## 580        West North Central
## 581               New England
## 582            South Atlantic
## 583            South Atlantic
## 584                          
## 585                   Pacific
## 586               New England
## 587        East South Central
## 588           Middle Atlantic
## 589            South Atlantic
## 590                   Pacific
## 591                   Pacific
## 592               New England
## 593               New England
## 594        East North Central
## 595            South Atlantic
## 596        East South Central
## 597                   Pacific
## 598               New England
## 599                  Mountain
## 600               New England
## 601                          
## 602           Middle Atlantic
## 603                          
## 604                   Pacific
## 605                   Pacific
## 606                   Pacific
## 607        East North Central
## 608        West South Central
## 609                          
## 610        East North Central
## 611           Middle Atlantic
## 612           Middle Atlantic
## 613                  Mountain
## 614                          
## 615            South Atlantic
## 616        East North Central
## 617           Middle Atlantic
## 618        West North Central
## 619                   Pacific
## 620           Middle Atlantic
## 621        East North Central
## 622                  Mountain
## 623            South Atlantic
## 624           Middle Atlantic
## 625        East North Central
## 626           Middle Atlantic
## 627           Middle Atlantic
## 628        East North Central
## 629        East North Central
## 630        West North Central
## 631                   Pacific
## 632           Middle Atlantic
## 633           Middle Atlantic
## 634                   Pacific
## 635        West South Central
## 636        East North Central
## 637            South Atlantic
## 638        East North Central
## 639        West North Central
## 640        East North Central
## 641            South Atlantic
## 642                          
## 643               New England
## 644                  Mountain
## 645        West North Central
## 646           Middle Atlantic
## 647               New England
## 648        East North Central
## 649           Middle Atlantic
## 650           Middle Atlantic
## 651        East North Central
## 652           Middle Atlantic
## 653            South Atlantic
## 654           Middle Atlantic
## 655            South Atlantic
## 656                   Pacific
## 657                   Pacific
## 658        East North Central
## 659               New England
## 660        East North Central
## 661                          
## 662               New England
## 663                   Pacific
## 664           Middle Atlantic
## 665        East North Central
## 666            South Atlantic
## 667           Middle Atlantic
## 668               New England
## 669           Middle Atlantic
## 670        West North Central
## 671            South Atlantic
## 672            South Atlantic
## 673           Middle Atlantic
## 674           Middle Atlantic
## 675        East North Central
## 676           Middle Atlantic
## 677           Middle Atlantic
## 678        West North Central
## 679        East North Central
## 680                  Mountain
## 681        East North Central
## 682        West North Central
## 683        West North Central
## 684               New England
## 685           Middle Atlantic
## 686            South Atlantic
## 687                  Mountain
## 688                          
## 689        West South Central
## 690                   Pacific
## 691               New England
## 692           Middle Atlantic
## 693        West South Central
## 694            South Atlantic
## 695            South Atlantic
## 696               New England
## 697                   Pacific
## 698           Middle Atlantic
## 699               New England
## 700           Middle Atlantic
## 701        East North Central
## 702               New England
## 703                   Pacific
## 704                   Pacific
## 705        East North Central
## 706               New England
## 707           Middle Atlantic
## 708               New England
## 709        East North Central
## 710        East North Central
## 711                   Pacific
## 712                   Pacific
## 713        East North Central
## 714                          
## 715        East North Central
## 716        West South Central
## 717           Middle Atlantic
## 718                   Pacific
## 719        West South Central
## 720                   Pacific
## 721                   Pacific
## 722        East North Central
## 723            South Atlantic
## 724                          
## 725            South Atlantic
## 726            South Atlantic
## 727                  Mountain
## 728        West North Central
## 729           Middle Atlantic
## 730                          
## 731                  Mountain
## 732                   Pacific
## 733        West North Central
## 734        East North Central
## 735            South Atlantic
## 736            South Atlantic
## 737           Middle Atlantic
## 738                          
## 739           Middle Atlantic
## 740            South Atlantic
## 741           Middle Atlantic
## 742                          
## 743           Middle Atlantic
## 744        West South Central
## 745            South Atlantic
## 746                   Pacific
## 747        East North Central
## 748            South Atlantic
## 749                          
## 750                   Pacific
## 751           Middle Atlantic
## 752                  Mountain
## 753                          
## 754               New England
## 755        East North Central
## 756                  Mountain
## 757        East South Central
## 758           Middle Atlantic
## 759        East North Central
## 760           Middle Atlantic
## 761            South Atlantic
## 762           Middle Atlantic
## 763           Middle Atlantic
## 764            South Atlantic
## 765                          
## 766           Middle Atlantic
## 767        East North Central
## 768        West North Central
## 769            South Atlantic
## 770            South Atlantic
## 771            South Atlantic
## 772        East South Central
## 773                   Pacific
## 774                          
## 775                   Pacific
## 776        West South Central
## 777           Middle Atlantic
## 778           Middle Atlantic
## 779            South Atlantic
## 780        East North Central
## 781        West South Central
## 782           Middle Atlantic
## 783                   Pacific
## 784        East North Central
## 785               New England
## 786                          
## 787            South Atlantic
## 788        East North Central
## 789                          
## 790        West North Central
## 791        East North Central
## 792                   Pacific
## 793            South Atlantic
## 794        East North Central
## 795            South Atlantic
## 796               New England
## 797        West North Central
## 798        East North Central
## 799            South Atlantic
## 800            South Atlantic
## 801           Middle Atlantic
## 802                   Pacific
## 803        West North Central
## 804        East North Central
## 805                  Mountain
## 806                  Mountain
## 807        East North Central
## 808                  Mountain
## 809        East North Central
## 810                  Mountain
## 811        East North Central
## 812                          
## 813                   Pacific
## 814        West South Central
## 815        East South Central
## 816               New England
## 817            South Atlantic
## 818        East North Central
## 819        West North Central
## 820        East North Central
## 821        West North Central
## 822            South Atlantic
## 823        East South Central
## 824        East North Central
## 825           Middle Atlantic
## 826        East North Central
## 827            South Atlantic
## 828        West South Central
## 829            South Atlantic
## 830           Middle Atlantic
## 831               New England
## 832        East North Central
## 833        West South Central
## 834                   Pacific
## 835        East North Central
## 836        West North Central
## 837        East South Central
## 838                   Pacific
## 839               New England
## 840           Middle Atlantic
## 841        West South Central
## 842        East South Central
## 843               New England
## 844                  Mountain
## 845        East North Central
## 846        East North Central
## 847        East North Central
## 848            South Atlantic
## 849        East North Central
## 850        East North Central
## 851            South Atlantic
## 852                   Pacific
## 853           Middle Atlantic
## 854                          
## 855                          
## 856                   Pacific
## 857           Middle Atlantic
## 858        East North Central
## 859                   Pacific
## 860               New England
## 861            South Atlantic
## 862        East North Central
## 863           Middle Atlantic
## 864        East North Central
## 865                          
## 866        West South Central
## 867        West South Central
## 868        East North Central
## 869               New England
## 870           Middle Atlantic
## 871           Middle Atlantic
## 872        West North Central
## 873                          
## 874        West South Central
## 875            South Atlantic
## 876            South Atlantic
## 877           Middle Atlantic
## 878            South Atlantic
## 879        West South Central
## 880           Middle Atlantic
## 881           Middle Atlantic
## 882        West South Central
## 883        West South Central
## 884                          
## 885        East North Central
## 886            South Atlantic
## 887        East South Central
## 888            South Atlantic
## 889                          
## 890        West South Central
## 891           Middle Atlantic
## 892                  Mountain
## 893           Middle Atlantic
## 894            South Atlantic
## 895           Middle Atlantic
## 896                  Mountain
## 897        East North Central
## 898               New England
## 899        West North Central
## 900                   Pacific
## 901           Middle Atlantic
## 902                   Pacific
## 903                  Mountain
## 904           Middle Atlantic
## 905           Middle Atlantic
## 906                   Pacific
## 907        West North Central
## 908        East South Central
## 909                  Mountain
## 910            South Atlantic
## 911            South Atlantic
## 912            South Atlantic
## 913            South Atlantic
## 914           Middle Atlantic
## 915            South Atlantic
## 916           Middle Atlantic
## 917           Middle Atlantic
## 918        East North Central
## 919        West South Central
## 920                          
## 921                   Pacific
## 922                  Mountain
## 923        East North Central
## 924        East North Central
## 925            South Atlantic
## 926        West North Central
## 927                   Pacific
## 928           Middle Atlantic
## 929        West North Central
## 930                          
## 931            South Atlantic
## 932                  Mountain
## 933            South Atlantic
## 934        East North Central
## 935           Middle Atlantic
## 936        East South Central
## 937           Middle Atlantic
## 938            South Atlantic
## 939                   Pacific
## 940                   Pacific
## 941        East North Central
## 942        West North Central
## 943           Middle Atlantic
## 944            South Atlantic
## 945                   Pacific
## 946        East North Central
## 947               New England
## 948           Middle Atlantic
## 949                   Pacific
## 950               New England
## 951               New England
## 952                          
## 953            South Atlantic
## 954        West South Central
## 955        West North Central
## 956            South Atlantic
## 957                          
## 958        East North Central
## 959                   Pacific
## 960               New England
## 961        East South Central
## 962        West North Central
## 963                          
## 964                          
## 965                  Mountain
## 966        West North Central
## 967                  Mountain
## 968                          
## 969                   Pacific
## 970            South Atlantic
## 971            South Atlantic
## 972           Middle Atlantic
## 973        West South Central
## 974                          
## 975           Middle Atlantic
## 976           Middle Atlantic
## 977                   Pacific
## 978           Middle Atlantic
## 979        West South Central
## 980        East North Central
## 981           Middle Atlantic
## 982        East North Central
## 983        East North Central
## 984               New England
## 985            South Atlantic
## 986                          
## 987           Middle Atlantic
## 988            South Atlantic
## 989                   Pacific
## 990           Middle Atlantic
## 991            South Atlantic
## 992           Middle Atlantic
## 993               New England
## 994           Middle Atlantic
## 995        West South Central
## 996        East South Central
## 997        East North Central
## 998           Middle Atlantic
## 999               New England
## 1000          Middle Atlantic
## 1001       East North Central
## 1002                  Pacific
## 1003       East North Central
## 1004       East North Central
## 1005              New England
## 1006       East North Central
## 1007       West North Central
## 1008       East North Central
## 1009                  Pacific
## 1010          Middle Atlantic
## 1011                  Pacific
## 1012       East South Central
## 1013       West North Central
## 1014       East North Central
## 1015           South Atlantic
## 1016       West South Central
## 1017           South Atlantic
## 1018           South Atlantic
## 1019              New England
## 1020                         
## 1021       West South Central
## 1022                  Pacific
## 1023          Middle Atlantic
## 1024           South Atlantic
## 1025          Middle Atlantic
## 1026       West North Central
## 1027       West South Central
## 1028          Middle Atlantic
## 1029              New England
## 1030       East North Central
## 1031       West North Central
## 1032          Middle Atlantic
## 1033                         
## 1034           South Atlantic
## 1035              New England
## 1036       East North Central
## 1037                  Pacific
## 1038                  Pacific
## 1039                  Pacific
## 1040       East North Central
## 1041       West North Central
## 1042                 Mountain
## 1043           South Atlantic
## 1044              New England
## 1045           South Atlantic
## 1046                  Pacific
## 1047                  Pacific
## 1048       West North Central
## 1049                  Pacific
## 1050                  Pacific
## 1051       East North Central
## 1052       West North Central
## 1053           South Atlantic
## 1054       East North Central
## 1055           South Atlantic
## 1056          Middle Atlantic
## 1057                         
## 1058           South Atlantic
## 1059                  Pacific
## 1060       East North Central
## 1061       West North Central
## 1062                  Pacific
## 1063                  Pacific
## 1064       East North Central
## 1065       East North Central
## 1066       East North Central
## 1067                  Pacific
## 1068              New England
## 1069       East South Central
## 1070       East North Central
## 1071          Middle Atlantic
## 1072       West South Central
## 1073       East North Central
## 1074                  Pacific
## 1075              New England
## 1076                 Mountain
## 1077                  Pacific
## 1078       East North Central
## 1079                  Pacific
## 1080              New England
## 1081       West South Central
## 1082       East North Central
## 1083       East North Central
## 1084                         
## 1085       East North Central
## 1086       East North Central
## 1087       East North Central
## 1088                 Mountain
## 1089          Middle Atlantic
## 1090           South Atlantic
## 1091       East North Central
## 1092          Middle Atlantic
## 1093              New England
## 1094       West North Central

3 date prepare 1

MyData
##      One.of.us.snores                                    Frequent.bathroom
## 1    One of us snores One of us makes frequent bathroom trips in the night
## 2                   -                                                    -
## 3    One of us snores One of us makes frequent bathroom trips in the night
## 4                   -                                                    -
## 5                   -                                                    -
## 6                   -                                                    -
## 7                   -                                                    -
## 8                   -                                                    -
## 9                   -                                                    -
## 10                  -                                                    -
## 11                  -                                                    -
## 12                  -                                                    -
## 13                  -                                                    -
## 14   One of us snores                                                    -
## 15                  -                                                    -
## 16                  -                                                    -
## 17                  -                                                    -
## 18                  -                                                    -
## 19   One of us snores                                                    -
## 20                  -                                                    -
## 21                  -                                                    -
## 22                  -                                                    -
## 23                  -                                                    -
## 24                  -                                                    -
## 25                  -                                                    -
## 26                  -                                                    -
## 27                  -                                                    -
## 28                  -                                                    -
## 29                  -                                                    -
## 30                  -                                                    -
## 31                  -                                                    -
## 32                  -                                                    -
## 33                  -                                                    -
## 34                  -                                                    -
## 35                  -                                                    -
## 36   One of us snores                                                    -
## 37   One of us snores                                                    -
## 38                  -                                                    -
## 39                  -                                                    -
## 40                  -                                                    -
## 41                  -                                                    -
## 42                  -                                                    -
## 43                  -                                                    -
## 44                  -                                                    -
## 45                  -                                                    -
## 46                  -                                                    -
## 47                  -                                                    -
## 48   One of us snores                                                    -
## 49                  -                                                    -
## 50                  -                                                    -
## 51   One of us snores                                                    -
## 52                  -                                                    -
## 53                  -                                                    -
## 54                  -                                                    -
## 55                  -                                                    -
## 56                  -                                                    -
## 57   One of us snores                                                    -
## 58                  -                                                    -
## 59                  -                                                    -
## 60                  -                                                    -
## 61                  -                                                    -
## 62                  -                                                    -
## 63                  -                                                    -
## 64   One of us snores                                                    -
## 65                  -                                                    -
## 66                  -                                                    -
## 67                  -                                                    -
## 68                  -                                                    -
## 69   One of us snores                                                    -
## 70                  -                                                    -
## 71                  -                                                    -
## 72                  -                                                    -
## 73                  -                                                    -
## 74                  -                                                    -
## 75                  -                                                    -
## 76   One of us snores                                                    -
## 77                  -                                                    -
## 78                  -                                                    -
## 79                  -                                                    -
## 80                  -                                                    -
## 81                  -                                                    -
## 82                  -                                                    -
## 83                  -                                                    -
## 84   One of us snores One of us makes frequent bathroom trips in the night
## 85   One of us snores                                                    -
## 86                  -                                                    -
## 87                  -                                                    -
## 88                  -                                                    -
## 89                  -                                                    -
## 90                  -                                                    -
## 91                  -                                                    -
## 92                  -                                                    -
## 93                  -                                                    -
## 94                  -                                                    -
## 95                  -                                                    -
## 96                  -                                                    -
## 97                  -                                                    -
## 98                  -                                                    -
## 99                  -                                                    -
## 100                 -                                                    -
## 101                 -                                                    -
## 102                 -                                                    -
## 103  One of us snores                                                    -
## 104                 -                                                    -
## 105                 -                                                    -
## 106                 -                                                    -
## 107                 -                                                    -
## 108                 -                                                    -
## 109                 -                                                    -
## 110                 -                                                    -
## 111                 -                                                    -
## 112                 -                                                    -
## 113                 -                                                    -
## 114                 -                                                    -
## 115                 -                                                    -
## 116                 -                                                    -
## 117                 -                                                    -
## 118                 -                                                    -
## 119                 -                                                    -
## 120  One of us snores One of us makes frequent bathroom trips in the night
## 121  One of us snores                                                    -
## 122                 -                                                    -
## 123  One of us snores                                                    -
## 124                 -                                                    -
## 125                 -                                                    -
## 126                 -                                                    -
## 127                 -                                                    -
## 128  One of us snores                                                    -
## 129  One of us snores                                                    -
## 130                 -                                                    -
## 131  One of us snores One of us makes frequent bathroom trips in the night
## 132                 -                                                    -
## 133                 -                                                    -
## 134                 -                                                    -
## 135  One of us snores                                                    -
## 136                 -                                                    -
## 137                 -                                                    -
## 138                 -                                                    -
## 139                 -                                                    -
## 140                 -                                                    -
## 141                 -                                                    -
## 142                 -                                                    -
## 143                 -                                                    -
## 144                 -                                                    -
## 145                 -                                                    -
## 146                 -                                                    -
## 147                 -                                                    -
## 148                 -                                                    -
## 149                 -                                                    -
## 150  One of us snores                                                    -
## 151  One of us snores                                                    -
## 152                 -                                                    -
## 153                 -                                                    -
## 154                 -                                                    -
## 155                 -                                                    -
## 156                 -                                                    -
## 157                 -                                                    -
## 158                 -                                                    -
## 159                 -                                                    -
## 160  One of us snores                                                    -
## 161                 -                                                    -
## 162  One of us snores                                                    -
## 163                 -                                                    -
## 164                 -                                                    -
## 165  One of us snores                                                    -
## 166  One of us snores One of us makes frequent bathroom trips in the night
## 167                 -                                                    -
## 168  One of us snores One of us makes frequent bathroom trips in the night
## 169                 -                                                    -
## 170                 -                                                    -
## 171                 -                                                    -
## 172  One of us snores                                                    -
## 173  One of us snores                                                    -
## 174  One of us snores                                                    -
## 175                 - One of us makes frequent bathroom trips in the night
## 176                 -                                                    -
## 177                 -                                                    -
## 178                 -                                                    -
## 179                 -                                                    -
## 180                 -                                                    -
## 181                 -                                                    -
## 182                 -                                                    -
## 183                 -                                                    -
## 184  One of us snores                                                    -
## 185  One of us snores One of us makes frequent bathroom trips in the night
## 186                 -                                                    -
## 187                 -                                                    -
## 188                 -                                                    -
## 189                 -                                                    -
## 190                 -                                                    -
## 191                 -                                                    -
## 192  One of us snores                                                    -
## 193  One of us snores                                                    -
## 194                 -                                                    -
## 195  One of us snores                                                    -
## 196  One of us snores                                                    -
## 197                 -                                                    -
## 198                 -                                                    -
## 199  One of us snores                                                    -
## 200  One of us snores                                                    -
## 201                 -                                                    -
## 202                 -                                                    -
## 203                 -                                                    -
## 204  One of us snores                                                    -
## 205  One of us snores                                                    -
## 206  One of us snores                                                    -
## 207                 -                                                    -
## 208                 -                                                    -
## 209                 -                                                    -
## 210                 -                                                    -
## 211  One of us snores One of us makes frequent bathroom trips in the night
## 212  One of us snores                                                    -
## 213                 -                                                    -
## 214  One of us snores                                                    -
## 215                 -                                                    -
## 216  One of us snores One of us makes frequent bathroom trips in the night
## 217                 -                                                    -
## 218  One of us snores One of us makes frequent bathroom trips in the night
## 219                 -                                                    -
## 220                 -                                                    -
## 221                 -                                                    -
## 222                 -                                                    -
## 223  One of us snores                                                    -
## 224  One of us snores                                                    -
## 225                 -                                                    -
## 226  One of us snores One of us makes frequent bathroom trips in the night
## 227                 -                                                    -
## 228  One of us snores One of us makes frequent bathroom trips in the night
## 229                 -                                                    -
## 230                 -                                                    -
## 231                 -                                                    -
## 232  One of us snores One of us makes frequent bathroom trips in the night
## 233                 -                                                    -
## 234  One of us snores                                                    -
## 235                 -                                                    -
## 236                 -                                                    -
## 237                 -                                                    -
## 238                 -                                                    -
## 239                 -                                                    -
## 240                 -                                                    -
## 241                 -                                                    -
## 242                 -                                                    -
## 243                 -                                                    -
## 244  One of us snores One of us makes frequent bathroom trips in the night
## 245                 -                                                    -
## 246                 -                                                    -
## 247                 -                                                    -
## 248  One of us snores                                                    -
## 249                 -                                                    -
## 250  One of us snores                                                    -
## 251                 -                                                    -
## 252                 -                                                    -
## 253                 -                                                    -
## 254                 -                                                    -
## 255  One of us snores                                                    -
## 256                 -                                                    -
## 257                 -                                                    -
## 258                 -                                                    -
## 259                 -                                                    -
## 260                 -                                                    -
## 261  One of us snores                                                    -
## 262  One of us snores                                                    -
## 263                 -                                                    -
## 264                 -                                                    -
## 265                 -                                                    -
## 266  One of us snores                                                    -
## 267                 -                                                    -
## 268                 -                                                    -
## 269                 -                                                    -
## 270                 -                                                    -
## 271                 -                                                    -
## 272  One of us snores One of us makes frequent bathroom trips in the night
## 273                 -                                                    -
## 274                 -                                                    -
## 275                 -                                                    -
## 276                 -                                                    -
## 277                 -                                                    -
## 278                 -                                                    -
## 279                 -                                                    -
## 280                 -                                                    -
## 281                 -                                                    -
## 282                 -                                                    -
## 283                 -                                                    -
## 284  One of us snores                                                    -
## 285                 -                                                    -
## 286  One of us snores One of us makes frequent bathroom trips in the night
## 287                 -                                                    -
## 288                 -                                                    -
## 289                 -                                                    -
## 290                 -                                                    -
## 291                 -                                                    -
## 292                 -                                                    -
## 293                 -                                                    -
## 294  One of us snores                                                    -
## 295                 -                                                    -
## 296                 -                                                    -
## 297                 -                                                    -
## 298                 -                                                    -
## 299                 -                                                    -
## 300  One of us snores One of us makes frequent bathroom trips in the night
## 301                 -                                                    -
## 302  One of us snores One of us makes frequent bathroom trips in the night
## 303                 -                                                    -
## 304                 -                                                    -
## 305                 -                                                    -
## 306                 -                                                    -
## 307                 -                                                    -
## 308                 -                                                    -
## 309                 -                                                    -
## 310                 -                                                    -
## 311  One of us snores                                                    -
## 312  One of us snores                                                    -
## 313                 -                                                    -
## 314                 -                                                    -
## 315                 -                                                    -
## 316                 -                                                    -
## 317                 -                                                    -
## 318                 -                                                    -
## 319                 -                                                    -
## 320                 -                                                    -
## 321                 -                                                    -
## 322                 -                                                    -
## 323                 -                                                    -
## 324                 -                                                    -
## 325                 -                                                    -
## 326  One of us snores                                                    -
## 327  One of us snores                                                    -
## 328                 -                                                    -
## 329                 -                                                    -
## 330                 -                                                    -
## 331                 -                                                    -
## 332  One of us snores                                                    -
## 333                 -                                                    -
## 334                 -                                                    -
## 335  One of us snores                                                    -
## 336                 -                                                    -
## 337                 -                                                    -
## 338                 -                                                    -
## 339                 -                                                    -
## 340  One of us snores                                                    -
## 341                 -                                                    -
## 342  One of us snores                                                    -
## 343                 -                                                    -
## 344                 -                                                    -
## 345                 -                                                    -
## 346  One of us snores One of us makes frequent bathroom trips in the night
## 347  One of us snores                                                    -
## 348                 -                                                    -
## 349                 -                                                    -
## 350                 -                                                    -
## 351                 -                                                    -
## 352                 -                                                    -
## 353                 -                                                    -
## 354                 -                                                    -
## 355                 -                                                    -
## 356                 -                                                    -
## 357                 -                                                    -
## 358  One of us snores                                                    -
## 359  One of us snores                                                    -
## 360                 -                                                    -
## 361                 -                                                    -
## 362                 -                                                    -
## 363                 -                                                    -
## 364                 -                                                    -
## 365                 -                                                    -
## 366                 -                                                    -
## 367                 -                                                    -
## 368                 -                                                    -
## 369                 -                                                    -
## 370                 -                                                    -
## 371                 -                                                    -
## 372                 -                                                    -
## 373                 -                                                    -
## 374                 -                                                    -
## 375                 -                                                    -
## 376                 -                                                    -
## 377  One of us snores                                                    -
## 378  One of us snores                                                    -
## 379  One of us snores                                                    -
## 380                 -                                                    -
## 381                 -                                                    -
## 382                 -                                                    -
## 383                 -                                                    -
## 384                 -                                                    -
## 385  One of us snores                                                    -
## 386                 -                                                    -
## 387  One of us snores                                                    -
## 388                 -                                                    -
## 389                 -                                                    -
## 390                 -                                                    -
## 391                 -                                                    -
## 392                 -                                                    -
## 393                 -                                                    -
## 394                 -                                                    -
## 395  One of us snores                                                    -
## 396                 -                                                    -
## 397                 -                                                    -
## 398                 -                                                    -
## 399                 -                                                    -
## 400                 -                                                    -
## 401                 -                                                    -
## 402                 -                                                    -
## 403  One of us snores                                                    -
## 404                 -                                                    -
## 405                 -                                                    -
## 406                 -                                                    -
## 407                 -                                                    -
## 408  One of us snores                                                    -
## 409                 -                                                    -
## 410                 -                                                    -
## 411                 -                                                    -
## 412                 -                                                    -
## 413                 -                                                    -
## 414                 -                                                    -
## 415                 -                                                    -
## 416  One of us snores                                                    -
## 417                 -                                                    -
## 418                 -                                                    -
## 419                 -                                                    -
## 420                 -                                                    -
## 421  One of us snores                                                    -
## 422                 -                                                    -
## 423  One of us snores                                                    -
## 424                 -                                                    -
## 425                 -                                                    -
## 426                 -                                                    -
## 427                 -                                                    -
## 428                 -                                                    -
## 429                 -                                                    -
## 430                 -                                                    -
## 431                 -                                                    -
## 432                 -                                                    -
## 433                 -                                                    -
## 434  One of us snores                                                    -
## 435                 -                                                    -
## 436  One of us snores                                                    -
## 437                 -                                                    -
## 438                 -                                                    -
## 439  One of us snores                                                    -
## 440                 -                                                    -
## 441                 -                                                    -
## 442                 -                                                    -
## 443                 -                                                    -
## 444                 -                                                    -
## 445                 -                                                    -
## 446                 -                                                    -
## 447  One of us snores                                                    -
## 448                 -                                                    -
## 449                 -                                                    -
## 450  One of us snores                                                    -
## 451                 -                                                    -
## 452  One of us snores                                                    -
## 453                 -                                                    -
## 454                 -                                                    -
## 455                 -                                                    -
## 456                 -                                                    -
## 457                 -                                                    -
## 458                 -                                                    -
## 459                 -                                                    -
## 460                 - One of us makes frequent bathroom trips in the night
## 461  One of us snores One of us makes frequent bathroom trips in the night
## 462                 -                                                    -
## 463                 -                                                    -
## 464  One of us snores                                                    -
## 465                 -                                                    -
## 466                 -                                                    -
## 467  One of us snores                                                    -
## 468                 -                                                    -
## 469                 -                                                    -
## 470                 -                                                    -
## 471                 -                                                    -
## 472                 -                                                    -
## 473                 -                                                    -
## 474                 -                                                    -
## 475                 -                                                    -
## 476                 -                                                    -
## 477                 -                                                    -
## 478                 -                                                    -
## 479                 -                                                    -
## 480                 -                                                    -
## 481  One of us snores One of us makes frequent bathroom trips in the night
## 482  One of us snores                                                    -
## 483                 -                                                    -
## 484                 -                                                    -
## 485                 -                                                    -
## 486                 -                                                    -
## 487                 -                                                    -
## 488                 -                                                    -
## 489  One of us snores One of us makes frequent bathroom trips in the night
## 490                 -                                                    -
## 491  One of us snores                                                    -
## 492                 -                                                    -
## 493  One of us snores One of us makes frequent bathroom trips in the night
## 494                 -                                                    -
## 495                 -                                                    -
## 496                 -                                                    -
## 497                 -                                                    -
## 498                 -                                                    -
## 499                 -                                                    -
## 500                 -                                                    -
## 501  One of us snores One of us makes frequent bathroom trips in the night
## 502  One of us snores One of us makes frequent bathroom trips in the night
## 503                 -                                                    -
## 504                 -                                                    -
## 505                 -                                                    -
## 506                 -                                                    -
## 507                 -                                                    -
## 508                 -                                                    -
## 509  One of us snores One of us makes frequent bathroom trips in the night
## 510                 -                                                    -
## 511                 -                                                    -
## 512                 -                                                    -
## 513                 -                                                    -
## 514                 -                                                    -
## 515                 -                                                    -
## 516                 -                                                    -
## 517                 -                                                    -
## 518                 -                                                    -
## 519                 -                                                    -
## 520  One of us snores                                                    -
## 521                 -                                                    -
## 522                 -                                                    -
## 523                 -                                                    -
## 524                 -                                                    -
## 525                 -                                                    -
## 526                 -                                                    -
## 527                 -                                                    -
## 528                 -                                                    -
## 529                 -                                                    -
## 530                 -                                                    -
## 531                 -                                                    -
## 532                 -                                                    -
## 533                 -                                                    -
## 534                 -                                                    -
## 535                 -                                                    -
## 536                 -                                                    -
## 537                 -                                                    -
## 538                 -                                                    -
## 539  One of us snores                                                    -
## 540                 -                                                    -
## 541                 -                                                    -
## 542                 -                                                    -
## 543                 -                                                    -
## 544                 -                                                    -
## 545                 -                                                    -
## 546                 -                                                    -
## 547                 -                                                    -
## 548                 -                                                    -
## 549                 -                                                    -
## 550                 -                                                    -
## 551                 -                                                    -
## 552  One of us snores                                                    -
## 553                 -                                                    -
## 554  One of us snores                                                    -
## 555                 -                                                    -
## 556  One of us snores                                                    -
## 557                 -                                                    -
## 558                 -                                                    -
## 559                 -                                                    -
## 560                 -                                                    -
## 561                 -                                                    -
## 562                 - One of us makes frequent bathroom trips in the night
## 563                 -                                                    -
## 564                 -                                                    -
## 565                 -                                                    -
## 566  One of us snores                                                    -
## 567                 -                                                    -
## 568                 -                                                    -
## 569                 -                                                    -
## 570                 - One of us makes frequent bathroom trips in the night
## 571                 -                                                    -
## 572                 -                                                    -
## 573                 -                                                    -
## 574                 -                                                    -
## 575  One of us snores One of us makes frequent bathroom trips in the night
## 576                 -                                                    -
## 577                 -                                                    -
## 578                 -                                                    -
## 579                 -                                                    -
## 580                 -                                                    -
## 581  One of us snores                                                    -
## 582                 -                                                    -
## 583                 -                                                    -
## 584                 -                                                    -
## 585                 -                                                    -
## 586                 -                                                    -
## 587  One of us snores                                                    -
## 588                 -                                                    -
## 589  One of us snores                                                    -
## 590                 -                                                    -
## 591                 -                                                    -
## 592                 -                                                    -
## 593  One of us snores                                                    -
## 594                 -                                                    -
## 595                 -                                                    -
## 596  One of us snores One of us makes frequent bathroom trips in the night
## 597                 -                                                    -
## 598                 -                                                    -
## 599                 -                                                    -
## 600  One of us snores                                                    -
## 601  One of us snores                                                    -
## 602                 -                                                    -
## 603                 -                                                    -
## 604                 -                                                    -
## 605                 -                                                    -
## 606  One of us snores                                                    -
## 607                 -                                                    -
## 608                 -                                                    -
## 609                 -                                                    -
## 610                 -                                                    -
## 611  One of us snores                                                    -
## 612                 -                                                    -
## 613                 -                                                    -
## 614                 -                                                    -
## 615                 -                                                    -
## 616                 -                                                    -
## 617                 -                                                    -
## 618                 -                                                    -
## 619                 -                                                    -
## 620                 -                                                    -
## 621                 -                                                    -
## 622                 -                                                    -
## 623                 -                                                    -
## 624                 -                                                    -
## 625                 -                                                    -
## 626                 -                                                    -
## 627                 -                                                    -
## 628                 -                                                    -
## 629  One of us snores One of us makes frequent bathroom trips in the night
## 630                 -                                                    -
## 631                 -                                                    -
## 632                 -                                                    -
## 633                 -                                                    -
## 634  One of us snores                                                    -
## 635                 -                                                    -
## 636                 -                                                    -
## 637                 -                                                    -
## 638                 -                                                    -
## 639                 -                                                    -
## 640                 -                                                    -
## 641  One of us snores                                                    -
## 642                 -                                                    -
## 643                 -                                                    -
## 644                 -                                                    -
## 645                 -                                                    -
## 646                 -                                                    -
## 647                 -                                                    -
## 648                 -                                                    -
## 649                 -                                                    -
## 650                 -                                                    -
## 651  One of us snores One of us makes frequent bathroom trips in the night
## 652  One of us snores                                                    -
## 653                 -                                                    -
## 654                 -                                                    -
## 655                 -                                                    -
## 656                 - One of us makes frequent bathroom trips in the night
## 657  One of us snores One of us makes frequent bathroom trips in the night
## 658                 -                                                    -
## 659  One of us snores                                                    -
## 660  One of us snores                                                    -
## 661                 -                                                    -
## 662                 -                                                    -
## 663                 -                                                    -
## 664                 -                                                    -
## 665                 -                                                    -
## 666                 -                                                    -
## 667                 -                                                    -
## 668                 -                                                    -
## 669                 -                                                    -
## 670  One of us snores One of us makes frequent bathroom trips in the night
## 671                 -                                                    -
## 672                 -                                                    -
## 673                 -                                                    -
## 674  One of us snores                                                    -
## 675  One of us snores One of us makes frequent bathroom trips in the night
## 676                 -                                                    -
## 677                 -                                                    -
## 678                 -                                                    -
## 679                 -                                                    -
## 680                 -                                                    -
## 681                 -                                                    -
## 682  One of us snores One of us makes frequent bathroom trips in the night
## 683                 -                                                    -
## 684                 -                                                    -
## 685                 -                                                    -
## 686                 -                                                    -
## 687                 -                                                    -
## 688                 -                                                    -
## 689                 -                                                    -
## 690                 -                                                    -
## 691                 -                                                    -
## 692                 -                                                    -
## 693                 -                                                    -
## 694                 -                                                    -
## 695                 -                                                    -
## 696                 -                                                    -
## 697                 -                                                    -
## 698  One of us snores                                                    -
## 699                 - One of us makes frequent bathroom trips in the night
## 700  One of us snores                                                    -
## 701  One of us snores                                                    -
## 702                 -                                                    -
## 703                 -                                                    -
## 704                 -                                                    -
## 705  One of us snores                                                    -
## 706                 - One of us makes frequent bathroom trips in the night
## 707                 -                                                    -
## 708                 -                                                    -
## 709                 -                                                    -
## 710                 -                                                    -
## 711  One of us snores                                                    -
## 712                 -                                                    -
## 713                 -                                                    -
## 714                 -                                                    -
## 715                 -                                                    -
## 716                 -                                                    -
## 717                 -                                                    -
## 718  One of us snores                                                    -
## 719                 -                                                    -
## 720                 -                                                    -
## 721                 -                                                    -
## 722                 -                                                    -
## 723                 -                                                    -
## 724                 -                                                    -
## 725                 -                                                    -
## 726                 -                                                    -
## 727                 -                                                    -
## 728  One of us snores One of us makes frequent bathroom trips in the night
## 729  One of us snores                                                    -
## 730                 -                                                    -
## 731                 -                                                    -
## 732                 -                                                    -
## 733                 -                                                    -
## 734                 -                                                    -
## 735                 -                                                    -
## 736  One of us snores                                                    -
## 737                 -                                                    -
## 738                 -                                                    -
## 739                 -                                                    -
## 740  One of us snores One of us makes frequent bathroom trips in the night
## 741                 -                                                    -
## 742                 -                                                    -
## 743                 -                                                    -
## 744                 -                                                    -
## 745  One of us snores                                                    -
## 746  One of us snores                                                    -
## 747                 -                                                    -
## 748                 -                                                    -
## 749                 -                                                    -
## 750                 -                                                    -
## 751                 - One of us makes frequent bathroom trips in the night
## 752                 -                                                    -
## 753                 -                                                    -
## 754                 -                                                    -
## 755                 -                                                    -
## 756  One of us snores                                                    -
## 757                 -                                                    -
## 758                 -                                                    -
## 759  One of us snores One of us makes frequent bathroom trips in the night
## 760                 -                                                    -
## 761  One of us snores                                                    -
## 762                 -                                                    -
## 763  One of us snores                                                    -
## 764                 -                                                    -
## 765                 -                                                    -
## 766                 -                                                    -
## 767                 -                                                    -
## 768                 -                                                    -
## 769                 -                                                    -
## 770                 -                                                    -
## 771                 -                                                    -
## 772                 -                                                    -
## 773                 -                                                    -
## 774  One of us snores                                                    -
## 775                 -                                                    -
## 776  One of us snores                                                    -
## 777  One of us snores                                                    -
## 778                 -                                                    -
## 779                 -                                                    -
## 780                 -                                                    -
## 781                 -                                                    -
## 782                 -                                                    -
## 783                 -                                                    -
## 784                 -                                                    -
## 785                 -                                                    -
## 786                 -                                                    -
## 787                 -                                                    -
## 788  One of us snores                                                    -
## 789                 -                                                    -
## 790                 -                                                    -
## 791  One of us snores                                                    -
## 792                 -                                                    -
## 793  One of us snores                                                    -
## 794                 -                                                    -
## 795                 -                                                    -
## 796                 -                                                    -
## 797  One of us snores                                                    -
## 798                 -                                                    -
## 799                 -                                                    -
## 800                 -                                                    -
## 801  One of us snores                                                    -
## 802                 -                                                    -
## 803                 -                                                    -
## 804                 -                                                    -
## 805                 -                                                    -
## 806                 -                                                    -
## 807                 -                                                    -
## 808                 -                                                    -
## 809  One of us snores                                                    -
## 810                 -                                                    -
## 811                 -                                                    -
## 812                 -                                                    -
## 813                 -                                                    -
## 814                 -                                                    -
## 815                 -                                                    -
## 816                 -                                                    -
## 817                 -                                                    -
## 818  One of us snores                                                    -
## 819                 -                                                    -
## 820                 -                                                    -
## 821                 -                                                    -
## 822                 -                                                    -
## 823                 -                                                    -
## 824                 -                                                    -
## 825                 -                                                    -
## 826                 -                                                    -
## 827                 -                                                    -
## 828                 -                                                    -
## 829  One of us snores                                                    -
## 830  One of us snores                                                    -
## 831                 -                                                    -
## 832                 -                                                    -
## 833  One of us snores                                                    -
## 834                 -                                                    -
## 835                 -                                                    -
## 836                 -                                                    -
## 837                 -                                                    -
## 838                 -                                                    -
## 839                 -                                                    -
## 840                 -                                                    -
## 841                 -                                                    -
## 842  One of us snores                                                    -
## 843  One of us snores                                                    -
## 844                 -                                                    -
## 845  One of us snores                                                    -
## 846  One of us snores                                                    -
## 847                 -                                                    -
## 848                 -                                                    -
## 849  One of us snores                                                    -
## 850  One of us snores                                                    -
## 851                 -                                                    -
## 852                 -                                                    -
## 853  One of us snores                                                    -
## 854                 -                                                    -
## 855                 -                                                    -
## 856                 -                                                    -
## 857                 -                                                    -
## 858                 -                                                    -
## 859                 -                                                    -
## 860                 -                                                    -
## 861                 -                                                    -
## 862  One of us snores                                                    -
## 863                 -                                                    -
## 864                 -                                                    -
## 865                 -                                                    -
## 866                 -                                                    -
## 867                 -                                                    -
## 868                 -                                                    -
## 869  One of us snores                                                    -
## 870                 -                                                    -
## 871                 -                                                    -
## 872  One of us snores One of us makes frequent bathroom trips in the night
## 873  One of us snores One of us makes frequent bathroom trips in the night
## 874                 -                                                    -
## 875                 -                                                    -
## 876                 -                                                    -
## 877                 -                                                    -
## 878  One of us snores                                                    -
## 879                 -                                                    -
## 880                 -                                                    -
## 881  One of us snores                                                    -
## 882                 -                                                    -
## 883                 -                                                    -
## 884                 -                                                    -
## 885                 -                                                    -
## 886  One of us snores                                                    -
## 887                 -                                                    -
## 888                 -                                                    -
## 889  One of us snores                                                    -
## 890                 -                                                    -
## 891                 -                                                    -
## 892                 -                                                    -
## 893  One of us snores                                                    -
## 894                 -                                                    -
## 895                 -                                                    -
## 896                 -                                                    -
## 897  One of us snores                                                    -
## 898                 -                                                    -
## 899                 -                                                    -
## 900                 -                                                    -
## 901                 -                                                    -
## 902                 -                                                    -
## 903                 -                                                    -
## 904  One of us snores                                                    -
## 905                 -                                                    -
## 906                 -                                                    -
## 907  One of us snores One of us makes frequent bathroom trips in the night
## 908                 -                                                    -
## 909                 -                                                    -
## 910                 -                                                    -
## 911  One of us snores                                                    -
## 912                 -                                                    -
## 913                 -                                                    -
## 914  One of us snores                                                    -
## 915                 -                                                    -
## 916                 -                                                    -
## 917                 -                                                    -
## 918  One of us snores                                                    -
## 919                 -                                                    -
## 920                 -                                                    -
## 921                 -                                                    -
## 922                 -                                                    -
## 923                 -                                                    -
## 924                 -                                                    -
## 925                 -                                                    -
## 926                 -                                                    -
## 927                 -                                                    -
## 928                 -                                                    -
## 929                 -                                                    -
## 930                 -                                                    -
## 931                 -                                                    -
## 932                 -                                                    -
## 933                 -                                                    -
## 934  One of us snores                                                    -
## 935                 -                                                    -
## 936                 -                                                    -
## 937                 -                                                    -
## 938                 -                                                    -
## 939                 -                                                    -
## 940                 -                                                    -
## 941                 -                                                    -
## 942  One of us snores                                                    -
## 943  One of us snores                                                    -
## 944                 -                                                    -
## 945  One of us snores One of us makes frequent bathroom trips in the night
## 946                 -                                                    -
## 947                 -                                                    -
## 948                 -                                                    -
## 949  One of us snores                                                    -
## 950                 -                                                    -
## 951                 -                                                    -
## 952                 -                                                    -
## 953  One of us snores                                                    -
## 954                 -                                                    -
## 955                 -                                                    -
## 956                 -                                                    -
## 957                 -                                                    -
## 958                 -                                                    -
## 959  One of us snores                                                    -
## 960                 -                                                    -
## 961                 -                                                    -
## 962                 -                                                    -
## 963                 -                                                    -
## 964                 -                                                    -
## 965  One of us snores One of us makes frequent bathroom trips in the night
## 966                 -                                                    -
## 967                 -                                                    -
## 968                 -                                                    -
## 969                 -                                                    -
## 970                 -                                                    -
## 971  One of us snores One of us makes frequent bathroom trips in the night
## 972                 -                                                    -
## 973  One of us snores                                                    -
## 974                 -                                                    -
## 975                 -                                                    -
## 976                 -                                                    -
## 977                 -                                                    -
## 978                 -                                                    -
## 979                 -                                                    -
## 980  One of us snores                                                    -
## 981                 -                                                    -
## 982                 -                                                    -
## 983                 -                                                    -
## 984                 -                                                    -
## 985                 -                                                    -
## 986  One of us snores                                                    -
## 987                 -                                                    -
## 988                 -                                                    -
## 989  One of us snores                                                    -
## 990                 -                                                    -
## 991                 -                                                    -
## 992                 -                                                    -
## 993                 -                                                    -
## 994                 -                                                    -
## 995                 -                                                    -
## 996                 -                                                    -
## 997                 -                                                    -
## 998  One of us snores                                                    -
## 999                 -                                                    -
## 1000 One of us snores                                                    -
## 1001                -                                                    -
## 1002                -                                                    -
## 1003 One of us snores One of us makes frequent bathroom trips in the night
## 1004                -                                                    -
## 1005 One of us snores                                                    -
## 1006                -                                                    -
## 1007                -                                                    -
## 1008                -                                                    -
## 1009 One of us snores One of us makes frequent bathroom trips in the night
## 1010                -                                                    -
## 1011                -                                                    -
## 1012                -                                                    -
## 1013 One of us snores                                                    -
## 1014 One of us snores                                                    -
## 1015                -                                                    -
## 1016 One of us snores                                                    -
## 1017                -                                                    -
## 1018                - One of us makes frequent bathroom trips in the night
## 1019 One of us snores                                                    -
## 1020 One of us snores                                                    -
## 1021 One of us snores                                                    -
## 1022 One of us snores One of us makes frequent bathroom trips in the night
## 1023                -                                                    -
## 1024                -                                                    -
## 1025                -                                                    -
## 1026                -                                                    -
## 1027                -                                                    -
## 1028                -                                                    -
## 1029                -                                                    -
## 1030                - One of us makes frequent bathroom trips in the night
## 1031 One of us snores                                                    -
## 1032                -                                                    -
## 1033                -                                                    -
## 1034                -                                                    -
## 1035 One of us snores One of us makes frequent bathroom trips in the night
## 1036                -                                                    -
## 1037                -                                                    -
## 1038                -                                                    -
## 1039 One of us snores                                                    -
## 1040                -                                                    -
## 1041                -                                                    -
## 1042                -                                                    -
## 1043 One of us snores                                                    -
## 1044                -                                                    -
## 1045                -                                                    -
## 1046                -                                                    -
## 1047                -                                                    -
## 1048                -                                                    -
## 1049                -                                                    -
## 1050                -                                                    -
## 1051 One of us snores                                                    -
## 1052 One of us snores                                                    -
## 1053                -                                                    -
## 1054                -                                                    -
## 1055                -                                                    -
## 1056                -                                                    -
## 1057                -                                                    -
## 1058 One of us snores                                                    -
## 1059                -                                                    -
## 1060                -                                                    -
## 1061 One of us snores                                                    -
## 1062                -                                                    -
## 1063                -                                                    -
## 1064                -                                                    -
## 1065                -                                                    -
## 1066                -                                                    -
## 1067                -                                                    -
## 1068                -                                                    -
## 1069                -                                                    -
## 1070                -                                                    -
## 1071                -                                                    -
## 1072                -                                                    -
## 1073                -                                                    -
## 1074                -                                                    -
## 1075                -                                                    -
## 1076                -                                                    -
## 1077                -                                                    -
## 1078 One of us snores                                                    -
## 1079                -                                                    -
## 1080                -                                                    -
## 1081                -                                                    -
## 1082                -                                                    -
## 1083                -                                                    -
## 1084                -                                                    -
## 1085                -                                                    -
## 1086                -                                                    -
## 1087                -                                                    -
## 1088                -                                                    -
## 1089                -                                                    -
## 1090 One of us snores One of us makes frequent bathroom trips in the night
## 1091                -                                                    -
## 1092                -                                                    -
## 1093                -                                                    -
## 1094                -                                                    -
##                   Sick        No.longer.physically.intimate
## 1    One of us is sick We are no longer physically intimate
## 2    One of us is sick                                    -
## 3    One of us is sick                                    -
## 4                    -                                    -
## 5                    -                                    -
## 6                    -                                    -
## 7                    -                                    -
## 8                    -                                    -
## 9                    -                                    -
## 10                   -                                    -
## 11                   -                                    -
## 12                   -                                    -
## 13                   -                                    -
## 14                   -                                    -
## 15                   -                                    -
## 16                   -                                    -
## 17                   -                                    -
## 18   One of us is sick                                    -
## 19   One of us is sick We are no longer physically intimate
## 20                   -                                    -
## 21                   -                                    -
## 22                   -                                    -
## 23                   -                                    -
## 24                   -                                    -
## 25                   -                                    -
## 26                   -                                    -
## 27                   -                                    -
## 28                   -                                    -
## 29                   -                                    -
## 30                   -                                    -
## 31                   -                                    -
## 32                   -                                    -
## 33                   -                                    -
## 34                   -                                    -
## 35                   -                                    -
## 36                   -                                    -
## 37   One of us is sick                                    -
## 38                   -                                    -
## 39                   -                                    -
## 40                   -                                    -
## 41                   -                                    -
## 42   One of us is sick                                    -
## 43                   -                                    -
## 44                   -                                    -
## 45                   -                                    -
## 46                   -                                    -
## 47                   -                                    -
## 48                   -                                    -
## 49                   -                                    -
## 50                   -                                    -
## 51                   -                                    -
## 52                   -                                    -
## 53                   -                                    -
## 54                   -                                    -
## 55                   -                                    -
## 56                   -                                    -
## 57                   -                                    -
## 58                   -                                    -
## 59                   -                                    -
## 60                   -                                    -
## 61                   -                                    -
## 62                   -                                    -
## 63                   -                                    -
## 64                   -                                    -
## 65                   -                                    -
## 66                   -                                    -
## 67                   -                                    -
## 68                   -                                    -
## 69                   -                                    -
## 70                   -                                    -
## 71                   -                                    -
## 72                   -                                    -
## 73   One of us is sick                                    -
## 74                   -                                    -
## 75                   -                                    -
## 76                   -                                    -
## 77                   -                                    -
## 78                   -                                    -
## 79   One of us is sick                                    -
## 80                   -                                    -
## 81                   -                                    -
## 82                   -                                    -
## 83                   -                                    -
## 84                   - We are no longer physically intimate
## 85                   -                                    -
## 86                   -                                    -
## 87                   -                                    -
## 88                   -                                    -
## 89                   -                                    -
## 90                   -                                    -
## 91   One of us is sick                                    -
## 92                   -                                    -
## 93                   -                                    -
## 94                   -                                    -
## 95                   -                                    -
## 96                   -                                    -
## 97                   -                                    -
## 98   One of us is sick                                    -
## 99                   -                                    -
## 100                  -                                    -
## 101                  -                                    -
## 102                  -                                    -
## 103                  -                                    -
## 104                  -                                    -
## 105                  -                                    -
## 106                  -                                    -
## 107                  -                                    -
## 108                  -                                    -
## 109                  -                                    -
## 110                  -                                    -
## 111                  -                                    -
## 112                  -                                    -
## 113                  -                                    -
## 114                  -                                    -
## 115                  -                                    -
## 116                  -                                    -
## 117                  -                                    -
## 118                  -                                    -
## 119                  -                                    -
## 120                  -                                    -
## 121                  -                                    -
## 122  One of us is sick                                    -
## 123                  -                                    -
## 124                  - We are no longer physically intimate
## 125                  -                                    -
## 126                  -                                    -
## 127                  -                                    -
## 128                  -                                    -
## 129                  -                                    -
## 130                  -                                    -
## 131                  - We are no longer physically intimate
## 132                  -                                    -
## 133                  -                                    -
## 134                  -                                    -
## 135                  - We are no longer physically intimate
## 136                  -                                    -
## 137  One of us is sick                                    -
## 138                  -                                    -
## 139                  -                                    -
## 140                  -                                    -
## 141                  -                                    -
## 142                  -                                    -
## 143                  -                                    -
## 144                  -                                    -
## 145                  -                                    -
## 146                  -                                    -
## 147                  -                                    -
## 148                  -                                    -
## 149                  -                                    -
## 150  One of us is sick                                    -
## 151                  -                                    -
## 152                  -                                    -
## 153                  -                                    -
## 154                  - We are no longer physically intimate
## 155                  -                                    -
## 156                  -                                    -
## 157                  -                                    -
## 158                  -                                    -
## 159                  -                                    -
## 160  One of us is sick                                    -
## 161                  -                                    -
## 162                  -                                    -
## 163                  -                                    -
## 164                  -                                    -
## 165  One of us is sick                                    -
## 166                  -                                    -
## 167                  -                                    -
## 168                  -                                    -
## 169                  -                                    -
## 170                  -                                    -
## 171  One of us is sick                                    -
## 172                  -                                    -
## 173                  -                                    -
## 174  One of us is sick                                    -
## 175                  -                                    -
## 176                  -                                    -
## 177                  -                                    -
## 178                  -                                    -
## 179                  -                                    -
## 180                  -                                    -
## 181                  -                                    -
## 182                  -                                    -
## 183  One of us is sick                                    -
## 184                  -                                    -
## 185                  -                                    -
## 186                  -                                    -
## 187                  -                                    -
## 188                  -                                    -
## 189                  -                                    -
## 190                  -                                    -
## 191                  - We are no longer physically intimate
## 192                  - We are no longer physically intimate
## 193                  -                                    -
## 194                  -                                    -
## 195                  -                                    -
## 196                  -                                    -
## 197                  -                                    -
## 198                  -                                    -
## 199                  -                                    -
## 200  One of us is sick                                    -
## 201                  -                                    -
## 202                  -                                    -
## 203                  -                                    -
## 204                  -                                    -
## 205                  -                                    -
## 206                  - We are no longer physically intimate
## 207  One of us is sick                                    -
## 208                  -                                    -
## 209                  -                                    -
## 210                  -                                    -
## 211                  -                                    -
## 212                  -                                    -
## 213                  -                                    -
## 214                  -                                    -
## 215                  -                                    -
## 216                  -                                    -
## 217                  -                                    -
## 218                  - We are no longer physically intimate
## 219                  -                                    -
## 220                  -                                    -
## 221                  -                                    -
## 222                  -                                    -
## 223                  -                                    -
## 224  One of us is sick                                    -
## 225                  -                                    -
## 226                  -                                    -
## 227                  -                                    -
## 228  One of us is sick We are no longer physically intimate
## 229                  -                                    -
## 230                  -                                    -
## 231                  -                                    -
## 232                  - We are no longer physically intimate
## 233                  -                                    -
## 234  One of us is sick                                    -
## 235                  -                                    -
## 236                  -                                    -
## 237                  -                                    -
## 238  One of us is sick                                    -
## 239                  -                                    -
## 240                  -                                    -
## 241                  -                                    -
## 242                  -                                    -
## 243                  -                                    -
## 244                  -                                    -
## 245                  -                                    -
## 246  One of us is sick                                    -
## 247                  -                                    -
## 248                  -                                    -
## 249                  -                                    -
## 250  One of us is sick                                    -
## 251                  -                                    -
## 252                  -                                    -
## 253                  -                                    -
## 254                  -                                    -
## 255                  -                                    -
## 256                  -                                    -
## 257                  -                                    -
## 258                  -                                    -
## 259                  -                                    -
## 260                  -                                    -
## 261                  -                                    -
## 262                  -                                    -
## 263                  -                                    -
## 264                  -                                    -
## 265                  -                                    -
## 266                  -                                    -
## 267                  -                                    -
## 268                  -                                    -
## 269  One of us is sick                                    -
## 270                  -                                    -
## 271                  -                                    -
## 272                  -                                    -
## 273                  -                                    -
## 274                  -                                    -
## 275                  -                                    -
## 276                  -                                    -
## 277                  -                                    -
## 278                  -                                    -
## 279                  -                                    -
## 280                  -                                    -
## 281  One of us is sick                                    -
## 282                  -                                    -
## 283                  -                                    -
## 284                  -                                    -
## 285                  -                                    -
## 286                  -                                    -
## 287                  - We are no longer physically intimate
## 288  One of us is sick                                    -
## 289                  -                                    -
## 290                  -                                    -
## 291                  -                                    -
## 292                  -                                    -
## 293                  -                                    -
## 294                  -                                    -
## 295                  -                                    -
## 296  One of us is sick                                    -
## 297                  -                                    -
## 298                  -                                    -
## 299                  -                                    -
## 300                  -                                    -
## 301                  -                                    -
## 302                  -                                    -
## 303                  -                                    -
## 304                  -                                    -
## 305                  -                                    -
## 306                  -                                    -
## 307                  -                                    -
## 308                  -                                    -
## 309                  -                                    -
## 310                  -                                    -
## 311                  -                                    -
## 312                  -                                    -
## 313                  -                                    -
## 314                  -                                    -
## 315                  -                                    -
## 316                  -                                    -
## 317                  -                                    -
## 318  One of us is sick                                    -
## 319  One of us is sick                                    -
## 320                  -                                    -
## 321                  -                                    -
## 322                  -                                    -
## 323  One of us is sick                                    -
## 324                  -                                    -
## 325                  -                                    -
## 326                  -                                    -
## 327                  -                                    -
## 328                  -                                    -
## 329                  -                                    -
## 330                  -                                    -
## 331                  -                                    -
## 332                  -                                    -
## 333                  -                                    -
## 334  One of us is sick                                    -
## 335                  -                                    -
## 336                  -                                    -
## 337                  -                                    -
## 338  One of us is sick                                    -
## 339                  -                                    -
## 340                  - We are no longer physically intimate
## 341                  -                                    -
## 342                  -                                    -
## 343                  -                                    -
## 344                  -                                    -
## 345  One of us is sick                                    -
## 346                  - We are no longer physically intimate
## 347                  -                                    -
## 348                  -                                    -
## 349                  -                                    -
## 350                  -                                    -
## 351  One of us is sick                                    -
## 352                  -                                    -
## 353                  -                                    -
## 354                  -                                    -
## 355                  -                                    -
## 356                  -                                    -
## 357                  -                                    -
## 358  One of us is sick                                    -
## 359                  -                                    -
## 360                  -                                    -
## 361                  -                                    -
## 362                  -                                    -
## 363                  -                                    -
## 364                  -                                    -
## 365                  -                                    -
## 366                  -                                    -
## 367                  -                                    -
## 368                  -                                    -
## 369                  -                                    -
## 370                  -                                    -
## 371                  -                                    -
## 372                  -                                    -
## 373                  -                                    -
## 374                  -                                    -
## 375                  -                                    -
## 376                  -                                    -
## 377                  -                                    -
## 378                  -                                    -
## 379  One of us is sick                                    -
## 380                  -                                    -
## 381                  -                                    -
## 382                  -                                    -
## 383                  -                                    -
## 384                  -                                    -
## 385                  -                                    -
## 386                  -                                    -
## 387                  -                                    -
## 388                  -                                    -
## 389                  -                                    -
## 390                  -                                    -
## 391                  -                                    -
## 392                  -                                    -
## 393                  -                                    -
## 394                  -                                    -
## 395                  -                                    -
## 396  One of us is sick                                    -
## 397                  -                                    -
## 398                  -                                    -
## 399                  -                                    -
## 400                  -                                    -
## 401                  -                                    -
## 402                  -                                    -
## 403                  -                                    -
## 404                  -                                    -
## 405                  -                                    -
## 406                  -                                    -
## 407  One of us is sick                                    -
## 408                  -                                    -
## 409                  -                                    -
## 410                  -                                    -
## 411                  -                                    -
## 412                  -                                    -
## 413                  -                                    -
## 414                  -                                    -
## 415                  -                                    -
## 416  One of us is sick                                    -
## 417                  -                                    -
## 418                  -                                    -
## 419  One of us is sick                                    -
## 420                  -                                    -
## 421                  -                                    -
## 422                  -                                    -
## 423                  - We are no longer physically intimate
## 424                  -                                    -
## 425                  -                                    -
## 426                  -                                    -
## 427                  -                                    -
## 428                  -                                    -
## 429                  -                                    -
## 430                  -                                    -
## 431  One of us is sick                                    -
## 432                  -                                    -
## 433                  -                                    -
## 434                  - We are no longer physically intimate
## 435                  -                                    -
## 436  One of us is sick                                    -
## 437                  -                                    -
## 438                  -                                    -
## 439                  -                                    -
## 440                  -                                    -
## 441                  -                                    -
## 442                  -                                    -
## 443                  -                                    -
## 444                  -                                    -
## 445                  -                                    -
## 446                  -                                    -
## 447                  -                                    -
## 448                  -                                    -
## 449                  -                                    -
## 450                  - We are no longer physically intimate
## 451                  -                                    -
## 452                  -                                    -
## 453                  -                                    -
## 454                  -                                    -
## 455                  -                                    -
## 456                  -                                    -
## 457                  -                                    -
## 458                  -                                    -
## 459                  -                                    -
## 460                  -                                    -
## 461                  -                                    -
## 462                  -                                    -
## 463                  -                                    -
## 464                  -                                    -
## 465                  -                                    -
## 466                  -                                    -
## 467                  -                                    -
## 468                  -                                    -
## 469                  -                                    -
## 470  One of us is sick                                    -
## 471                  -                                    -
## 472                  -                                    -
## 473                  -                                    -
## 474  One of us is sick                                    -
## 475                  -                                    -
## 476                  -                                    -
## 477                  -                                    -
## 478                  -                                    -
## 479                  -                                    -
## 480                  -                                    -
## 481  One of us is sick                                    -
## 482                  -                                    -
## 483                  -                                    -
## 484                  -                                    -
## 485                  -                                    -
## 486                  -                                    -
## 487                  -                                    -
## 488                  -                                    -
## 489                  -                                    -
## 490                  -                                    -
## 491  One of us is sick                                    -
## 492                  -                                    -
## 493  One of us is sick                                    -
## 494                  -                                    -
## 495                  -                                    -
## 496  One of us is sick                                    -
## 497                  -                                    -
## 498  One of us is sick                                    -
## 499                  -                                    -
## 500                  -                                    -
## 501                  -                                    -
## 502                  -                                    -
## 503                  -                                    -
## 504  One of us is sick                                    -
## 505                  -                                    -
## 506  One of us is sick                                    -
## 507                  -                                    -
## 508                  -                                    -
## 509                  -                                    -
## 510                  -                                    -
## 511                  -                                    -
## 512                  -                                    -
## 513                  -                                    -
## 514                  -                                    -
## 515                  -                                    -
## 516                  -                                    -
## 517                  -                                    -
## 518                  -                                    -
## 519                  -                                    -
## 520                  -                                    -
## 521                  -                                    -
## 522                  -                                    -
## 523                  -                                    -
## 524                  -                                    -
## 525                  -                                    -
## 526                  -                                    -
## 527                  -                                    -
## 528                  -                                    -
## 529  One of us is sick                                    -
## 530                  -                                    -
## 531                  -                                    -
## 532                  -                                    -
## 533                  -                                    -
## 534                  -                                    -
## 535                  -                                    -
## 536                  -                                    -
## 537                  -                                    -
## 538                  -                                    -
## 539                  -                                    -
## 540                  -                                    -
## 541                  -                                    -
## 542  One of us is sick                                    -
## 543                  -                                    -
## 544                  -                                    -
## 545                  -                                    -
## 546                  -                                    -
## 547  One of us is sick                                    -
## 548                  -                                    -
## 549                  -                                    -
## 550  One of us is sick                                    -
## 551                  -                                    -
## 552                  -                                    -
## 553                  -                                    -
## 554                  -                                    -
## 555                  -                                    -
## 556                  -                                    -
## 557                  -                                    -
## 558                  -                                    -
## 559                  -                                    -
## 560                  -                                    -
## 561                  -                                    -
## 562                  -                                    -
## 563                  -                                    -
## 564                  -                                    -
## 565                  -                                    -
## 566                  -                                    -
## 567                  -                                    -
## 568                  -                                    -
## 569                  -                                    -
## 570                  -                                    -
## 571                  - We are no longer physically intimate
## 572                  -                                    -
## 573                  -                                    -
## 574                  -                                    -
## 575                  -                                    -
## 576                  -                                    -
## 577                  -                                    -
## 578                  -                                    -
## 579                  -                                    -
## 580                  -                                    -
## 581                  -                                    -
## 582                  -                                    -
## 583                  -                                    -
## 584                  -                                    -
## 585  One of us is sick                                    -
## 586                  -                                    -
## 587                  -                                    -
## 588                  -                                    -
## 589                  -                                    -
## 590  One of us is sick                                    -
## 591                  -                                    -
## 592  One of us is sick                                    -
## 593                  -                                    -
## 594                  -                                    -
## 595                  -                                    -
## 596                  -                                    -
## 597  One of us is sick                                    -
## 598                  -                                    -
## 599                  -                                    -
## 600                  -                                    -
## 601                  -                                    -
## 602                  -                                    -
## 603                  -                                    -
## 604  One of us is sick                                    -
## 605  One of us is sick                                    -
## 606                  -                                    -
## 607                  -                                    -
## 608                  -                                    -
## 609                  -                                    -
## 610                  -                                    -
## 611                  -                                    -
## 612                  -                                    -
## 613                  -                                    -
## 614                  -                                    -
## 615                  -                                    -
## 616                  -                                    -
## 617                  -                                    -
## 618                  -                                    -
## 619  One of us is sick                                    -
## 620                  -                                    -
## 621                  -                                    -
## 622  One of us is sick                                    -
## 623                  -                                    -
## 624                  -                                    -
## 625                  -                                    -
## 626                  -                                    -
## 627                  -                                    -
## 628                  -                                    -
## 629                  -                                    -
## 630                  -                                    -
## 631                  -                                    -
## 632                  -                                    -
## 633                  -                                    -
## 634  One of us is sick                                    -
## 635                  -                                    -
## 636  One of us is sick                                    -
## 637                  -                                    -
## 638                  -                                    -
## 639                  -                                    -
## 640                  -                                    -
## 641                  -                                    -
## 642                  -                                    -
## 643                  -                                    -
## 644                  -                                    -
## 645  One of us is sick                                    -
## 646                  -                                    -
## 647                  -                                    -
## 648                  -                                    -
## 649                  -                                    -
## 650                  -                                    -
## 651                  -                                    -
## 652  One of us is sick                                    -
## 653                  -                                    -
## 654                  -                                    -
## 655                  -                                    -
## 656                  -                                    -
## 657                  -                                    -
## 658                  -                                    -
## 659  One of us is sick                                    -
## 660                  -                                    -
## 661  One of us is sick                                    -
## 662                  -                                    -
## 663  One of us is sick                                    -
## 664                  -                                    -
## 665                  -                                    -
## 666                  -                                    -
## 667  One of us is sick                                    -
## 668                  -                                    -
## 669                  -                                    -
## 670                  -                                    -
## 671                  -                                    -
## 672                  -                                    -
## 673                  -                                    -
## 674                  -                                    -
## 675                  -                                    -
## 676                  -                                    -
## 677                  - We are no longer physically intimate
## 678                  -                                    -
## 679                  -                                    -
## 680                  -                                    -
## 681                  -                                    -
## 682                  -                                    -
## 683                  -                                    -
## 684                  -                                    -
## 685  One of us is sick                                    -
## 686                  -                                    -
## 687                  -                                    -
## 688                  -                                    -
## 689                  -                                    -
## 690                  -                                    -
## 691                  -                                    -
## 692                  -                                    -
## 693                  -                                    -
## 694                  -                                    -
## 695  One of us is sick                                    -
## 696                  -                                    -
## 697                  -                                    -
## 698                  -                                    -
## 699                  -                                    -
## 700                  -                                    -
## 701                  -                                    -
## 702                  -                                    -
## 703                  -                                    -
## 704                  -                                    -
## 705                  - We are no longer physically intimate
## 706                  -                                    -
## 707                  -                                    -
## 708  One of us is sick                                    -
## 709                  -                                    -
## 710                  -                                    -
## 711                  -                                    -
## 712                  -                                    -
## 713                  - We are no longer physically intimate
## 714                  -                                    -
## 715                  -                                    -
## 716                  -                                    -
## 717                  -                                    -
## 718  One of us is sick                                    -
## 719                  -                                    -
## 720                  -                                    -
## 721                  -                                    -
## 722                  -                                    -
## 723                  -                                    -
## 724                  -                                    -
## 725                  -                                    -
## 726  One of us is sick                                    -
## 727                  -                                    -
## 728                  - We are no longer physically intimate
## 729                  -                                    -
## 730                  -                                    -
## 731                  -                                    -
## 732                  -                                    -
## 733                  - We are no longer physically intimate
## 734                  -                                    -
## 735                  -                                    -
## 736                  -                                    -
## 737                  -                                    -
## 738                  -                                    -
## 739                  -                                    -
## 740                  -                                    -
## 741  One of us is sick                                    -
## 742                  -                                    -
## 743                  -                                    -
## 744                  -                                    -
## 745                  -                                    -
## 746                  -                                    -
## 747                  -                                    -
## 748                  -                                    -
## 749                  -                                    -
## 750                  -                                    -
## 751                  -                                    -
## 752                  -                                    -
## 753                  -                                    -
## 754                  -                                    -
## 755                  -                                    -
## 756                  -                                    -
## 757  One of us is sick                                    -
## 758                  -                                    -
## 759  One of us is sick                                    -
## 760                  -                                    -
## 761                  -                                    -
## 762                  -                                    -
## 763                  -                                    -
## 764                  -                                    -
## 765                  - We are no longer physically intimate
## 766                  -                                    -
## 767                  -                                    -
## 768                  -                                    -
## 769                  -                                    -
## 770                  -                                    -
## 771                  -                                    -
## 772                  -                                    -
## 773                  -                                    -
## 774                  -                                    -
## 775                  -                                    -
## 776  One of us is sick                                    -
## 777                  -                                    -
## 778                  -                                    -
## 779                  -                                    -
## 780                  -                                    -
## 781                  -                                    -
## 782                  -                                    -
## 783                  -                                    -
## 784  One of us is sick                                    -
## 785                  -                                    -
## 786                  -                                    -
## 787                  -                                    -
## 788                  -                                    -
## 789                  -                                    -
## 790                  -                                    -
## 791                  -                                    -
## 792                  -                                    -
## 793                  - We are no longer physically intimate
## 794  One of us is sick                                    -
## 795                  -                                    -
## 796                  -                                    -
## 797                  -                                    -
## 798                  -                                    -
## 799                  -                                    -
## 800                  -                                    -
## 801                  -                                    -
## 802  One of us is sick                                    -
## 803                  -                                    -
## 804                  - We are no longer physically intimate
## 805                  -                                    -
## 806                  -                                    -
## 807                  -                                    -
## 808                  -                                    -
## 809                  -                                    -
## 810                  -                                    -
## 811                  -                                    -
## 812                  -                                    -
## 813                  -                                    -
## 814                  -                                    -
## 815                  -                                    -
## 816                  -                                    -
## 817                  -                                    -
## 818                  -                                    -
## 819                  -                                    -
## 820                  -                                    -
## 821                  -                                    -
## 822                  -                                    -
## 823                  -                                    -
## 824  One of us is sick                                    -
## 825                  -                                    -
## 826                  -                                    -
## 827                  -                                    -
## 828  One of us is sick                                    -
## 829  One of us is sick We are no longer physically intimate
## 830                  -                                    -
## 831  One of us is sick                                    -
## 832                  -                                    -
## 833                  -                                    -
## 834                  -                                    -
## 835                  -                                    -
## 836                  -                                    -
## 837  One of us is sick                                    -
## 838  One of us is sick                                    -
## 839                  -                                    -
## 840                  -                                    -
## 841                  -                                    -
## 842  One of us is sick                                    -
## 843                  -                                    -
## 844                  -                                    -
## 845                  -                                    -
## 846                  -                                    -
## 847                  -                                    -
## 848                  -                                    -
## 849                  -                                    -
## 850                  -                                    -
## 851                  -                                    -
## 852                  -                                    -
## 853  One of us is sick                                    -
## 854                  -                                    -
## 855                  -                                    -
## 856                  -                                    -
## 857                  -                                    -
## 858                  -                                    -
## 859                  -                                    -
## 860                  -                                    -
## 861                  -                                    -
## 862                  -                                    -
## 863                  - We are no longer physically intimate
## 864                  -                                    -
## 865                  -                                    -
## 866                  -                                    -
## 867                  -                                    -
## 868                  -                                    -
## 869                  -                                    -
## 870                  -                                    -
## 871  One of us is sick                                    -
## 872  One of us is sick We are no longer physically intimate
## 873                  -                                    -
## 874                  -                                    -
## 875                  - We are no longer physically intimate
## 876                  -                                    -
## 877  One of us is sick                                    -
## 878  One of us is sick                                    -
## 879                  -                                    -
## 880                  -                                    -
## 881                  -                                    -
## 882                  -                                    -
## 883                  -                                    -
## 884                  -                                    -
## 885                  -                                    -
## 886                  -                                    -
## 887                  -                                    -
## 888                  -                                    -
## 889  One of us is sick                                    -
## 890  One of us is sick                                    -
## 891                  -                                    -
## 892                  -                                    -
## 893                  -                                    -
## 894                  -                                    -
## 895                  -                                    -
## 896                  -                                    -
## 897                  -                                    -
## 898                  -                                    -
## 899  One of us is sick                                    -
## 900                  -                                    -
## 901                  -                                    -
## 902                  -                                    -
## 903  One of us is sick                                    -
## 904                  -                                    -
## 905                  -                                    -
## 906                  -                                    -
## 907                  -                                    -
## 908                  -                                    -
## 909                  -                                    -
## 910                  -                                    -
## 911  One of us is sick                                    -
## 912                  -                                    -
## 913                  -                                    -
## 914                  -                                    -
## 915                  -                                    -
## 916  One of us is sick                                    -
## 917                  -                                    -
## 918                  -                                    -
## 919                  -                                    -
## 920                  -                                    -
## 921                  -                                    -
## 922                  -                                    -
## 923                  -                                    -
## 924                  -                                    -
## 925                  -                                    -
## 926                  -                                    -
## 927                  -                                    -
## 928                  -                                    -
## 929                  -                                    -
## 930                  -                                    -
## 931                  -                                    -
## 932                  -                                    -
## 933                  -                                    -
## 934                  -                                    -
## 935                  -                                    -
## 936                  -                                    -
## 937                  -                                    -
## 938                  -                                    -
## 939                  -                                    -
## 940                  -                                    -
## 941                  -                                    -
## 942                  -                                    -
## 943  One of us is sick                                    -
## 944  One of us is sick                                    -
## 945  One of us is sick                                    -
## 946                  -                                    -
## 947                  -                                    -
## 948                  -                                    -
## 949                  -                                    -
## 950                  -                                    -
## 951                  -                                    -
## 952                  -                                    -
## 953                  -                                    -
## 954                  -                                    -
## 955                  -                                    -
## 956                  -                                    -
## 957                  -                                    -
## 958                  -                                    -
## 959  One of us is sick                                    -
## 960                  -                                    -
## 961                  -                                    -
## 962                  -                                    -
## 963                  -                                    -
## 964                  -                                    -
## 965                  -                                    -
## 966  One of us is sick                                    -
## 967                  -                                    -
## 968                  -                                    -
## 969                  -                                    -
## 970                  -                                    -
## 971                  -                                    -
## 972                  -                                    -
## 973  One of us is sick                                    -
## 974                  -                                    -
## 975                  -                                    -
## 976                  -                                    -
## 977                  -                                    -
## 978                  -                                    -
## 979                  -                                    -
## 980  One of us is sick                                    -
## 981                  -                                    -
## 982                  -                                    -
## 983                  -                                    -
## 984                  -                                    -
## 985                  -                                    -
## 986                  -                                    -
## 987                  -                                    -
## 988                  -                                    -
## 989                  -                                    -
## 990                  -                                    -
## 991                  -                                    -
## 992                  -                                    -
## 993                  -                                    -
## 994                  -                                    -
## 995                  -                                    -
## 996                  -                                    -
## 997                  -                                    -
## 998                  -                                    -
## 999                  -                                    -
## 1000                 -                                    -
## 1001                 -                                    -
## 1002                 -                                    -
## 1003                 -                                    -
## 1004                 -                                    -
## 1005                 -                                    -
## 1006                 -                                    -
## 1007                 -                                    -
## 1008                 -                                    -
## 1009 One of us is sick                                    -
## 1010                 -                                    -
## 1011                 -                                    -
## 1012                 -                                    -
## 1013                 -                                    -
## 1014                 -                                    -
## 1015 One of us is sick                                    -
## 1016                 -                                    -
## 1017                 -                                    -
## 1018 One of us is sick                                    -
## 1019                 -                                    -
## 1020 One of us is sick                                    -
## 1021                 -                                    -
## 1022                 -                                    -
## 1023                 -                                    -
## 1024                 -                                    -
## 1025 One of us is sick                                    -
## 1026                 -                                    -
## 1027                 -                                    -
## 1028                 -                                    -
## 1029                 -                                    -
## 1030                 -                                    -
## 1031 One of us is sick                                    -
## 1032                 -                                    -
## 1033                 -                                    -
## 1034                 -                                    -
## 1035                 -                                    -
## 1036                 -                                    -
## 1037                 -                                    -
## 1038                 -                                    -
## 1039                 - We are no longer physically intimate
## 1040                 -                                    -
## 1041                 -                                    -
## 1042 One of us is sick                                    -
## 1043                 -                                    -
## 1044                 -                                    -
## 1045                 -                                    -
## 1046                 -                                    -
## 1047                 -                                    -
## 1048                 -                                    -
## 1049                 -                                    -
## 1050                 -                                    -
## 1051                 -                                    -
## 1052 One of us is sick                                    -
## 1053                 -                                    -
## 1054                 -                                    -
## 1055 One of us is sick                                    -
## 1056                 -                                    -
## 1057                 -                                    -
## 1058 One of us is sick                                    -
## 1059                 -                                    -
## 1060                 -                                    -
## 1061                 -                                    -
## 1062                 -                                    -
## 1063                 -                                    -
## 1064                 -                                    -
## 1065                 -                                    -
## 1066                 -                                    -
## 1067                 -                                    -
## 1068                 -                                    -
## 1069                 -                                    -
## 1070                 -                                    -
## 1071 One of us is sick                                    -
## 1072                 -                                    -
## 1073                 -                                    -
## 1074                 -                                    -
## 1075 One of us is sick                                    -
## 1076                 -                                    -
## 1077                 -                                    -
## 1078                 -                                    -
## 1079 One of us is sick                                    -
## 1080                 -                                    -
## 1081                 -                                    -
## 1082                 -                                    -
## 1083                 -                                    -
## 1084                 -                                    -
## 1085                 -                                    -
## 1086                 -                                    -
## 1087                 -                                    -
## 1088 One of us is sick                                    -
## 1089                 -                                    -
## 1090 One of us is sick                                    -
## 1091                 -                                    -
## 1092                 -                                    -
## 1093                 -                                    -
## 1094                 -                                    -
##                           prefer.different.room.temperature
## 1    We have different temperature preferences for the room
## 2                                                         -
## 3                                                         -
## 4                                                         -
## 5                                                         -
## 6                                                         -
## 7                                                         -
## 8                                                         -
## 9                                                         -
## 10                                                        -
## 11                                                        -
## 12                                                        -
## 13                                                        -
## 14                                                        -
## 15                                                        -
## 16                                                        -
## 17   We have different temperature preferences for the room
## 18                                                        -
## 19                                                        -
## 20                                                        -
## 21                                                        -
## 22                                                        -
## 23                                                        -
## 24                                                        -
## 25                                                        -
## 26                                                        -
## 27                                                        -
## 28                                                        -
## 29                                                        -
## 30                                                        -
## 31                                                        -
## 32                                                        -
## 33                                                        -
## 34                                                        -
## 35                                                        -
## 36                                                        -
## 37                                                        -
## 38                                                        -
## 39                                                        -
## 40                                                        -
## 41                                                        -
## 42                                                        -
## 43                                                        -
## 44                                                        -
## 45                                                        -
## 46                                                        -
## 47                                                        -
## 48                                                        -
## 49                                                        -
## 50                                                        -
## 51                                                        -
## 52                                                        -
## 53                                                        -
## 54                                                        -
## 55                                                        -
## 56                                                        -
## 57   We have different temperature preferences for the room
## 58                                                        -
## 59                                                        -
## 60                                                        -
## 61                                                        -
## 62                                                        -
## 63                                                        -
## 64                                                        -
## 65                                                        -
## 66                                                        -
## 67                                                        -
## 68                                                        -
## 69                                                        -
## 70                                                        -
## 71                                                        -
## 72                                                        -
## 73                                                        -
## 74                                                        -
## 75                                                        -
## 76                                                        -
## 77                                                        -
## 78                                                        -
## 79                                                        -
## 80                                                        -
## 81                                                        -
## 82                                                        -
## 83                                                        -
## 84                                                        -
## 85                                                        -
## 86                                                        -
## 87                                                        -
## 88                                                        -
## 89                                                        -
## 90                                                        -
## 91                                                        -
## 92                                                        -
## 93                                                        -
## 94                                                        -
## 95                                                        -
## 96                                                        -
## 97                                                        -
## 98                                                        -
## 99                                                        -
## 100                                                       -
## 101                                                       -
## 102                                                       -
## 103                                                       -
## 104                                                       -
## 105                                                       -
## 106                                                       -
## 107                                                       -
## 108                                                       -
## 109                                                       -
## 110                                                       -
## 111                                                       -
## 112                                                       -
## 113                                                       -
## 114                                                       -
## 115                                                       -
## 116                                                       -
## 117                                                       -
## 118                                                       -
## 119                                                       -
## 120                                                       -
## 121                                                       -
## 122                                                       -
## 123                                                       -
## 124                                                       -
## 125                                                       -
## 126                                                       -
## 127                                                       -
## 128                                                       -
## 129                                                       -
## 130                                                       -
## 131                                                       -
## 132                                                       -
## 133                                                       -
## 134                                                       -
## 135                                                       -
## 136                                                       -
## 137                                                       -
## 138                                                       -
## 139                                                       -
## 140                                                       -
## 141                                                       -
## 142                                                       -
## 143                                                       -
## 144                                                       -
## 145                                                       -
## 146                                                       -
## 147                                                       -
## 148                                                       -
## 149                                                       -
## 150                                                       -
## 151                                                       -
## 152                                                       -
## 153                                                       -
## 154                                                       -
## 155                                                       -
## 156                                                       -
## 157                                                       -
## 158                                                       -
## 159                                                       -
## 160                                                       -
## 161                                                       -
## 162                                                       -
## 163                                                       -
## 164                                                       -
## 165                                                       -
## 166  We have different temperature preferences for the room
## 167                                                       -
## 168  We have different temperature preferences for the room
## 169                                                       -
## 170                                                       -
## 171                                                       -
## 172  We have different temperature preferences for the room
## 173                                                       -
## 174                                                       -
## 175                                                       -
## 176                                                       -
## 177                                                       -
## 178                                                       -
## 179                                                       -
## 180                                                       -
## 181                                                       -
## 182                                                       -
## 183                                                       -
## 184                                                       -
## 185                                                       -
## 186                                                       -
## 187                                                       -
## 188                                                       -
## 189                                                       -
## 190                                                       -
## 191                                                       -
## 192                                                       -
## 193                                                       -
## 194                                                       -
## 195                                                       -
## 196                                                       -
## 197                                                       -
## 198                                                       -
## 199                                                       -
## 200                                                       -
## 201                                                       -
## 202                                                       -
## 203                                                       -
## 204                                                       -
## 205  We have different temperature preferences for the room
## 206  We have different temperature preferences for the room
## 207  We have different temperature preferences for the room
## 208                                                       -
## 209                                                       -
## 210                                                       -
## 211                                                       -
## 212                                                       -
## 213                                                       -
## 214                                                       -
## 215                                                       -
## 216                                                       -
## 217                                                       -
## 218                                                       -
## 219                                                       -
## 220                                                       -
## 221                                                       -
## 222                                                       -
## 223                                                       -
## 224                                                       -
## 225  We have different temperature preferences for the room
## 226                                                       -
## 227                                                       -
## 228                                                       -
## 229                                                       -
## 230                                                       -
## 231                                                       -
## 232  We have different temperature preferences for the room
## 233                                                       -
## 234                                                       -
## 235                                                       -
## 236                                                       -
## 237                                                       -
## 238                                                       -
## 239                                                       -
## 240                                                       -
## 241                                                       -
## 242                                                       -
## 243                                                       -
## 244                                                       -
## 245  We have different temperature preferences for the room
## 246                                                       -
## 247                                                       -
## 248  We have different temperature preferences for the room
## 249                                                       -
## 250                                                       -
## 251                                                       -
## 252                                                       -
## 253                                                       -
## 254                                                       -
## 255                                                       -
## 256                                                       -
## 257                                                       -
## 258                                                       -
## 259                                                       -
## 260                                                       -
## 261                                                       -
## 262  We have different temperature preferences for the room
## 263                                                       -
## 264                                                       -
## 265                                                       -
## 266                                                       -
## 267                                                       -
## 268                                                       -
## 269                                                       -
## 270                                                       -
## 271                                                       -
## 272  We have different temperature preferences for the room
## 273                                                       -
## 274                                                       -
## 275                                                       -
## 276                                                       -
## 277                                                       -
## 278                                                       -
## 279                                                       -
## 280                                                       -
## 281                                                       -
## 282                                                       -
## 283                                                       -
## 284                                                       -
## 285                                                       -
## 286  We have different temperature preferences for the room
## 287  We have different temperature preferences for the room
## 288                                                       -
## 289                                                       -
## 290                                                       -
## 291                                                       -
## 292  We have different temperature preferences for the room
## 293                                                       -
## 294  We have different temperature preferences for the room
## 295                                                       -
## 296                                                       -
## 297                                                       -
## 298                                                       -
## 299                                                       -
## 300                                                       -
## 301                                                       -
## 302  We have different temperature preferences for the room
## 303                                                       -
## 304                                                       -
## 305                                                       -
## 306                                                       -
## 307                                                       -
## 308                                                       -
## 309                                                       -
## 310                                                       -
## 311                                                       -
## 312                                                       -
## 313                                                       -
## 314                                                       -
## 315                                                       -
## 316                                                       -
## 317                                                       -
## 318                                                       -
## 319                                                       -
## 320                                                       -
## 321                                                       -
## 322                                                       -
## 323                                                       -
## 324                                                       -
## 325                                                       -
## 326  We have different temperature preferences for the room
## 327                                                       -
## 328                                                       -
## 329                                                       -
## 330                                                       -
## 331                                                       -
## 332                                                       -
## 333                                                       -
## 334                                                       -
## 335                                                       -
## 336                                                       -
## 337                                                       -
## 338                                                       -
## 339                                                       -
## 340                                                       -
## 341                                                       -
## 342                                                       -
## 343                                                       -
## 344                                                       -
## 345                                                       -
## 346                                                       -
## 347  We have different temperature preferences for the room
## 348                                                       -
## 349                                                       -
## 350                                                       -
## 351                                                       -
## 352                                                       -
## 353                                                       -
## 354                                                       -
## 355                                                       -
## 356                                                       -
## 357                                                       -
## 358                                                       -
## 359                                                       -
## 360                                                       -
## 361                                                       -
## 362                                                       -
## 363                                                       -
## 364                                                       -
## 365                                                       -
## 366                                                       -
## 367                                                       -
## 368                                                       -
## 369                                                       -
## 370                                                       -
## 371                                                       -
## 372                                                       -
## 373                                                       -
## 374                                                       -
## 375                                                       -
## 376                                                       -
## 377                                                       -
## 378                                                       -
## 379                                                       -
## 380                                                       -
## 381                                                       -
## 382                                                       -
## 383                                                       -
## 384                                                       -
## 385                                                       -
## 386                                                       -
## 387                                                       -
## 388                                                       -
## 389                                                       -
## 390                                                       -
## 391                                                       -
## 392                                                       -
## 393                                                       -
## 394                                                       -
## 395                                                       -
## 396                                                       -
## 397                                                       -
## 398                                                       -
## 399                                                       -
## 400                                                       -
## 401                                                       -
## 402                                                       -
## 403                                                       -
## 404                                                       -
## 405                                                       -
## 406                                                       -
## 407                                                       -
## 408                                                       -
## 409                                                       -
## 410                                                       -
## 411                                                       -
## 412  We have different temperature preferences for the room
## 413                                                       -
## 414                                                       -
## 415                                                       -
## 416                                                       -
## 417                                                       -
## 418                                                       -
## 419                                                       -
## 420                                                       -
## 421                                                       -
## 422                                                       -
## 423                                                       -
## 424                                                       -
## 425                                                       -
## 426                                                       -
## 427                                                       -
## 428  We have different temperature preferences for the room
## 429  We have different temperature preferences for the room
## 430                                                       -
## 431                                                       -
## 432                                                       -
## 433                                                       -
## 434                                                       -
## 435                                                       -
## 436                                                       -
## 437                                                       -
## 438                                                       -
## 439                                                       -
## 440                                                       -
## 441                                                       -
## 442                                                       -
## 443                                                       -
## 444                                                       -
## 445                                                       -
## 446                                                       -
## 447                                                       -
## 448                                                       -
## 449                                                       -
## 450                                                       -
## 451                                                       -
## 452                                                       -
## 453                                                       -
## 454                                                       -
## 455                                                       -
## 456                                                       -
## 457                                                       -
## 458                                                       -
## 459                                                       -
## 460                                                       -
## 461  We have different temperature preferences for the room
## 462                                                       -
## 463                                                       -
## 464                                                       -
## 465                                                       -
## 466                                                       -
## 467                                                       -
## 468                                                       -
## 469                                                       -
## 470                                                       -
## 471                                                       -
## 472                                                       -
## 473                                                       -
## 474                                                       -
## 475                                                       -
## 476                                                       -
## 477                                                       -
## 478                                                       -
## 479                                                       -
## 480                                                       -
## 481  We have different temperature preferences for the room
## 482                                                       -
## 483                                                       -
## 484                                                       -
## 485                                                       -
## 486                                                       -
## 487                                                       -
## 488                                                       -
## 489                                                       -
## 490                                                       -
## 491                                                       -
## 492                                                       -
## 493                                                       -
## 494                                                       -
## 495                                                       -
## 496                                                       -
## 497                                                       -
## 498                                                       -
## 499                                                       -
## 500                                                       -
## 501                                                       -
## 502                                                       -
## 503                                                       -
## 504                                                       -
## 505                                                       -
## 506                                                       -
## 507                                                       -
## 508                                                       -
## 509                                                       -
## 510                                                       -
## 511                                                       -
## 512                                                       -
## 513                                                       -
## 514                                                       -
## 515                                                       -
## 516                                                       -
## 517                                                       -
## 518                                                       -
## 519                                                       -
## 520                                                       -
## 521                                                       -
## 522                                                       -
## 523                                                       -
## 524                                                       -
## 525                                                       -
## 526                                                       -
## 527                                                       -
## 528                                                       -
## 529                                                       -
## 530                                                       -
## 531                                                       -
## 532                                                       -
## 533                                                       -
## 534                                                       -
## 535                                                       -
## 536                                                       -
## 537                                                       -
## 538                                                       -
## 539                                                       -
## 540                                                       -
## 541                                                       -
## 542                                                       -
## 543                                                       -
## 544                                                       -
## 545                                                       -
## 546                                                       -
## 547                                                       -
## 548                                                       -
## 549                                                       -
## 550                                                       -
## 551                                                       -
## 552                                                       -
## 553                                                       -
## 554                                                       -
## 555                                                       -
## 556                                                       -
## 557                                                       -
## 558                                                       -
## 559                                                       -
## 560                                                       -
## 561                                                       -
## 562                                                       -
## 563                                                       -
## 564                                                       -
## 565                                                       -
## 566                                                       -
## 567                                                       -
## 568                                                       -
## 569                                                       -
## 570                                                       -
## 571  We have different temperature preferences for the room
## 572                                                       -
## 573                                                       -
## 574                                                       -
## 575                                                       -
## 576                                                       -
## 577                                                       -
## 578                                                       -
## 579                                                       -
## 580                                                       -
## 581                                                       -
## 582                                                       -
## 583                                                       -
## 584                                                       -
## 585                                                       -
## 586                                                       -
## 587                                                       -
## 588                                                       -
## 589                                                       -
## 590                                                       -
## 591                                                       -
## 592  We have different temperature preferences for the room
## 593                                                       -
## 594                                                       -
## 595                                                       -
## 596  We have different temperature preferences for the room
## 597                                                       -
## 598                                                       -
## 599                                                       -
## 600                                                       -
## 601                                                       -
## 602                                                       -
## 603                                                       -
## 604                                                       -
## 605                                                       -
## 606                                                       -
## 607                                                       -
## 608                                                       -
## 609                                                       -
## 610                                                       -
## 611                                                       -
## 612                                                       -
## 613                                                       -
## 614                                                       -
## 615                                                       -
## 616                                                       -
## 617                                                       -
## 618                                                       -
## 619                                                       -
## 620                                                       -
## 621                                                       -
## 622                                                       -
## 623                                                       -
## 624                                                       -
## 625                                                       -
## 626                                                       -
## 627                                                       -
## 628                                                       -
## 629  We have different temperature preferences for the room
## 630                                                       -
## 631                                                       -
## 632                                                       -
## 633                                                       -
## 634                                                       -
## 635                                                       -
## 636                                                       -
## 637                                                       -
## 638                                                       -
## 639                                                       -
## 640                                                       -
## 641                                                       -
## 642                                                       -
## 643  We have different temperature preferences for the room
## 644                                                       -
## 645                                                       -
## 646                                                       -
## 647                                                       -
## 648                                                       -
## 649                                                       -
## 650                                                       -
## 651                                                       -
## 652                                                       -
## 653                                                       -
## 654                                                       -
## 655                                                       -
## 656                                                       -
## 657                                                       -
## 658                                                       -
## 659                                                       -
## 660                                                       -
## 661                                                       -
## 662                                                       -
## 663                                                       -
## 664                                                       -
## 665                                                       -
## 666                                                       -
## 667                                                       -
## 668                                                       -
## 669                                                       -
## 670                                                       -
## 671                                                       -
## 672                                                       -
## 673                                                       -
## 674                                                       -
## 675                                                       -
## 676                                                       -
## 677  We have different temperature preferences for the room
## 678                                                       -
## 679                                                       -
## 680                                                       -
## 681                                                       -
## 682                                                       -
## 683                                                       -
## 684                                                       -
## 685                                                       -
## 686                                                       -
## 687                                                       -
## 688                                                       -
## 689                                                       -
## 690                                                       -
## 691                                                       -
## 692                                                       -
## 693  We have different temperature preferences for the room
## 694                                                       -
## 695                                                       -
## 696                                                       -
## 697                                                       -
## 698                                                       -
## 699                                                       -
## 700                                                       -
## 701                                                       -
## 702                                                       -
## 703                                                       -
## 704                                                       -
## 705                                                       -
## 706                                                       -
## 707                                                       -
## 708                                                       -
## 709                                                       -
## 710                                                       -
## 711                                                       -
## 712                                                       -
## 713                                                       -
## 714                                                       -
## 715                                                       -
## 716                                                       -
## 717                                                       -
## 718                                                       -
## 719                                                       -
## 720                                                       -
## 721                                                       -
## 722                                                       -
## 723                                                       -
## 724                                                       -
## 725                                                       -
## 726                                                       -
## 727                                                       -
## 728                                                       -
## 729                                                       -
## 730                                                       -
## 731                                                       -
## 732                                                       -
## 733                                                       -
## 734                                                       -
## 735                                                       -
## 736                                                       -
## 737                                                       -
## 738                                                       -
## 739                                                       -
## 740                                                       -
## 741                                                       -
## 742                                                       -
## 743                                                       -
## 744                                                       -
## 745  We have different temperature preferences for the room
## 746                                                       -
## 747                                                       -
## 748                                                       -
## 749                                                       -
## 750                                                       -
## 751                                                       -
## 752                                                       -
## 753                                                       -
## 754                                                       -
## 755                                                       -
## 756                                                       -
## 757                                                       -
## 758                                                       -
## 759  We have different temperature preferences for the room
## 760                                                       -
## 761  We have different temperature preferences for the room
## 762                                                       -
## 763                                                       -
## 764                                                       -
## 765                                                       -
## 766                                                       -
## 767                                                       -
## 768                                                       -
## 769                                                       -
## 770                                                       -
## 771                                                       -
## 772                                                       -
## 773                                                       -
## 774                                                       -
## 775                                                       -
## 776                                                       -
## 777                                                       -
## 778  We have different temperature preferences for the room
## 779                                                       -
## 780                                                       -
## 781                                                       -
## 782                                                       -
## 783                                                       -
## 784                                                       -
## 785                                                       -
## 786                                                       -
## 787                                                       -
## 788                                                       -
## 789                                                       -
## 790                                                       -
## 791                                                       -
## 792                                                       -
## 793                                                       -
## 794  We have different temperature preferences for the room
## 795                                                       -
## 796                                                       -
## 797                                                       -
## 798                                                       -
## 799                                                       -
## 800                                                       -
## 801                                                       -
## 802                                                       -
## 803                                                       -
## 804                                                       -
## 805                                                       -
## 806                                                       -
## 807                                                       -
## 808                                                       -
## 809                                                       -
## 810                                                       -
## 811                                                       -
## 812                                                       -
## 813                                                       -
## 814                                                       -
## 815                                                       -
## 816                                                       -
## 817                                                       -
## 818  We have different temperature preferences for the room
## 819                                                       -
## 820                                                       -
## 821                                                       -
## 822                                                       -
## 823                                                       -
## 824                                                       -
## 825                                                       -
## 826                                                       -
## 827                                                       -
## 828                                                       -
## 829                                                       -
## 830                                                       -
## 831                                                       -
## 832                                                       -
## 833  We have different temperature preferences for the room
## 834                                                       -
## 835                                                       -
## 836  We have different temperature preferences for the room
## 837                                                       -
## 838                                                       -
## 839                                                       -
## 840                                                       -
## 841                                                       -
## 842                                                       -
## 843                                                       -
## 844                                                       -
## 845                                                       -
## 846                                                       -
## 847                                                       -
## 848                                                       -
## 849                                                       -
## 850                                                       -
## 851                                                       -
## 852                                                       -
## 853  We have different temperature preferences for the room
## 854                                                       -
## 855                                                       -
## 856                                                       -
## 857                                                       -
## 858                                                       -
## 859                                                       -
## 860                                                       -
## 861                                                       -
## 862                                                       -
## 863                                                       -
## 864                                                       -
## 865                                                       -
## 866                                                       -
## 867                                                       -
## 868                                                       -
## 869  We have different temperature preferences for the room
## 870                                                       -
## 871                                                       -
## 872                                                       -
## 873                                                       -
## 874                                                       -
## 875  We have different temperature preferences for the room
## 876                                                       -
## 877                                                       -
## 878                                                       -
## 879                                                       -
## 880                                                       -
## 881                                                       -
## 882                                                       -
## 883                                                       -
## 884                                                       -
## 885                                                       -
## 886                                                       -
## 887                                                       -
## 888                                                       -
## 889                                                       -
## 890                                                       -
## 891                                                       -
## 892                                                       -
## 893                                                       -
## 894                                                       -
## 895                                                       -
## 896                                                       -
## 897                                                       -
## 898                                                       -
## 899                                                       -
## 900                                                       -
## 901                                                       -
## 902                                                       -
## 903                                                       -
## 904                                                       -
## 905                                                       -
## 906                                                       -
## 907                                                       -
## 908                                                       -
## 909                                                       -
## 910                                                       -
## 911                                                       -
## 912                                                       -
## 913                                                       -
## 914                                                       -
## 915                                                       -
## 916                                                       -
## 917                                                       -
## 918                                                       -
## 919                                                       -
## 920                                                       -
## 921                                                       -
## 922                                                       -
## 923                                                       -
## 924                                                       -
## 925                                                       -
## 926                                                       -
## 927                                                       -
## 928                                                       -
## 929                                                       -
## 930                                                       -
## 931                                                       -
## 932                                                       -
## 933                                                       -
## 934                                                       -
## 935                                                       -
## 936                                                       -
## 937                                                       -
## 938                                                       -
## 939                                                       -
## 940                                                       -
## 941                                                       -
## 942                                                       -
## 943                                                       -
## 944                                                       -
## 945                                                       -
## 946                                                       -
## 947                                                       -
## 948                                                       -
## 949                                                       -
## 950                                                       -
## 951                                                       -
## 952                                                       -
## 953                                                       -
## 954                                                       -
## 955                                                       -
## 956                                                       -
## 957                                                       -
## 958                                                       -
## 959                                                       -
## 960                                                       -
## 961                                                       -
## 962                                                       -
## 963                                                       -
## 964                                                       -
## 965                                                       -
## 966                                                       -
## 967                                                       -
## 968                                                       -
## 969                                                       -
## 970                                                       -
## 971                                                       -
## 972                                                       -
## 973                                                       -
## 974                                                       -
## 975                                                       -
## 976                                                       -
## 977                                                       -
## 978                                                       -
## 979                                                       -
## 980                                                       -
## 981                                                       -
## 982                                                       -
## 983                                                       -
## 984                                                       -
## 985                                                       -
## 986                                                       -
## 987                                                       -
## 988                                                       -
## 989  We have different temperature preferences for the room
## 990                                                       -
## 991                                                       -
## 992                                                       -
## 993                                                       -
## 994                                                       -
## 995                                                       -
## 996                                                       -
## 997                                                       -
## 998  We have different temperature preferences for the room
## 999                                                       -
## 1000                                                      -
## 1001                                                      -
## 1002                                                      -
## 1003                                                      -
## 1004                                                      -
## 1005                                                      -
## 1006                                                      -
## 1007                                                      -
## 1008                                                      -
## 1009                                                      -
## 1010                                                      -
## 1011                                                      -
## 1012                                                      -
## 1013                                                      -
## 1014                                                      -
## 1015                                                      -
## 1016                                                      -
## 1017                                                      -
## 1018                                                      -
## 1019                                                      -
## 1020                                                      -
## 1021                                                      -
## 1022                                                      -
## 1023                                                      -
## 1024                                                      -
## 1025                                                      -
## 1026                                                      -
## 1027                                                      -
## 1028                                                      -
## 1029                                                      -
## 1030                                                      -
## 1031                                                      -
## 1032                                                      -
## 1033                                                      -
## 1034                                                      -
## 1035                                                      -
## 1036                                                      -
## 1037                                                      -
## 1038                                                      -
## 1039                                                      -
## 1040                                                      -
## 1041                                                      -
## 1042                                                      -
## 1043                                                      -
## 1044                                                      -
## 1045                                                      -
## 1046                                                      -
## 1047                                                      -
## 1048                                                      -
## 1049                                                      -
## 1050                                                      -
## 1051 We have different temperature preferences for the room
## 1052                                                      -
## 1053                                                      -
## 1054                                                      -
## 1055                                                      -
## 1056                                                      -
## 1057                                                      -
## 1058                                                      -
## 1059                                                      -
## 1060                                                      -
## 1061                                                      -
## 1062                                                      -
## 1063                                                      -
## 1064                                                      -
## 1065                                                      -
## 1066                                                      -
## 1067                                                      -
## 1068                                                      -
## 1069                                                      -
## 1070                                                      -
## 1071                                                      -
## 1072                                                      -
## 1073                                                      -
## 1074                                                      -
## 1075                                                      -
## 1076                                                      -
## 1077                                                      -
## 1078 We have different temperature preferences for the room
## 1079                                                      -
## 1080                                                      -
## 1081                                                      -
## 1082                                                      -
## 1083                                                      -
## 1084                                                      -
## 1085                                                      -
## 1086                                                      -
## 1087                                                      -
## 1088                                                      -
## 1089                                                      -
## 1090 We have different temperature preferences for the room
## 1091 We have different temperature preferences for the room
## 1092                                                      -
## 1093                                                      -
## 1094                                                      -
##                   Argument.or.fight Not.enough.space
## 1    We've had an argument or fight Not enough space
## 2                                 -                -
## 3    We've had an argument or fight                -
## 4                                 -                -
## 5                                 -                -
## 6                                 -                -
## 7                                 -                -
## 8                                 -                -
## 9                                 -                -
## 10                                -                -
## 11                                -                -
## 12                                -                -
## 13                                -                -
## 14                                -                -
## 15                                -                -
## 16                                -                -
## 17                                -                -
## 18                                -                -
## 19                                -                -
## 20                                -                -
## 21                                -                -
## 22                                -                -
## 23                                -                -
## 24                                -                -
## 25                                -                -
## 26                                -                -
## 27                                -                -
## 28                                -                -
## 29                                -                -
## 30                                -                -
## 31                                -                -
## 32                                -                -
## 33                                -                -
## 34                                -                -
## 35                                -                -
## 36   We've had an argument or fight                -
## 37                                -                -
## 38                                -                -
## 39                                -                -
## 40                                -                -
## 41                                -                -
## 42                                -                -
## 43                                -                -
## 44   We've had an argument or fight                -
## 45                                -                -
## 46                                -                -
## 47   We've had an argument or fight                -
## 48                                -                -
## 49                                -                -
## 50                                -                -
## 51                                -                -
## 52                                -                -
## 53   We've had an argument or fight                -
## 54                                -                -
## 55                                - Not enough space
## 56                                -                -
## 57   We've had an argument or fight                -
## 58                                -                -
## 59                                -                -
## 60                                -                -
## 61                                -                -
## 62                                -                -
## 63                                -                -
## 64                                - Not enough space
## 65                                -                -
## 66                                -                -
## 67                                -                -
## 68                                -                -
## 69                                -                -
## 70                                -                -
## 71                                -                -
## 72   We've had an argument or fight                -
## 73                                -                -
## 74                                -                -
## 75                                -                -
## 76                                -                -
## 77                                -                -
## 78                                -                -
## 79   We've had an argument or fight                -
## 80                                -                -
## 81                                -                -
## 82   We've had an argument or fight                -
## 83                                -                -
## 84                                -                -
## 85                                -                -
## 86                                -                -
## 87                                -                -
## 88                                -                -
## 89                                -                -
## 90                                -                -
## 91   We've had an argument or fight                -
## 92                                -                -
## 93                                -                -
## 94                                -                -
## 95                                -                -
## 96                                -                -
## 97                                -                -
## 98                                -                -
## 99                                -                -
## 100                               -                -
## 101                               -                -
## 102                               -                -
## 103  We've had an argument or fight                -
## 104                               -                -
## 105                               -                -
## 106                               -                -
## 107                               -                -
## 108                               -                -
## 109                               -                -
## 110                               -                -
## 111                               -                -
## 112                               -                -
## 113                               -                -
## 114                               -                -
## 115                               -                -
## 116                               -                -
## 117                               -                -
## 118                               -                -
## 119                               -                -
## 120                               -                -
## 121                               -                -
## 122  We've had an argument or fight                -
## 123                               -                -
## 124  We've had an argument or fight                -
## 125                               -                -
## 126                               -                -
## 127                               -                -
## 128  We've had an argument or fight                -
## 129                               -                -
## 130                               -                -
## 131                               -                -
## 132                               -                -
## 133                               -                -
## 134                               -                -
## 135                               -                -
## 136                               -                -
## 137  We've had an argument or fight                -
## 138                               -                -
## 139  We've had an argument or fight                -
## 140                               -                -
## 141                               -                -
## 142                               -                -
## 143                               -                -
## 144                               -                -
## 145                               -                -
## 146                               -                -
## 147                               -                -
## 148                               -                -
## 149                               -                -
## 150                               -                -
## 151                               -                -
## 152                               -                -
## 153                               -                -
## 154                               -                -
## 155                               -                -
## 156                               -                -
## 157                               -                -
## 158                               -                -
## 159                               -                -
## 160  We've had an argument or fight                -
## 161                               -                -
## 162                               -                -
## 163                               -                -
## 164                               -                -
## 165  We've had an argument or fight                -
## 166                               -                -
## 167                               -                -
## 168                               -                -
## 169                               -                -
## 170                               -                -
## 171                               -                -
## 172                               -                -
## 173                               -                -
## 174  We've had an argument or fight                -
## 175                               -                -
## 176                               -                -
## 177                               -                -
## 178                               -                -
## 179                               -                -
## 180                               -                -
## 181                               -                -
## 182                               -                -
## 183                               -                -
## 184                               -                -
## 185  We've had an argument or fight                -
## 186                               -                -
## 187                               -                -
## 188                               -                -
## 189                               -                -
## 190                               -                -
## 191                               -                -
## 192                               -                -
## 193                               -                -
## 194                               -                -
## 195                               -                -
## 196                               -                -
## 197                               -                -
## 198                               -                -
## 199                               -                -
## 200                               -                -
## 201                               -                -
## 202                               -                -
## 203                               -                -
## 204                               -                -
## 205                               -                -
## 206                               -                -
## 207                               -                -
## 208                               -                -
## 209                               -                -
## 210  We've had an argument or fight                -
## 211                               -                -
## 212                               - Not enough space
## 213                               -                -
## 214                               -                -
## 215                               -                -
## 216                               -                -
## 217                               -                -
## 218                               - Not enough space
## 219                               -                -
## 220                               -                -
## 221                               -                -
## 222                               -                -
## 223                               -                -
## 224                               -                -
## 225                               -                -
## 226                               -                -
## 227                               -                -
## 228                               -                -
## 229                               -                -
## 230                               -                -
## 231                               -                -
## 232                               -                -
## 233                               -                -
## 234                               -                -
## 235                               -                -
## 236                               -                -
## 237                               -                -
## 238                               -                -
## 239                               -                -
## 240                               -                -
## 241                               -                -
## 242                               -                -
## 243                               -                -
## 244                               -                -
## 245                               - Not enough space
## 246  We've had an argument or fight                -
## 247                               -                -
## 248                               -                -
## 249  We've had an argument or fight                -
## 250                               -                -
## 251                               -                -
## 252                               -                -
## 253                               -                -
## 254                               -                -
## 255                               -                -
## 256                               -                -
## 257                               -                -
## 258                               -                -
## 259                               -                -
## 260                               -                -
## 261                               -                -
## 262                               -                -
## 263                               -                -
## 264                               -                -
## 265                               -                -
## 266                               -                -
## 267                               -                -
## 268  We've had an argument or fight                -
## 269                               -                -
## 270                               -                -
## 271                               -                -
## 272                               -                -
## 273                               -                -
## 274                               -                -
## 275                               -                -
## 276  We've had an argument or fight                -
## 277                               -                -
## 278                               -                -
## 279                               -                -
## 280                               -                -
## 281                               -                -
## 282                               -                -
## 283                               -                -
## 284                               -                -
## 285                               -                -
## 286                               -                -
## 287                               -                -
## 288                               -                -
## 289                               -                -
## 290                               -                -
## 291                               -                -
## 292  We've had an argument or fight Not enough space
## 293                               -                -
## 294                               -                -
## 295                               -                -
## 296  We've had an argument or fight                -
## 297                               -                -
## 298                               -                -
## 299                               -                -
## 300                               -                -
## 301                               -                -
## 302                               - Not enough space
## 303                               -                -
## 304                               -                -
## 305                               -                -
## 306                               -                -
## 307                               -                -
## 308  We've had an argument or fight                -
## 309  We've had an argument or fight                -
## 310                               -                -
## 311                               -                -
## 312                               -                -
## 313  We've had an argument or fight                -
## 314                               -                -
## 315  We've had an argument or fight                -
## 316                               -                -
## 317                               -                -
## 318                               -                -
## 319                               -                -
## 320                               -                -
## 321                               -                -
## 322                               -                -
## 323                               -                -
## 324                               -                -
## 325                               -                -
## 326                               -                -
## 327                               -                -
## 328                               -                -
## 329  We've had an argument or fight                -
## 330                               -                -
## 331                               -                -
## 332  We've had an argument or fight                -
## 333                               -                -
## 334                               -                -
## 335                               -                -
## 336                               -                -
## 337                               -                -
## 338                               -                -
## 339                               -                -
## 340                               -                -
## 341                               -                -
## 342                               -                -
## 343                               -                -
## 344                               -                -
## 345                               -                -
## 346                               -                -
## 347                               -                -
## 348                               -                -
## 349                               -                -
## 350                               -                -
## 351                               -                -
## 352                               -                -
## 353                               -                -
## 354                               -                -
## 355                               -                -
## 356                               -                -
## 357                               -                -
## 358  We've had an argument or fight                -
## 359                               -                -
## 360                               -                -
## 361                               -                -
## 362                               -                -
## 363                               -                -
## 364                               -                -
## 365                               -                -
## 366                               -                -
## 367                               -                -
## 368                               -                -
## 369                               -                -
## 370                               -                -
## 371                               -                -
## 372                               -                -
## 373                               -                -
## 374                               -                -
## 375                               -                -
## 376                               -                -
## 377                               -                -
## 378                               -                -
## 379                               -                -
## 380                               -                -
## 381                               -                -
## 382                               -                -
## 383                               -                -
## 384                               -                -
## 385                               -                -
## 386                               -                -
## 387                               - Not enough space
## 388                               - Not enough space
## 389                               -                -
## 390                               -                -
## 391                               -                -
## 392                               -                -
## 393                               -                -
## 394                               -                -
## 395                               -                -
## 396                               -                -
## 397  We've had an argument or fight                -
## 398                               -                -
## 399                               -                -
## 400                               -                -
## 401                               -                -
## 402                               -                -
## 403                               -                -
## 404                               -                -
## 405                               -                -
## 406                               -                -
## 407  We've had an argument or fight                -
## 408                               -                -
## 409                               -                -
## 410                               -                -
## 411                               -                -
## 412  We've had an argument or fight                -
## 413                               -                -
## 414                               -                -
## 415                               -                -
## 416                               -                -
## 417                               -                -
## 418                               -                -
## 419  We've had an argument or fight                -
## 420                               -                -
## 421  We've had an argument or fight                -
## 422                               -                -
## 423                               -                -
## 424                               -                -
## 425                               -                -
## 426                               -                -
## 427                               -                -
## 428                               -                -
## 429  We've had an argument or fight                -
## 430                               -                -
## 431                               -                -
## 432                               -                -
## 433  We've had an argument or fight                -
## 434                               -                -
## 435                               -                -
## 436                               -                -
## 437                               -                -
## 438                               -                -
## 439                               -                -
## 440                               -                -
## 441                               -                -
## 442                               -                -
## 443                               -                -
## 444                               -                -
## 445                               -                -
## 446                               -                -
## 447                               -                -
## 448                               -                -
## 449                               -                -
## 450                               - Not enough space
## 451                               -                -
## 452  We've had an argument or fight                -
## 453                               -                -
## 454                               -                -
## 455                               -                -
## 456                               -                -
## 457                               -                -
## 458                               -                -
## 459                               -                -
## 460                               -                -
## 461                               - Not enough space
## 462                               -                -
## 463                               -                -
## 464                               -                -
## 465                               -                -
## 466                               -                -
## 467                               -                -
## 468                               -                -
## 469                               -                -
## 470                               -                -
## 471                               -                -
## 472                               -                -
## 473                               -                -
## 474                               -                -
## 475                               -                -
## 476  We've had an argument or fight                -
## 477                               -                -
## 478                               -                -
## 479                               -                -
## 480                               -                -
## 481                               -                -
## 482                               -                -
## 483                               -                -
## 484                               -                -
## 485                               -                -
## 486                               -                -
## 487                               -                -
## 488                               -                -
## 489                               -                -
## 490                               -                -
## 491                               -                -
## 492                               -                -
## 493                               -                -
## 494  We've had an argument or fight                -
## 495                               -                -
## 496                               -                -
## 497                               -                -
## 498                               -                -
## 499                               -                -
## 500                               -                -
## 501                               -                -
## 502                               -                -
## 503                               -                -
## 504                               -                -
## 505                               -                -
## 506  We've had an argument or fight                -
## 507                               -                -
## 508                               -                -
## 509                               -                -
## 510                               -                -
## 511                               -                -
## 512                               -                -
## 513                               -                -
## 514                               -                -
## 515                               -                -
## 516                               -                -
## 517                               -                -
## 518                               -                -
## 519                               -                -
## 520                               -                -
## 521                               -                -
## 522                               -                -
## 523                               -                -
## 524                               -                -
## 525                               -                -
## 526                               -                -
## 527                               -                -
## 528                               -                -
## 529                               -                -
## 530                               -                -
## 531                               -                -
## 532                               -                -
## 533                               -                -
## 534                               -                -
## 535                               -                -
## 536                               -                -
## 537                               -                -
## 538                               -                -
## 539                               -                -
## 540                               -                -
## 541                               -                -
## 542                               -                -
## 543                               -                -
## 544                               -                -
## 545                               -                -
## 546                               -                -
## 547                               -                -
## 548                               -                -
## 549                               -                -
## 550                               -                -
## 551                               -                -
## 552                               -                -
## 553  We've had an argument or fight                -
## 554                               -                -
## 555                               -                -
## 556                               -                -
## 557                               -                -
## 558                               -                -
## 559                               -                -
## 560                               -                -
## 561                               -                -
## 562                               -                -
## 563                               -                -
## 564                               -                -
## 565                               -                -
## 566                               -                -
## 567                               -                -
## 568                               -                -
## 569                               -                -
## 570                               -                -
## 571                               -                -
## 572                               -                -
## 573                               -                -
## 574                               -                -
## 575                               -                -
## 576                               -                -
## 577                               -                -
## 578                               -                -
## 579                               -                -
## 580                               -                -
## 581                               -                -
## 582                               -                -
## 583                               -                -
## 584                               -                -
## 585                               -                -
## 586                               -                -
## 587                               -                -
## 588                               -                -
## 589                               -                -
## 590  We've had an argument or fight                -
## 591                               -                -
## 592                               -                -
## 593                               -                -
## 594                               -                -
## 595  We've had an argument or fight                -
## 596                               -                -
## 597                               -                -
## 598                               -                -
## 599                               -                -
## 600                               -                -
## 601                               -                -
## 602                               -                -
## 603                               -                -
## 604                               -                -
## 605                               -                -
## 606                               -                -
## 607                               -                -
## 608                               -                -
## 609                               -                -
## 610                               -                -
## 611                               -                -
## 612                               -                -
## 613                               -                -
## 614                               -                -
## 615                               -                -
## 616                               -                -
## 617                               -                -
## 618                               -                -
## 619                               -                -
## 620                               -                -
## 621  We've had an argument or fight                -
## 622                               -                -
## 623  We've had an argument or fight                -
## 624                               -                -
## 625                               -                -
## 626                               -                -
## 627                               -                -
## 628                               -                -
## 629                               -                -
## 630                               -                -
## 631                               -                -
## 632                               -                -
## 633                               -                -
## 634                               -                -
## 635                               -                -
## 636                               -                -
## 637                               -                -
## 638                               -                -
## 639                               -                -
## 640                               -                -
## 641                               -                -
## 642                               -                -
## 643                               - Not enough space
## 644                               -                -
## 645                               -                -
## 646                               -                -
## 647                               -                -
## 648                               -                -
## 649                               -                -
## 650                               -                -
## 651                               -                -
## 652                               -                -
## 653                               -                -
## 654                               -                -
## 655                               -                -
## 656                               -                -
## 657                               -                -
## 658                               -                -
## 659  We've had an argument or fight                -
## 660                               -                -
## 661                               -                -
## 662                               -                -
## 663                               -                -
## 664                               -                -
## 665                               -                -
## 666                               -                -
## 667                               -                -
## 668                               -                -
## 669  We've had an argument or fight                -
## 670                               -                -
## 671                               -                -
## 672                               -                -
## 673                               -                -
## 674                               -                -
## 675                               -                -
## 676                               -                -
## 677                               -                -
## 678                               -                -
## 679                               -                -
## 680                               -                -
## 681                               -                -
## 682                               -                -
## 683                               -                -
## 684                               -                -
## 685                               -                -
## 686                               -                -
## 687                               -                -
## 688                               -                -
## 689                               -                -
## 690                               -                -
## 691                               -                -
## 692                               -                -
## 693                               -                -
## 694                               -                -
## 695                               -                -
## 696                               -                -
## 697                               -                -
## 698  We've had an argument or fight                -
## 699                               -                -
## 700                               -                -
## 701                               -                -
## 702                               -                -
## 703                               -                -
## 704                               -                -
## 705                               -                -
## 706                               -                -
## 707                               -                -
## 708                               -                -
## 709                               -                -
## 710                               -                -
## 711                               -                -
## 712                               -                -
## 713                               -                -
## 714                               -                -
## 715                               -                -
## 716                               -                -
## 717                               -                -
## 718                               -                -
## 719                               -                -
## 720                               - Not enough space
## 721                               -                -
## 722                               -                -
## 723                               -                -
## 724                               -                -
## 725                               -                -
## 726                               -                -
## 727                               -                -
## 728                               -                -
## 729                               -                -
## 730                               -                -
## 731                               -                -
## 732                               -                -
## 733                               -                -
## 734                               -                -
## 735                               -                -
## 736                               -                -
## 737                               -                -
## 738                               -                -
## 739                               -                -
## 740                               -                -
## 741  We've had an argument or fight                -
## 742                               -                -
## 743                               -                -
## 744                               -                -
## 745  We've had an argument or fight                -
## 746                               -                -
## 747                               -                -
## 748                               -                -
## 749                               -                -
## 750                               -                -
## 751                               -                -
## 752                               -                -
## 753                               - Not enough space
## 754                               -                -
## 755                               -                -
## 756                               -                -
## 757                               -                -
## 758                               -                -
## 759  We've had an argument or fight                -
## 760                               -                -
## 761                               -                -
## 762                               -                -
## 763                               -                -
## 764  We've had an argument or fight                -
## 765                               -                -
## 766                               -                -
## 767                               -                -
## 768                               -                -
## 769                               -                -
## 770                               -                -
## 771                               -                -
## 772                               -                -
## 773                               -                -
## 774                               -                -
## 775                               -                -
## 776  We've had an argument or fight                -
## 777                               -                -
## 778                               - Not enough space
## 779                               -                -
## 780                               -                -
## 781                               -                -
## 782                               -                -
## 783                               -                -
## 784                               -                -
## 785                               - Not enough space
## 786                               -                -
## 787                               -                -
## 788                               -                -
## 789                               -                -
## 790                               -                -
## 791                               -                -
## 792                               -                -
## 793                               -                -
## 794  We've had an argument or fight                -
## 795                               -                -
## 796                               -                -
## 797                               - Not enough space
## 798                               -                -
## 799                               -                -
## 800                               -                -
## 801                               -                -
## 802                               -                -
## 803                               -                -
## 804                               -                -
## 805                               -                -
## 806                               -                -
## 807                               -                -
## 808                               -                -
## 809                               - Not enough space
## 810                               -                -
## 811                               -                -
## 812                               -                -
## 813  We've had an argument or fight                -
## 814                               -                -
## 815                               -                -
## 816                               -                -
## 817                               -                -
## 818                               -                -
## 819                               -                -
## 820                               -                -
## 821                               -                -
## 822                               -                -
## 823  We've had an argument or fight                -
## 824                               -                -
## 825                               -                -
## 826                               -                -
## 827                               -                -
## 828                               -                -
## 829  We've had an argument or fight                -
## 830                               -                -
## 831                               -                -
## 832                               -                -
## 833                               -                -
## 834                               -                -
## 835                               -                -
## 836                               -                -
## 837  We've had an argument or fight                -
## 838  We've had an argument or fight                -
## 839                               -                -
## 840                               -                -
## 841                               -                -
## 842                               -                -
## 843                               -                -
## 844                               -                -
## 845                               -                -
## 846                               -                -
## 847                               -                -
## 848                               -                -
## 849                               -                -
## 850                               -                -
## 851                               -                -
## 852                               -                -
## 853                               -                -
## 854                               -                -
## 855                               -                -
## 856                               -                -
## 857                               -                -
## 858                               -                -
## 859                               -                -
## 860                               -                -
## 861                               -                -
## 862                               -                -
## 863  We've had an argument or fight                -
## 864                               -                -
## 865                               -                -
## 866                               -                -
## 867                               -                -
## 868                               -                -
## 869                               -                -
## 870                               -                -
## 871                               -                -
## 872                               -                -
## 873                               -                -
## 874                               -                -
## 875                               - Not enough space
## 876                               -                -
## 877                               - Not enough space
## 878                               -                -
## 879                               -                -
## 880                               -                -
## 881                               -                -
## 882  We've had an argument or fight                -
## 883                               -                -
## 884                               -                -
## 885                               -                -
## 886                               -                -
## 887                               -                -
## 888                               -                -
## 889                               -                -
## 890                               -                -
## 891                               -                -
## 892                               -                -
## 893  We've had an argument or fight                -
## 894                               -                -
## 895                               -                -
## 896                               -                -
## 897                               -                -
## 898                               -                -
## 899                               -                -
## 900                               -                -
## 901                               -                -
## 902                               -                -
## 903                               -                -
## 904                               -                -
## 905                               -                -
## 906                               -                -
## 907                               -                -
## 908                               -                -
## 909                               -                -
## 910                               -                -
## 911                               -                -
## 912  We've had an argument or fight                -
## 913                               -                -
## 914                               - Not enough space
## 915                               -                -
## 916                               -                -
## 917                               -                -
## 918                               -                -
## 919                               -                -
## 920                               -                -
## 921                               -                -
## 922                               -                -
## 923                               -                -
## 924                               -                -
## 925                               -                -
## 926                               -                -
## 927                               -                -
## 928                               -                -
## 929                               -                -
## 930                               -                -
## 931                               -                -
## 932                               -                -
## 933                               -                -
## 934                               -                -
## 935                               -                -
## 936                               -                -
## 937                               -                -
## 938                               -                -
## 939                               -                -
## 940                               -                -
## 941                               -                -
## 942                               -                -
## 943                               -                -
## 944                               -                -
## 945                               -                -
## 946                               -                -
## 947                               -                -
## 948                               -                -
## 949  We've had an argument or fight                -
## 950                               -                -
## 951                               -                -
## 952                               -                -
## 953                               -                -
## 954                               -                -
## 955                               -                -
## 956                               -                -
## 957                               -                -
## 958                               -                -
## 959                               -                -
## 960                               -                -
## 961                               -                -
## 962                               -                -
## 963                               -                -
## 964                               -                -
## 965                               -                -
## 966                               -                -
## 967                               -                -
## 968                               -                -
## 969                               -                -
## 970                               -                -
## 971                               -                -
## 972                               -                -
## 973                               - Not enough space
## 974                               -                -
## 975                               -                -
## 976                               -                -
## 977  We've had an argument or fight                -
## 978                               -                -
## 979                               -                -
## 980                               -                -
## 981                               -                -
## 982                               -                -
## 983                               -                -
## 984                               -                -
## 985                               -                -
## 986                               -                -
## 987                               -                -
## 988                               -                -
## 989                               - Not enough space
## 990                               -                -
## 991                               -                -
## 992                               -                -
## 993                               -                -
## 994                               -                -
## 995                               -                -
## 996                               -                -
## 997                               -                -
## 998                               -                -
## 999                               -                -
## 1000                              -                -
## 1001                              -                -
## 1002                              -                -
## 1003                              -                -
## 1004                              -                -
## 1005                              -                -
## 1006                              -                -
## 1007                              -                -
## 1008                              -                -
## 1009                              -                -
## 1010                              -                -
## 1011                              -                -
## 1012                              -                -
## 1013                              -                -
## 1014                              -                -
## 1015 We've had an argument or fight                -
## 1016                              -                -
## 1017                              -                -
## 1018                              -                -
## 1019                              -                -
## 1020                              -                -
## 1021                              -                -
## 1022                              -                -
## 1023                              -                -
## 1024                              -                -
## 1025                              -                -
## 1026                              -                -
## 1027                              -                -
## 1028                              -                -
## 1029                              -                -
## 1030                              -                -
## 1031                              -                -
## 1032                              -                -
## 1033                              -                -
## 1034                              -                -
## 1035                              - Not enough space
## 1036                              -                -
## 1037                              -                -
## 1038                              -                -
## 1039                              -                -
## 1040                              -                -
## 1041                              -                -
## 1042                              -                -
## 1043                              -                -
## 1044                              -                -
## 1045                              -                -
## 1046                              -                -
## 1047                              -                -
## 1048                              -                -
## 1049                              -                -
## 1050                              - Not enough space
## 1051                              -                -
## 1052                              -                -
## 1053                              -                -
## 1054                              -                -
## 1055                              -                -
## 1056                              -                -
## 1057                              -                -
## 1058                              -                -
## 1059 We've had an argument or fight                -
## 1060                              -                -
## 1061                              -                -
## 1062                              -                -
## 1063                              -                -
## 1064                              -                -
## 1065                              -                -
## 1066                              -                -
## 1067                              -                -
## 1068                              -                -
## 1069                              -                -
## 1070                              -                -
## 1071                              -                -
## 1072                              -                -
## 1073                              -                -
## 1074                              -                -
## 1075                              -                -
## 1076                              -                -
## 1077                              -                -
## 1078                              -                -
## 1079                              -                -
## 1080                              -                -
## 1081                              -                -
## 1082                              -                -
## 1083                              -                -
## 1084                              -                -
## 1085                              -                -
## 1086                              -                -
## 1087                              -                -
## 1088 We've had an argument or fight                -
## 1089                              -                -
## 1090 We've had an argument or fight                -
## 1091                              -                -
## 1092                              -                -
## 1093                              -                -
## 1094                              -                -
##        Dont.want.to.share.the.covers                      Sleep.with.child
## 1    Do not want to share the covers One of us needs to sleep with a child
## 2                                  -                                     -
## 3    Do not want to share the covers                                     -
## 4                                  -                                     -
## 5                                  -                                     -
## 6                                  -                                     -
## 7                                  -                                     -
## 8                                  -                                     -
## 9                                  -                                     -
## 10                                 -                                     -
## 11                                 -                                     -
## 12                                 -                                     -
## 13                                 -                                     -
## 14                                 -                                     -
## 15                                 -                                     -
## 16                                 -                                     -
## 17                                 -                                     -
## 18                                 - One of us needs to sleep with a child
## 19                                 -                                     -
## 20                                 -                                     -
## 21                                 -                                     -
## 22                                 -                                     -
## 23                                 -                                     -
## 24                                 -                                     -
## 25                                 -                                     -
## 26                                 -                                     -
## 27                                 -                                     -
## 28                                 -                                     -
## 29                                 -                                     -
## 30                                 -                                     -
## 31                                 -                                     -
## 32                                 - One of us needs to sleep with a child
## 33                                 - One of us needs to sleep with a child
## 34                                 -                                     -
## 35                                 -                                     -
## 36                                 -                                     -
## 37                                 -                                     -
## 38                                 - One of us needs to sleep with a child
## 39                                 -                                     -
## 40                                 -                                     -
## 41                                 -                                     -
## 42                                 -                                     -
## 43                                 -                                     -
## 44                                 -                                     -
## 45                                 - One of us needs to sleep with a child
## 46                                 -                                     -
## 47                                 -                                     -
## 48                                 -                                     -
## 49                                 -                                     -
## 50                                 -                                     -
## 51                                 -                                     -
## 52                                 -                                     -
## 53                                 -                                     -
## 54                                 -                                     -
## 55                                 -                                     -
## 56                                 -                                     -
## 57                                 -                                     -
## 58                                 -                                     -
## 59                                 -                                     -
## 60                                 -                                     -
## 61                                 -                                     -
## 62                                 -                                     -
## 63                                 - One of us needs to sleep with a child
## 64                                 -                                     -
## 65                                 -                                     -
## 66                                 -                                     -
## 67                                 -                                     -
## 68                                 -                                     -
## 69                                 -                                     -
## 70                                 -                                     -
## 71                                 -                                     -
## 72                                 -                                     -
## 73                                 -                                     -
## 74                                 -                                     -
## 75                                 -                                     -
## 76                                 -                                     -
## 77                                 -                                     -
## 78                                 -                                     -
## 79                                 -                                     -
## 80                                 -                                     -
## 81                                 -                                     -
## 82                                 -                                     -
## 83                                 -                                     -
## 84   Do not want to share the covers                                     -
## 85                                 - One of us needs to sleep with a child
## 86                                 -                                     -
## 87                                 -                                     -
## 88                                 -                                     -
## 89                                 -                                     -
## 90                                 -                                     -
## 91                                 - One of us needs to sleep with a child
## 92                                 -                                     -
## 93                                 -                                     -
## 94                                 -                                     -
## 95                                 -                                     -
## 96                                 -                                     -
## 97                                 -                                     -
## 98                                 -                                     -
## 99                                 -                                     -
## 100                                -                                     -
## 101                                -                                     -
## 102                                -                                     -
## 103                                -                                     -
## 104                                -                                     -
## 105                                -                                     -
## 106                                -                                     -
## 107                                -                                     -
## 108                                -                                     -
## 109                                -                                     -
## 110                                -                                     -
## 111                                -                                     -
## 112                                -                                     -
## 113                                -                                     -
## 114                                -                                     -
## 115                                -                                     -
## 116                                -                                     -
## 117                                -                                     -
## 118                                -                                     -
## 119                                -                                     -
## 120                                -                                     -
## 121                                -                                     -
## 122                                - One of us needs to sleep with a child
## 123                                -                                     -
## 124                                - One of us needs to sleep with a child
## 125                                -                                     -
## 126                                -                                     -
## 127                                -                                     -
## 128                                -                                     -
## 129                                -                                     -
## 130                                -                                     -
## 131                                -                                     -
## 132                                -                                     -
## 133                                -                                     -
## 134                                -                                     -
## 135                                -                                     -
## 136                                -                                     -
## 137                                - One of us needs to sleep with a child
## 138                                -                                     -
## 139                                - One of us needs to sleep with a child
## 140                                -                                     -
## 141                                -                                     -
## 142                                -                                     -
## 143                                -                                     -
## 144                                -                                     -
## 145                                -                                     -
## 146                                -                                     -
## 147                                -                                     -
## 148                                -                                     -
## 149                                -                                     -
## 150                                -                                     -
## 151                                -                                     -
## 152                                -                                     -
## 153                                -                                     -
## 154                                -                                     -
## 155                                -                                     -
## 156                                -                                     -
## 157                                -                                     -
## 158                                -                                     -
## 159                                -                                     -
## 160                                -                                     -
## 161                                -                                     -
## 162                                -                                     -
## 163                                -                                     -
## 164                                - One of us needs to sleep with a child
## 165                                -                                     -
## 166                                -                                     -
## 167                                -                                     -
## 168                                -                                     -
## 169                                -                                     -
## 170                                -                                     -
## 171                                -                                     -
## 172                                -                                     -
## 173                                -                                     -
## 174                                - One of us needs to sleep with a child
## 175  Do not want to share the covers                                     -
## 176                                -                                     -
## 177                                -                                     -
## 178                                -                                     -
## 179                                -                                     -
## 180                                -                                     -
## 181                                -                                     -
## 182                                -                                     -
## 183                                -                                     -
## 184                                -                                     -
## 185                                -                                     -
## 186                                -                                     -
## 187                                -                                     -
## 188                                -                                     -
## 189                                -                                     -
## 190                                -                                     -
## 191                                -                                     -
## 192                                -                                     -
## 193                                -                                     -
## 194                                -                                     -
## 195                                - One of us needs to sleep with a child
## 196                                -                                     -
## 197                                -                                     -
## 198                                -                                     -
## 199                                -                                     -
## 200                                - One of us needs to sleep with a child
## 201                                -                                     -
## 202                                -                                     -
## 203                                -                                     -
## 204                                -                                     -
## 205                                -                                     -
## 206                                - One of us needs to sleep with a child
## 207                                -                                     -
## 208                                -                                     -
## 209                                -                                     -
## 210                                -                                     -
## 211                                -                                     -
## 212                                -                                     -
## 213                                -                                     -
## 214                                -                                     -
## 215                                -                                     -
## 216                                -                                     -
## 217                                -                                     -
## 218  Do not want to share the covers                                     -
## 219                                -                                     -
## 220                                -                                     -
## 221                                -                                     -
## 222                                -                                     -
## 223                                -                                     -
## 224                                -                                     -
## 225                                -                                     -
## 226                                -                                     -
## 227                                -                                     -
## 228                                -                                     -
## 229                                -                                     -
## 230                                -                                     -
## 231                                -                                     -
## 232                                -                                     -
## 233                                -                                     -
## 234                                -                                     -
## 235                                -                                     -
## 236                                -                                     -
## 237                                -                                     -
## 238                                -                                     -
## 239                                -                                     -
## 240                                -                                     -
## 241                                -                                     -
## 242                                -                                     -
## 243                                -                                     -
## 244                                -                                     -
## 245                                -                                     -
## 246                                -                                     -
## 247                                -                                     -
## 248                                -                                     -
## 249                                -                                     -
## 250                                - One of us needs to sleep with a child
## 251                                -                                     -
## 252                                -                                     -
## 253                                -                                     -
## 254                                -                                     -
## 255                                -                                     -
## 256                                -                                     -
## 257                                -                                     -
## 258                                - One of us needs to sleep with a child
## 259                                -                                     -
## 260                                -                                     -
## 261                                -                                     -
## 262                                -                                     -
## 263                                -                                     -
## 264                                -                                     -
## 265                                -                                     -
## 266                                - One of us needs to sleep with a child
## 267                                -                                     -
## 268                                -                                     -
## 269                                -                                     -
## 270                                -                                     -
## 271                                -                                     -
## 272                                -                                     -
## 273                                -                                     -
## 274                                -                                     -
## 275                                -                                     -
## 276                                -                                     -
## 277                                -                                     -
## 278                                -                                     -
## 279                                -                                     -
## 280                                -                                     -
## 281                                -                                     -
## 282                                - One of us needs to sleep with a child
## 283                                -                                     -
## 284                                -                                     -
## 285                                -                                     -
## 286                                -                                     -
## 287                                -                                     -
## 288                                -                                     -
## 289                                -                                     -
## 290                                - One of us needs to sleep with a child
## 291                                -                                     -
## 292                                -                                     -
## 293                                -                                     -
## 294  Do not want to share the covers                                     -
## 295                                -                                     -
## 296                                -                                     -
## 297                                -                                     -
## 298                                -                                     -
## 299                                -                                     -
## 300                                -                                     -
## 301                                -                                     -
## 302  Do not want to share the covers                                     -
## 303                                -                                     -
## 304                                -                                     -
## 305                                -                                     -
## 306                                - One of us needs to sleep with a child
## 307                                -                                     -
## 308                                -                                     -
## 309                                -                                     -
## 310                                -                                     -
## 311                                -                                     -
## 312                                -                                     -
## 313                                -                                     -
## 314                                -                                     -
## 315                                -                                     -
## 316                                -                                     -
## 317                                -                                     -
## 318                                -                                     -
## 319                                -                                     -
## 320                                -                                     -
## 321                                -                                     -
## 322                                - One of us needs to sleep with a child
## 323                                -                                     -
## 324                                -                                     -
## 325                                -                                     -
## 326                                -                                     -
## 327                                -                                     -
## 328                                -                                     -
## 329                                -                                     -
## 330                                -                                     -
## 331                                -                                     -
## 332                                -                                     -
## 333                                -                                     -
## 334                                -                                     -
## 335                                -                                     -
## 336                                -                                     -
## 337                                -                                     -
## 338                                -                                     -
## 339                                -                                     -
## 340                                -                                     -
## 341                                -                                     -
## 342                                -                                     -
## 343                                -                                     -
## 344                                -                                     -
## 345                                -                                     -
## 346                                -                                     -
## 347                                -                                     -
## 348                                -                                     -
## 349                                -                                     -
## 350                                -                                     -
## 351                                -                                     -
## 352                                -                                     -
## 353                                -                                     -
## 354                                -                                     -
## 355                                -                                     -
## 356                                -                                     -
## 357                                -                                     -
## 358                                -                                     -
## 359                                -                                     -
## 360                                -                                     -
## 361                                -                                     -
## 362                                -                                     -
## 363                                -                                     -
## 364                                -                                     -
## 365                                -                                     -
## 366                                -                                     -
## 367                                -                                     -
## 368                                -                                     -
## 369                                -                                     -
## 370                                -                                     -
## 371                                -                                     -
## 372                                -                                     -
## 373                                -                                     -
## 374                                -                                     -
## 375                                -                                     -
## 376                                -                                     -
## 377                                -                                     -
## 378                                -                                     -
## 379                                -                                     -
## 380                                -                                     -
## 381                                -                                     -
## 382                                -                                     -
## 383                                -                                     -
## 384                                -                                     -
## 385                                -                                     -
## 386                                -                                     -
## 387  Do not want to share the covers                                     -
## 388                                -                                     -
## 389                                - One of us needs to sleep with a child
## 390                                -                                     -
## 391                                -                                     -
## 392                                -                                     -
## 393                                -                                     -
## 394                                -                                     -
## 395                                -                                     -
## 396                                -                                     -
## 397                                -                                     -
## 398                                -                                     -
## 399                                -                                     -
## 400                                -                                     -
## 401                                -                                     -
## 402                                -                                     -
## 403                                -                                     -
## 404                                -                                     -
## 405                                -                                     -
## 406                                -                                     -
## 407                                -                                     -
## 408                                -                                     -
## 409                                -                                     -
## 410                                -                                     -
## 411                                -                                     -
## 412                                -                                     -
## 413                                -                                     -
## 414                                -                                     -
## 415                                -                                     -
## 416                                -                                     -
## 417                                -                                     -
## 418                                -                                     -
## 419                                -                                     -
## 420                                -                                     -
## 421                                -                                     -
## 422                                -                                     -
## 423                                -                                     -
## 424                                -                                     -
## 425                                -                                     -
## 426                                -                                     -
## 427                                -                                     -
## 428                                -                                     -
## 429                                -                                     -
## 430                                -                                     -
## 431                                -                                     -
## 432                                -                                     -
## 433                                -                                     -
## 434                                -                                     -
## 435                                -                                     -
## 436                                -                                     -
## 437                                -                                     -
## 438                                -                                     -
## 439                                -                                     -
## 440                                -                                     -
## 441                                -                                     -
## 442                                -                                     -
## 443                                -                                     -
## 444                                -                                     -
## 445                                -                                     -
## 446                                -                                     -
## 447                                -                                     -
## 448                                -                                     -
## 449                                -                                     -
## 450                                -                                     -
## 451                                -                                     -
## 452                                -                                     -
## 453                                -                                     -
## 454                                -                                     -
## 455                                -                                     -
## 456                                -                                     -
## 457                                - One of us needs to sleep with a child
## 458                                -                                     -
## 459                                -                                     -
## 460                                -                                     -
## 461  Do not want to share the covers                                     -
## 462                                -                                     -
## 463                                -                                     -
## 464                                -                                     -
## 465                                -                                     -
## 466                                -                                     -
## 467                                -                                     -
## 468                                -                                     -
## 469                                -                                     -
## 470                                -                                     -
## 471                                -                                     -
## 472                                -                                     -
## 473                                -                                     -
## 474                                -                                     -
## 475                                -                                     -
## 476                                -                                     -
## 477                                -                                     -
## 478                                -                                     -
## 479                                -                                     -
## 480                                -                                     -
## 481                                -                                     -
## 482                                -                                     -
## 483                                -                                     -
## 484                                -                                     -
## 485                                -                                     -
## 486                                -                                     -
## 487                                -                                     -
## 488                                -                                     -
## 489                                -                                     -
## 490                                -                                     -
## 491                                -                                     -
## 492                                -                                     -
## 493                                -                                     -
## 494  Do not want to share the covers                                     -
## 495                                -                                     -
## 496                                -                                     -
## 497                                -                                     -
## 498                                - One of us needs to sleep with a child
## 499                                -                                     -
## 500                                -                                     -
## 501                                -                                     -
## 502                                -                                     -
## 503                                -                                     -
## 504                                -                                     -
## 505                                -                                     -
## 506                                -                                     -
## 507                                -                                     -
## 508                                -                                     -
## 509                                -                                     -
## 510                                -                                     -
## 511                                -                                     -
## 512                                -                                     -
## 513                                -                                     -
## 514                                -                                     -
## 515                                -                                     -
## 516                                -                                     -
## 517                                -                                     -
## 518                                -                                     -
## 519                                -                                     -
## 520                                -                                     -
## 521                                -                                     -
## 522                                -                                     -
## 523                                -                                     -
## 524                                -                                     -
## 525                                -                                     -
## 526                                -                                     -
## 527                                -                                     -
## 528                                -                                     -
## 529                                -                                     -
## 530                                -                                     -
## 531                                -                                     -
## 532                                -                                     -
## 533                                -                                     -
## 534                                -                                     -
## 535                                -                                     -
## 536                                -                                     -
## 537                                -                                     -
## 538                                -                                     -
## 539                                -                                     -
## 540                                -                                     -
## 541                                -                                     -
## 542                                -                                     -
## 543                                - One of us needs to sleep with a child
## 544                                -                                     -
## 545                                -                                     -
## 546                                -                                     -
## 547                                - One of us needs to sleep with a child
## 548                                -                                     -
## 549                                -                                     -
## 550                                -                                     -
## 551                                -                                     -
## 552                                - One of us needs to sleep with a child
## 553                                -                                     -
## 554                                -                                     -
## 555                                -                                     -
## 556                                -                                     -
## 557                                -                                     -
## 558                                -                                     -
## 559                                -                                     -
## 560                                -                                     -
## 561                                -                                     -
## 562                                -                                     -
## 563                                -                                     -
## 564                                -                                     -
## 565                                -                                     -
## 566                                -                                     -
## 567                                -                                     -
## 568                                -                                     -
## 569                                -                                     -
## 570  Do not want to share the covers                                     -
## 571                                -                                     -
## 572                                -                                     -
## 573                                -                                     -
## 574                                -                                     -
## 575                                -                                     -
## 576                                -                                     -
## 577                                -                                     -
## 578                                -                                     -
## 579                                -                                     -
## 580                                -                                     -
## 581                                -                                     -
## 582                                -                                     -
## 583                                -                                     -
## 584                                -                                     -
## 585                                -                                     -
## 586                                -                                     -
## 587                                - One of us needs to sleep with a child
## 588                                - One of us needs to sleep with a child
## 589                                - One of us needs to sleep with a child
## 590                                -                                     -
## 591                                -                                     -
## 592                                -                                     -
## 593                                -                                     -
## 594                                -                                     -
## 595                                -                                     -
## 596                                -                                     -
## 597                                -                                     -
## 598                                -                                     -
## 599                                -                                     -
## 600                                -                                     -
## 601                                -                                     -
## 602                                -                                     -
## 603                                - One of us needs to sleep with a child
## 604                                -                                     -
## 605                                -                                     -
## 606                                -                                     -
## 607                                -                                     -
## 608                                -                                     -
## 609                                -                                     -
## 610                                -                                     -
## 611                                -                                     -
## 612                                -                                     -
## 613                                -                                     -
## 614                                -                                     -
## 615                                -                                     -
## 616                                -                                     -
## 617                                -                                     -
## 618                                -                                     -
## 619                                -                                     -
## 620                                -                                     -
## 621                                -                                     -
## 622                                -                                     -
## 623                                -                                     -
## 624                                -                                     -
## 625                                -                                     -
## 626                                -                                     -
## 627                                -                                     -
## 628                                -                                     -
## 629  Do not want to share the covers                                     -
## 630                                -                                     -
## 631                                -                                     -
## 632                                -                                     -
## 633                                -                                     -
## 634                                -                                     -
## 635                                -                                     -
## 636                                -                                     -
## 637                                -                                     -
## 638                                -                                     -
## 639                                -                                     -
## 640                                -                                     -
## 641                                -                                     -
## 642                                -                                     -
## 643                                -                                     -
## 644                                -                                     -
## 645                                - One of us needs to sleep with a child
## 646                                -                                     -
## 647                                -                                     -
## 648                                -                                     -
## 649                                -                                     -
## 650                                -                                     -
## 651                                -                                     -
## 652                                -                                     -
## 653                                -                                     -
## 654                                -                                     -
## 655                                -                                     -
## 656                                -                                     -
## 657                                -                                     -
## 658                                -                                     -
## 659                                -                                     -
## 660                                -                                     -
## 661                                -                                     -
## 662                                -                                     -
## 663                                -                                     -
## 664                                -                                     -
## 665                                - One of us needs to sleep with a child
## 666                                -                                     -
## 667                                -                                     -
## 668                                -                                     -
## 669                                -                                     -
## 670                                -                                     -
## 671                                -                                     -
## 672                                -                                     -
## 673                                -                                     -
## 674                                -                                     -
## 675                                -                                     -
## 676                                -                                     -
## 677                                -                                     -
## 678                                -                                     -
## 679                                -                                     -
## 680                                -                                     -
## 681                                - One of us needs to sleep with a child
## 682                                -                                     -
## 683                                -                                     -
## 684                                -                                     -
## 685                                -                                     -
## 686                                -                                     -
## 687                                -                                     -
## 688                                -                                     -
## 689                                -                                     -
## 690                                -                                     -
## 691                                -                                     -
## 692                                -                                     -
## 693                                -                                     -
## 694                                -                                     -
## 695                                -                                     -
## 696                                -                                     -
## 697                                -                                     -
## 698                                -                                     -
## 699                                -                                     -
## 700                                -                                     -
## 701                                -                                     -
## 702                                -                                     -
## 703                                -                                     -
## 704                                -                                     -
## 705                                -                                     -
## 706                                -                                     -
## 707                                - One of us needs to sleep with a child
## 708                                -                                     -
## 709                                -                                     -
## 710                                -                                     -
## 711                                -                                     -
## 712                                -                                     -
## 713                                -                                     -
## 714                                -                                     -
## 715                                -                                     -
## 716                                -                                     -
## 717                                -                                     -
## 718                                -                                     -
## 719                                -                                     -
## 720                                -                                     -
## 721                                -                                     -
## 722                                -                                     -
## 723                                -                                     -
## 724                                -                                     -
## 725                                -                                     -
## 726                                -                                     -
## 727                                -                                     -
## 728                                -                                     -
## 729                                -                                     -
## 730                                -                                     -
## 731                                -                                     -
## 732                                -                                     -
## 733                                -                                     -
## 734                                -                                     -
## 735                                -                                     -
## 736                                -                                     -
## 737                                -                                     -
## 738                                -                                     -
## 739                                -                                     -
## 740                                -                                     -
## 741                                - One of us needs to sleep with a child
## 742                                -                                     -
## 743                                -                                     -
## 744                                -                                     -
## 745                                -                                     -
## 746                                - One of us needs to sleep with a child
## 747                                -                                     -
## 748                                -                                     -
## 749                                -                                     -
## 750                                -                                     -
## 751                                -                                     -
## 752                                -                                     -
## 753                                -                                     -
## 754                                -                                     -
## 755                                -                                     -
## 756                                -                                     -
## 757                                -                                     -
## 758                                -                                     -
## 759                                -                                     -
## 760                                -                                     -
## 761                                -                                     -
## 762                                -                                     -
## 763                                -                                     -
## 764                                -                                     -
## 765                                -                                     -
## 766                                -                                     -
## 767                                -                                     -
## 768                                -                                     -
## 769                                -                                     -
## 770                                -                                     -
## 771                                -                                     -
## 772                                -                                     -
## 773                                -                                     -
## 774                                -                                     -
## 775                                -                                     -
## 776                                -                                     -
## 777                                -                                     -
## 778                                -                                     -
## 779                                -                                     -
## 780                                -                                     -
## 781                                -                                     -
## 782                                -                                     -
## 783                                - One of us needs to sleep with a child
## 784                                -                                     -
## 785                                -                                     -
## 786                                -                                     -
## 787                                -                                     -
## 788                                -                                     -
## 789                                -                                     -
## 790                                -                                     -
## 791                                -                                     -
## 792                                -                                     -
## 793                                -                                     -
## 794                                -                                     -
## 795                                -                                     -
## 796                                - One of us needs to sleep with a child
## 797                                -                                     -
## 798                                -                                     -
## 799                                -                                     -
## 800                                -                                     -
## 801                                -                                     -
## 802                                -                                     -
## 803                                -                                     -
## 804                                -                                     -
## 805                                -                                     -
## 806                                -                                     -
## 807                                -                                     -
## 808                                -                                     -
## 809                                -                                     -
## 810                                -                                     -
## 811                                -                                     -
## 812                                -                                     -
## 813                                - One of us needs to sleep with a child
## 814                                -                                     -
## 815                                -                                     -
## 816                                -                                     -
## 817                                -                                     -
## 818                                -                                     -
## 819                                -                                     -
## 820                                -                                     -
## 821                                -                                     -
## 822                                -                                     -
## 823                                - One of us needs to sleep with a child
## 824                                -                                     -
## 825                                -                                     -
## 826                                -                                     -
## 827                                -                                     -
## 828                                -                                     -
## 829                                -                                     -
## 830  Do not want to share the covers                                     -
## 831                                -                                     -
## 832                                -                                     -
## 833                                -                                     -
## 834                                -                                     -
## 835                                -                                     -
## 836                                -                                     -
## 837                                -                                     -
## 838                                -                                     -
## 839                                -                                     -
## 840                                -                                     -
## 841                                -                                     -
## 842                                - One of us needs to sleep with a child
## 843                                -                                     -
## 844                                -                                     -
## 845                                -                                     -
## 846                                -                                     -
## 847                                -                                     -
## 848                                -                                     -
## 849                                -                                     -
## 850                                - One of us needs to sleep with a child
## 851                                -                                     -
## 852                                -                                     -
## 853                                -                                     -
## 854                                -                                     -
## 855                                -                                     -
## 856                                - One of us needs to sleep with a child
## 857                                -                                     -
## 858                                -                                     -
## 859                                -                                     -
## 860                                -                                     -
## 861                                -                                     -
## 862                                -                                     -
## 863                                -                                     -
## 864                                -                                     -
## 865                                -                                     -
## 866                                -                                     -
## 867                                -                                     -
## 868                                -                                     -
## 869                                -                                     -
## 870                                -                                     -
## 871                                -                                     -
## 872                                -                                     -
## 873                                -                                     -
## 874                                -                                     -
## 875  Do not want to share the covers                                     -
## 876                                -                                     -
## 877                                -                                     -
## 878                                -                                     -
## 879                                - One of us needs to sleep with a child
## 880                                -                                     -
## 881                                -                                     -
## 882                                -                                     -
## 883                                -                                     -
## 884                                -                                     -
## 885                                -                                     -
## 886                                -                                     -
## 887                                -                                     -
## 888                                -                                     -
## 889                                -                                     -
## 890                                -                                     -
## 891                                -                                     -
## 892                                -                                     -
## 893                                -                                     -
## 894                                -                                     -
## 895                                -                                     -
## 896                                -                                     -
## 897                                -                                     -
## 898                                -                                     -
## 899                                -                                     -
## 900                                -                                     -
## 901                                -                                     -
## 902                                -                                     -
## 903                                -                                     -
## 904                                -                                     -
## 905                                -                                     -
## 906                                -                                     -
## 907                                -                                     -
## 908                                -                                     -
## 909                                -                                     -
## 910                                -                                     -
## 911                                -                                     -
## 912                                -                                     -
## 913                                -                                     -
## 914                                -                                     -
## 915                                -                                     -
## 916                                -                                     -
## 917                                -                                     -
## 918                                -                                     -
## 919                                -                                     -
## 920                                -                                     -
## 921                                -                                     -
## 922                                -                                     -
## 923                                -                                     -
## 924                                -                                     -
## 925                                -                                     -
## 926                                -                                     -
## 927                                -                                     -
## 928                                -                                     -
## 929                                -                                     -
## 930                                -                                     -
## 931                                -                                     -
## 932                                -                                     -
## 933                                -                                     -
## 934                                -                                     -
## 935                                -                                     -
## 936                                -                                     -
## 937                                -                                     -
## 938                                -                                     -
## 939                                -                                     -
## 940                                -                                     -
## 941                                -                                     -
## 942                                -                                     -
## 943                                -                                     -
## 944                                -                                     -
## 945                                -                                     -
## 946                                -                                     -
## 947                                -                                     -
## 948                                -                                     -
## 949                                -                                     -
## 950                                -                                     -
## 951                                -                                     -
## 952                                -                                     -
## 953                                -                                     -
## 954                                -                                     -
## 955                                -                                     -
## 956                                -                                     -
## 957                                -                                     -
## 958                                -                                     -
## 959                                -                                     -
## 960                                -                                     -
## 961                                -                                     -
## 962                                -                                     -
## 963                                -                                     -
## 964                                -                                     -
## 965                                -                                     -
## 966                                - One of us needs to sleep with a child
## 967                                -                                     -
## 968                                -                                     -
## 969                                -                                     -
## 970                                -                                     -
## 971                                -                                     -
## 972                                -                                     -
## 973                                -                                     -
## 974                                -                                     -
## 975                                -                                     -
## 976                                -                                     -
## 977                                -                                     -
## 978                                -                                     -
## 979                                -                                     -
## 980                                -                                     -
## 981                                -                                     -
## 982                                -                                     -
## 983                                -                                     -
## 984                                -                                     -
## 985                                -                                     -
## 986                                -                                     -
## 987                                -                                     -
## 988                                -                                     -
## 989  Do not want to share the covers                                     -
## 990                                -                                     -
## 991                                -                                     -
## 992                                -                                     -
## 993                                - One of us needs to sleep with a child
## 994                                -                                     -
## 995                                -                                     -
## 996                                -                                     -
## 997                                -                                     -
## 998                                -                                     -
## 999                                -                                     -
## 1000                               -                                     -
## 1001                               -                                     -
## 1002                               -                                     -
## 1003                               -                                     -
## 1004                               -                                     -
## 1005                               -                                     -
## 1006                               -                                     -
## 1007                               - One of us needs to sleep with a child
## 1008                               -                                     -
## 1009                               -                                     -
## 1010                               -                                     -
## 1011                               -                                     -
## 1012                               - One of us needs to sleep with a child
## 1013                               -                                     -
## 1014                               -                                     -
## 1015                               - One of us needs to sleep with a child
## 1016                               -                                     -
## 1017                               -                                     -
## 1018                               -                                     -
## 1019                               -                                     -
## 1020                               -                                     -
## 1021                               -                                     -
## 1022                               -                                     -
## 1023                               -                                     -
## 1024                               -                                     -
## 1025                               -                                     -
## 1026                               -                                     -
## 1027                               -                                     -
## 1028                               -                                     -
## 1029                               -                                     -
## 1030                               -                                     -
## 1031                               -                                     -
## 1032                               -                                     -
## 1033                               -                                     -
## 1034                               -                                     -
## 1035                               -                                     -
## 1036                               -                                     -
## 1037                               -                                     -
## 1038                               -                                     -
## 1039                               -                                     -
## 1040                               -                                     -
## 1041                               -                                     -
## 1042                               - One of us needs to sleep with a child
## 1043                               -                                     -
## 1044                               -                                     -
## 1045                               -                                     -
## 1046                               -                                     -
## 1047                               -                                     -
## 1048                               -                                     -
## 1049                               -                                     -
## 1050                               -                                     -
## 1051                               -                                     -
## 1052                               -                                     -
## 1053                               -                                     -
## 1054                               -                                     -
## 1055                               -                                     -
## 1056                               -                                     -
## 1057                               -                                     -
## 1058                               -                                     -
## 1059                               -                                     -
## 1060                               -                                     -
## 1061                               -                                     -
## 1062                               -                                     -
## 1063                               -                                     -
## 1064                               -                                     -
## 1065                               -                                     -
## 1066                               -                                     -
## 1067                               -                                     -
## 1068                               -                                     -
## 1069                               -                                     -
## 1070                               - One of us needs to sleep with a child
## 1071                               -                                     -
## 1072                               -                                     -
## 1073                               -                                     -
## 1074                               -                                     -
## 1075                               -                                     -
## 1076                               -                                     -
## 1077                               -                                     -
## 1078                               -                                     -
## 1079                               -                                     -
## 1080                               -                                     -
## 1081                               -                                     -
## 1082                               -                                     -
## 1083                               -                                     -
## 1084                               -                                     -
## 1085                               -                                     -
## 1086                               -                                     -
## 1087                               -                                     -
## 1088                               -                                     -
## 1089                               -                                     -
## 1090                               -                                     -
## 1091                               -                                     -
## 1092                               -                                     -
## 1093                               -                                     -
## 1094                               -                                     -
##                             Different.sleep.time                  att20
## 1    Night working/very different sleeping times Other (please specify)
## 2                                              - Other (please specify)
## 3                                              -                      -
## 4                                              -                      -
## 5                                              -                      -
## 6                                              -                      -
## 7                                              -                      -
## 8                                              -                      -
## 9                                              -                      -
## 10                                             -                      -
## 11                                             -                      -
## 12                                             -                      -
## 13                                             -                      -
## 14                                             -                      -
## 15                                             -                      -
## 16                                             -                      -
## 17                                             - Other (please specify)
## 18                                             -                      -
## 19                                             - Other (please specify)
## 20                                             -                      -
## 21                                             -                      -
## 22                                             -                      -
## 23                                             -                      -
## 24                                             -                      -
## 25                                             -                      -
## 26                                             -                      -
## 27                                             -                      -
## 28                                             -                      -
## 29                                             -                      -
## 30                                             -                      -
## 31                                             -                      -
## 32                                             -                      -
## 33   Night working/very different sleeping times                      -
## 34                                             -                      -
## 35                                             -                      -
## 36                                             -                      -
## 37                                             -                      -
## 38                                             - Other (please specify)
## 39   Night working/very different sleeping times                      -
## 40                                             - Other (please specify)
## 41                                             -                      -
## 42                                             -                      -
## 43                                             -                      -
## 44   Night working/very different sleeping times                      -
## 45                                             -                      -
## 46                                             -                      -
## 47                                             -                      -
## 48                                             -                      -
## 49                                             -                      -
## 50                                             -                      -
## 51   Night working/very different sleeping times                      -
## 52                                             -                      -
## 53   Night working/very different sleeping times Other (please specify)
## 54                                             -                      -
## 55                                             -                      -
## 56                                             -                      -
## 57   Night working/very different sleeping times                      -
## 58                                             -                      -
## 59                                             -                      -
## 60                                             -                      -
## 61                                             -                      -
## 62                                             -                      -
## 63                                             -                      -
## 64                                             -                      -
## 65   Night working/very different sleeping times                      -
## 66                                             -                      -
## 67   Night working/very different sleeping times                      -
## 68                                             -                      -
## 69                                             -                      -
## 70                                             -                      -
## 71                                             -                      -
## 72                                             -                      -
## 73                                             -                      -
## 74                                             -                      -
## 75                                             -                      -
## 76                                             -                      -
## 77                                             -                      -
## 78                                             -                      -
## 79   Night working/very different sleeping times                      -
## 80                                             -                      -
## 81                                             -                      -
## 82                                             - Other (please specify)
## 83                                             -                      -
## 84                                             -                      -
## 85                                             -                      -
## 86                                             -                      -
## 87                                             -                      -
## 88   Night working/very different sleeping times                      -
## 89                                             -                      -
## 90                                             -                      -
## 91   Night working/very different sleeping times                      -
## 92                                             -                      -
## 93                                             -                      -
## 94                                             -                      -
## 95                                             -                      -
## 96                                             -                      -
## 97   Night working/very different sleeping times                      -
## 98                                             -                      -
## 99                                             -                      -
## 100                                            - Other (please specify)
## 101                                            -                      -
## 102                                            -                      -
## 103                                            -                      -
## 104                                            -                      -
## 105                                            -                      -
## 106  Night working/very different sleeping times                      -
## 107                                            -                      -
## 108                                            -                      -
## 109                                            -                      -
## 110                                            -                      -
## 111                                            -                      -
## 112                                            -                      -
## 113                                            -                      -
## 114                                            -                      -
## 115                                            -                      -
## 116                                            -                      -
## 117                                            -                      -
## 118                                            -                      -
## 119                                            -                      -
## 120                                            - Other (please specify)
## 121                                            -                      -
## 122                                            -                      -
## 123  Night working/very different sleeping times                      -
## 124                                            -                      -
## 125                                            -                      -
## 126                                            -                      -
## 127                                            -                      -
## 128                                            -                      -
## 129  Night working/very different sleeping times                      -
## 130                                            -                      -
## 131                                            -                      -
## 132                                            -                      -
## 133                                            -                      -
## 134                                            -                      -
## 135                                            -                      -
## 136                                            -                      -
## 137                                            -                      -
## 138                                            -                      -
## 139                                            -                      -
## 140                                            -                      -
## 141                                            -                      -
## 142                                            -                      -
## 143                                            -                      -
## 144                                            -                      -
## 145                                            -                      -
## 146                                            -                      -
## 147                                            -                      -
## 148                                            -                      -
## 149                                            -                      -
## 150                                            -                      -
## 151                                            -                      -
## 152                                            - Other (please specify)
## 153                                            -                      -
## 154  Night working/very different sleeping times                      -
## 155                                            -                      -
## 156                                            -                      -
## 157                                            -                      -
## 158                                            -                      -
## 159                                            -                      -
## 160                                            -                      -
## 161                                            - Other (please specify)
## 162                                            -                      -
## 163                                            -                      -
## 164                                            -                      -
## 165                                            -                      -
## 166                                            -                      -
## 167                                            -                      -
## 168                                            -                      -
## 169                                            -                      -
## 170                                            -                      -
## 171                                            -                      -
## 172                                            -                      -
## 173                                            -                      -
## 174                                            -                      -
## 175                                            - Other (please specify)
## 176  Night working/very different sleeping times                      -
## 177                                            -                      -
## 178                                            -                      -
## 179                                            -                      -
## 180                                            -                      -
## 181                                            - Other (please specify)
## 182                                            -                      -
## 183                                            -                      -
## 184                                            -                      -
## 185  Night working/very different sleeping times                      -
## 186                                            -                      -
## 187                                            -                      -
## 188                                            -                      -
## 189                                            -                      -
## 190                                            - Other (please specify)
## 191                                            -                      -
## 192                                            - Other (please specify)
## 193                                            -                      -
## 194  Night working/very different sleeping times                      -
## 195                                            - Other (please specify)
## 196                                            - Other (please specify)
## 197                                            -                      -
## 198  Night working/very different sleeping times                      -
## 199                                            - Other (please specify)
## 200                                            -                      -
## 201                                            -                      -
## 202                                            -                      -
## 203                                            -                      -
## 204                                            -                      -
## 205                                            -                      -
## 206                                            -                      -
## 207                                            -                      -
## 208                                            -                      -
## 209                                            - Other (please specify)
## 210                                            -                      -
## 211  Night working/very different sleeping times                      -
## 212                                            -                      -
## 213                                            -                      -
## 214                                            -                      -
## 215                                            -                      -
## 216                                            -                      -
## 217                                            - Other (please specify)
## 218                                            -                      -
## 219                                            -                      -
## 220                                            -                      -
## 221                                            -                      -
## 222                                            -                      -
## 223                                            - Other (please specify)
## 224                                            -                      -
## 225                                            - Other (please specify)
## 226                                            -                      -
## 227                                            -                      -
## 228                                            -                      -
## 229                                            - Other (please specify)
## 230                                            -                      -
## 231                                            -                      -
## 232                                            -                      -
## 233                                            -                      -
## 234                                            -                      -
## 235                                            - Other (please specify)
## 236                                            -                      -
## 237                                            -                      -
## 238                                            -                      -
## 239                                            -                      -
## 240                                            -                      -
## 241                                            -                      -
## 242                                            -                      -
## 243                                            - Other (please specify)
## 244                                            -                      -
## 245  Night working/very different sleeping times                      -
## 246  Night working/very different sleeping times                      -
## 247                                            - Other (please specify)
## 248                                            -                      -
## 249                                            -                      -
## 250  Night working/very different sleeping times                      -
## 251                                            -                      -
## 252                                            -                      -
## 253                                            -                      -
## 254                                            -                      -
## 255                                            -                      -
## 256                                            -                      -
## 257                                            -                      -
## 258                                            -                      -
## 259                                            - Other (please specify)
## 260                                            - Other (please specify)
## 261                                            -                      -
## 262                                            - Other (please specify)
## 263                                            -                      -
## 264                                            - Other (please specify)
## 265                                            -                      -
## 266                                            -                      -
## 267                                            - Other (please specify)
## 268                                            - Other (please specify)
## 269                                            -                      -
## 270  Night working/very different sleeping times                      -
## 271                                            -                      -
## 272                                            - Other (please specify)
## 273                                            -                      -
## 274                                            -                      -
## 275                                            -                      -
## 276                                            -                      -
## 277                                            -                      -
## 278                                            -                      -
## 279                                            - Other (please specify)
## 280                                            - Other (please specify)
## 281                                            -                      -
## 282                                            - Other (please specify)
## 283                                            -                      -
## 284                                            -                      -
## 285                                            -                      -
## 286  Night working/very different sleeping times                      -
## 287                                            -                      -
## 288                                            -                      -
## 289                                            -                      -
## 290                                            -                      -
## 291                                            -                      -
## 292  Night working/very different sleeping times                      -
## 293                                            -                      -
## 294                                            -                      -
## 295                                            -                      -
## 296                                            -                      -
## 297                                            -                      -
## 298                                            -                      -
## 299                                            -                      -
## 300                                            -                      -
## 301                                            -                      -
## 302                                            - Other (please specify)
## 303                                            -                      -
## 304                                            -                      -
## 305                                            -                      -
## 306                                            -                      -
## 307                                            -                      -
## 308                                            -                      -
## 309                                            -                      -
## 310                                            -                      -
## 311                                            - Other (please specify)
## 312  Night working/very different sleeping times Other (please specify)
## 313                                            - Other (please specify)
## 314                                            -                      -
## 315                                            - Other (please specify)
## 316                                            -                      -
## 317                                            -                      -
## 318                                            -                      -
## 319                                            - Other (please specify)
## 320                                            -                      -
## 321                                            -                      -
## 322                                            -                      -
## 323                                            -                      -
## 324                                            -                      -
## 325                                            -                      -
## 326                                            -                      -
## 327                                            - Other (please specify)
## 328                                            -                      -
## 329                                            -                      -
## 330                                            -                      -
## 331                                            -                      -
## 332                                            -                      -
## 333                                            -                      -
## 334                                            -                      -
## 335  Night working/very different sleeping times                      -
## 336                                            -                      -
## 337                                            -                      -
## 338  Night working/very different sleeping times                      -
## 339                                            -                      -
## 340                                            -                      -
## 341                                            -                      -
## 342                                            -                      -
## 343                                            -                      -
## 344                                            -                      -
## 345                                            -                      -
## 346                                            -                      -
## 347                                            -                      -
## 348                                            -                      -
## 349  Night working/very different sleeping times                      -
## 350                                            -                      -
## 351  Night working/very different sleeping times                      -
## 352                                            -                      -
## 353                                            - Other (please specify)
## 354                                            -                      -
## 355                                            -                      -
## 356                                            -                      -
## 357                                            -                      -
## 358                                            - Other (please specify)
## 359                                            -                      -
## 360                                            -                      -
## 361  Night working/very different sleeping times                      -
## 362                                            -                      -
## 363                                            -                      -
## 364                                            -                      -
## 365                                            -                      -
## 366                                            -                      -
## 367                                            -                      -
## 368                                            - Other (please specify)
## 369                                            -                      -
## 370                                            -                      -
## 371                                            -                      -
## 372                                            -                      -
## 373                                            -                      -
## 374                                            - Other (please specify)
## 375                                            -                      -
## 376                                            -                      -
## 377                                            -                      -
## 378                                            -                      -
## 379                                            -                      -
## 380  Night working/very different sleeping times                      -
## 381                                            -                      -
## 382                                            - Other (please specify)
## 383                                            -                      -
## 384                                            -                      -
## 385                                            -                      -
## 386                                            -                      -
## 387                                            - Other (please specify)
## 388                                            -                      -
## 389                                            -                      -
## 390                                            -                      -
## 391                                            -                      -
## 392                                            -                      -
## 393                                            -                      -
## 394                                            -                      -
## 395                                            -                      -
## 396                                            -                      -
## 397                                            -                      -
## 398                                            -                      -
## 399                                            -                      -
## 400                                            -                      -
## 401                                            -                      -
## 402                                            - Other (please specify)
## 403                                            -                      -
## 404                                            -                      -
## 405                                            -                      -
## 406                                            -                      -
## 407  Night working/very different sleeping times                      -
## 408                                            -                      -
## 409                                            -                      -
## 410                                            -                      -
## 411                                            -                      -
## 412                                            -                      -
## 413                                            -                      -
## 414                                            -                      -
## 415                                            -                      -
## 416                                            -                      -
## 417                                            -                      -
## 418                                            -                      -
## 419                                            -                      -
## 420                                            -                      -
## 421                                            - Other (please specify)
## 422                                            - Other (please specify)
## 423                                            -                      -
## 424  Night working/very different sleeping times                      -
## 425                                            -                      -
## 426                                            -                      -
## 427                                            - Other (please specify)
## 428                                            -                      -
## 429                                            -                      -
## 430                                            -                      -
## 431                                            -                      -
## 432                                            -                      -
## 433                                            -                      -
## 434                                            -                      -
## 435                                            -                      -
## 436                                            -                      -
## 437                                            -                      -
## 438                                            -                      -
## 439                                            -                      -
## 440                                            -                      -
## 441                                            -                      -
## 442                                            -                      -
## 443                                            -                      -
## 444                                            - Other (please specify)
## 445                                            -                      -
## 446                                            -                      -
## 447                                            -                      -
## 448                                            -                      -
## 449                                            -                      -
## 450                                            - Other (please specify)
## 451                                            -                      -
## 452                                            -                      -
## 453                                            -                      -
## 454                                            -                      -
## 455                                            - Other (please specify)
## 456                                            -                      -
## 457                                            -                      -
## 458                                            -                      -
## 459                                            -                      -
## 460                                            -                      -
## 461  Night working/very different sleeping times                      -
## 462                                            -                      -
## 463                                            -                      -
## 464                                            -                      -
## 465                                            -                      -
## 466                                            -                      -
## 467  Night working/very different sleeping times                      -
## 468                                            -                      -
## 469                                            -                      -
## 470                                            -                      -
## 471                                            -                      -
## 472                                            -                      -
## 473                                            -                      -
## 474                                            -                      -
## 475                                            -                      -
## 476                                            -                      -
## 477                                            -                      -
## 478                                            -                      -
## 479                                            -                      -
## 480                                            -                      -
## 481  Night working/very different sleeping times                      -
## 482  Night working/very different sleeping times                      -
## 483                                            - Other (please specify)
## 484  Night working/very different sleeping times                      -
## 485                                            -                      -
## 486                                            -                      -
## 487                                            -                      -
## 488                                            -                      -
## 489                                            -                      -
## 490                                            - Other (please specify)
## 491                                            - Other (please specify)
## 492                                            -                      -
## 493                                            -                      -
## 494                                            -                      -
## 495                                            -                      -
## 496                                            -                      -
## 497                                            -                      -
## 498                                            -                      -
## 499                                            -                      -
## 500                                            -                      -
## 501  Night working/very different sleeping times                      -
## 502                                            -                      -
## 503                                            -                      -
## 504                                            -                      -
## 505                                            -                      -
## 506                                            -                      -
## 507                                            -                      -
## 508                                            - Other (please specify)
## 509                                            -                      -
## 510                                            - Other (please specify)
## 511                                            -                      -
## 512                                            -                      -
## 513                                            -                      -
## 514                                            -                      -
## 515                                            -                      -
## 516                                            -                      -
## 517                                            -                      -
## 518                                            -                      -
## 519                                            -                      -
## 520                                            -                      -
## 521                                            -                      -
## 522                                            -                      -
## 523                                            -                      -
## 524                                            - Other (please specify)
## 525                                            -                      -
## 526                                            -                      -
## 527                                            -                      -
## 528                                            -                      -
## 529                                            - Other (please specify)
## 530                                            -                      -
## 531                                            -                      -
## 532                                            -                      -
## 533                                            -                      -
## 534                                            - Other (please specify)
## 535                                            -                      -
## 536                                            -                      -
## 537                                            -                      -
## 538                                            -                      -
## 539                                            -                      -
## 540                                            -                      -
## 541                                            -                      -
## 542                                            -                      -
## 543                                            -                      -
## 544                                            -                      -
## 545                                            -                      -
## 546                                            -                      -
## 547                                            -                      -
## 548                                            -                      -
## 549                                            -                      -
## 550                                            -                      -
## 551                                            -                      -
## 552                                            -                      -
## 553                                            -                      -
## 554                                            -                      -
## 555                                            -                      -
## 556                                            -                      -
## 557                                            -                      -
## 558                                            -                      -
## 559                                            -                      -
## 560                                            -                      -
## 561                                            -                      -
## 562                                            -                      -
## 563                                            -                      -
## 564                                            - Other (please specify)
## 565                                            -                      -
## 566                                            - Other (please specify)
## 567                                            -                      -
## 568                                            -                      -
## 569                                            -                      -
## 570  Night working/very different sleeping times                      -
## 571                                            -                      -
## 572                                            -                      -
## 573                                            -                      -
## 574                                            -                      -
## 575                                            -                      -
## 576  Night working/very different sleeping times                      -
## 577                                            -                      -
## 578                                            -                      -
## 579                                            -                      -
## 580                                            -                      -
## 581                                            -                      -
## 582                                            -                      -
## 583                                            -                      -
## 584                                            -                      -
## 585                                            -                      -
## 586                                            -                      -
## 587                                            -                      -
## 588                                            -                      -
## 589                                            -                      -
## 590                                            -                      -
## 591                                            -                      -
## 592                                            -                      -
## 593                                            -                      -
## 594                                            -                      -
## 595                                            -                      -
## 596  Night working/very different sleeping times                      -
## 597                                            -                      -
## 598                                            -                      -
## 599                                            -                      -
## 600                                            -                      -
## 601                                            -                      -
## 602                                            -                      -
## 603                                            -                      -
## 604                                            -                      -
## 605                                            -                      -
## 606                                            -                      -
## 607                                            -                      -
## 608                                            -                      -
## 609                                            -                      -
## 610                                            -                      -
## 611  Night working/very different sleeping times                      -
## 612                                            -                      -
## 613                                            -                      -
## 614                                            -                      -
## 615  Night working/very different sleeping times                      -
## 616                                            -                      -
## 617                                            -                      -
## 618                                            - Other (please specify)
## 619                                            -                      -
## 620                                            - Other (please specify)
## 621                                            -                      -
## 622                                            -                      -
## 623                                            -                      -
## 624                                            -                      -
## 625                                            -                      -
## 626                                            -                      -
## 627                                            -                      -
## 628  Night working/very different sleeping times                      -
## 629                                            -                      -
## 630                                            -                      -
## 631                                            -                      -
## 632                                            - Other (please specify)
## 633                                            -                      -
## 634  Night working/very different sleeping times                      -
## 635                                            -                      -
## 636                                            -                      -
## 637                                            -                      -
## 638                                            -                      -
## 639                                            -                      -
## 640                                            -                      -
## 641                                            - Other (please specify)
## 642                                            -                      -
## 643                                            -                      -
## 644                                            -                      -
## 645                                            -                      -
## 646                                            -                      -
## 647                                            -                      -
## 648                                            - Other (please specify)
## 649                                            -                      -
## 650                                            -                      -
## 651                                            -                      -
## 652                                            - Other (please specify)
## 653                                            -                      -
## 654                                            -                      -
## 655                                            -                      -
## 656                                            -                      -
## 657                                            -                      -
## 658                                            -                      -
## 659                                            -                      -
## 660  Night working/very different sleeping times                      -
## 661                                            -                      -
## 662                                            -                      -
## 663                                            -                      -
## 664                                            -                      -
## 665  Night working/very different sleeping times                      -
## 666                                            -                      -
## 667  Night working/very different sleeping times                      -
## 668                                            -                      -
## 669                                            -                      -
## 670                                            -                      -
## 671                                            -                      -
## 672                                            -                      -
## 673                                            -                      -
## 674                                            -                      -
## 675                                            -                      -
## 676                                            -                      -
## 677                                            -                      -
## 678                                            -                      -
## 679                                            -                      -
## 680                                            -                      -
## 681                                            -                      -
## 682                                            -                      -
## 683                                            -                      -
## 684                                            -                      -
## 685                                            -                      -
## 686  Night working/very different sleeping times                      -
## 687                                            -                      -
## 688                                            -                      -
## 689                                            - Other (please specify)
## 690                                            -                      -
## 691                                            -                      -
## 692                                            - Other (please specify)
## 693  Night working/very different sleeping times                      -
## 694                                            -                      -
## 695                                            -                      -
## 696                                            -                      -
## 697                                            -                      -
## 698                                            -                      -
## 699                                            -                      -
## 700                                            -                      -
## 701  Night working/very different sleeping times                      -
## 702                                            -                      -
## 703                                            -                      -
## 704                                            -                      -
## 705                                            -                      -
## 706                                            -                      -
## 707                                            -                      -
## 708                                            -                      -
## 709                                            -                      -
## 710                                            -                      -
## 711                                            - Other (please specify)
## 712  Night working/very different sleeping times                      -
## 713                                            -                      -
## 714                                            -                      -
## 715                                            -                      -
## 716                                            -                      -
## 717                                            -                      -
## 718  Night working/very different sleeping times Other (please specify)
## 719                                            -                      -
## 720  Night working/very different sleeping times                      -
## 721                                            -                      -
## 722                                            -                      -
## 723                                            -                      -
## 724                                            -                      -
## 725                                            -                      -
## 726                                            -                      -
## 727                                            -                      -
## 728                                            -                      -
## 729                                            -                      -
## 730                                            -                      -
## 731                                            - Other (please specify)
## 732  Night working/very different sleeping times                      -
## 733                                            -                      -
## 734                                            -                      -
## 735                                            -                      -
## 736                                            -                      -
## 737                                            -                      -
## 738                                            -                      -
## 739                                            -                      -
## 740                                            -                      -
## 741  Night working/very different sleeping times                      -
## 742                                            -                      -
## 743                                            -                      -
## 744                                            -                      -
## 745                                            - Other (please specify)
## 746                                            -                      -
## 747                                            -                      -
## 748                                            -                      -
## 749                                            -                      -
## 750                                            -                      -
## 751                                            - Other (please specify)
## 752                                            -                      -
## 753                                            -                      -
## 754                                            -                      -
## 755                                            -                      -
## 756  Night working/very different sleeping times                      -
## 757                                            -                      -
## 758                                            -                      -
## 759                                            -                      -
## 760                                            -                      -
## 761                                            -                      -
## 762                                            -                      -
## 763                                            - Other (please specify)
## 764  Night working/very different sleeping times Other (please specify)
## 765                                            - Other (please specify)
## 766                                            -                      -
## 767                                            -                      -
## 768                                            -                      -
## 769                                            -                      -
## 770                                            - Other (please specify)
## 771  Night working/very different sleeping times                      -
## 772                                            -                      -
## 773                                            -                      -
## 774                                            -                      -
## 775                                            -                      -
## 776                                            -                      -
## 777                                            -                      -
## 778                                            -                      -
## 779                                            -                      -
## 780                                            -                      -
## 781                                            -                      -
## 782                                            - Other (please specify)
## 783                                            - Other (please specify)
## 784                                            -                      -
## 785                                            -                      -
## 786                                            -                      -
## 787                                            -                      -
## 788                                            -                      -
## 789                                            -                      -
## 790                                            -                      -
## 791                                            -                      -
## 792                                            -                      -
## 793                                            -                      -
## 794                                            -                      -
## 795                                            -                      -
## 796                                            -                      -
## 797                                            -                      -
## 798                                            -                      -
## 799                                            -                      -
## 800                                            -                      -
## 801                                            -                      -
## 802                                            -                      -
## 803                                            -                      -
## 804                                            -                      -
## 805                                            -                      -
## 806                                            -                      -
## 807                                            -                      -
## 808                                            -                      -
## 809                                            -                      -
## 810                                            -                      -
## 811                                            -                      -
## 812                                            -                      -
## 813                                            -                      -
## 814                                            -                      -
## 815                                            -                      -
## 816                                            -                      -
## 817                                            -                      -
## 818                                            -                      -
## 819                                            - Other (please specify)
## 820                                            -                      -
## 821  Night working/very different sleeping times                      -
## 822                                            -                      -
## 823                                            -                      -
## 824                                            -                      -
## 825                                            -                      -
## 826                                            -                      -
## 827                                            -                      -
## 828                                            -                      -
## 829                                            -                      -
## 830                                            -                      -
## 831                                            -                      -
## 832                                            -                      -
## 833  Night working/very different sleeping times Other (please specify)
## 834  Night working/very different sleeping times                      -
## 835                                            -                      -
## 836  Night working/very different sleeping times                      -
## 837  Night working/very different sleeping times Other (please specify)
## 838                                            -                      -
## 839                                            -                      -
## 840                                            -                      -
## 841                                            -                      -
## 842                                            -                      -
## 843                                            -                      -
## 844                                            -                      -
## 845                                            -                      -
## 846                                            -                      -
## 847                                            -                      -
## 848                                            -                      -
## 849                                            -                      -
## 850  Night working/very different sleeping times                      -
## 851                                            -                      -
## 852                                            -                      -
## 853                                            -                      -
## 854                                            -                      -
## 855                                            -                      -
## 856                                            -                      -
## 857                                            -                      -
## 858                                            -                      -
## 859                                            -                      -
## 860  Night working/very different sleeping times                      -
## 861                                            -                      -
## 862                                            -                      -
## 863                                            -                      -
## 864                                            -                      -
## 865                                            -                      -
## 866                                            -                      -
## 867                                            -                      -
## 868                                            -                      -
## 869                                            - Other (please specify)
## 870                                            -                      -
## 871                                            -                      -
## 872                                            -                      -
## 873                                            -                      -
## 874                                            -                      -
## 875                                            -                      -
## 876                                            -                      -
## 877                                            -                      -
## 878                                            -                      -
## 879                                            -                      -
## 880                                            -                      -
## 881                                            -                      -
## 882                                            -                      -
## 883                                            -                      -
## 884  Night working/very different sleeping times                      -
## 885                                            -                      -
## 886                                            -                      -
## 887                                            -                      -
## 888                                            - Other (please specify)
## 889                                            -                      -
## 890                                            -                      -
## 891                                            -                      -
## 892                                            -                      -
## 893                                            -                      -
## 894                                            -                      -
## 895                                            -                      -
## 896                                            -                      -
## 897                                            -                      -
## 898                                            -                      -
## 899                                            -                      -
## 900                                            -                      -
## 901                                            -                      -
## 902                                            -                      -
## 903                                            -                      -
## 904                                            -                      -
## 905  Night working/very different sleeping times Other (please specify)
## 906                                            -                      -
## 907                                            -                      -
## 908                                            -                      -
## 909                                            -                      -
## 910                                            -                      -
## 911                                            -                      -
## 912                                            -                      -
## 913                                            -                      -
## 914                                            - Other (please specify)
## 915                                            -                      -
## 916                                            -                      -
## 917                                            -                      -
## 918                                            -                      -
## 919                                            -                      -
## 920                                            - Other (please specify)
## 921                                            -                      -
## 922                                            -                      -
## 923                                            -                      -
## 924                                            -                      -
## 925                                            - Other (please specify)
## 926                                            -                      -
## 927                                            -                      -
## 928                                            -                      -
## 929                                            -                      -
## 930                                            -                      -
## 931                                            -                      -
## 932                                            -                      -
## 933                                            -                      -
## 934                                            -                      -
## 935                                            -                      -
## 936                                            -                      -
## 937                                            -                      -
## 938                                            -                      -
## 939                                            -                      -
## 940                                            -                      -
## 941                                            -                      -
## 942                                            -                      -
## 943                                            -                      -
## 944                                            -                      -
## 945                                            - Other (please specify)
## 946                                            -                      -
## 947                                            -                      -
## 948                                            -                      -
## 949                                            - Other (please specify)
## 950                                            -                      -
## 951                                            -                      -
## 952                                            -                      -
## 953                                            -                      -
## 954                                            -                      -
## 955                                            -                      -
## 956                                            -                      -
## 957                                            -                      -
## 958                                            -                      -
## 959                                            -                      -
## 960                                            - Other (please specify)
## 961                                            -                      -
## 962                                            -                      -
## 963                                            -                      -
## 964                                            -                      -
## 965                                            -                      -
## 966                                            -                      -
## 967                                            -                      -
## 968                                            -                      -
## 969                                            -                      -
## 970                                            -                      -
## 971  Night working/very different sleeping times                      -
## 972                                            -                      -
## 973                                            -                      -
## 974                                            -                      -
## 975                                            - Other (please specify)
## 976                                            -                      -
## 977                                            -                      -
## 978                                            -                      -
## 979                                            -                      -
## 980                                            -                      -
## 981                                            - Other (please specify)
## 982                                            -                      -
## 983                                            -                      -
## 984                                            -                      -
## 985                                            -                      -
## 986                                            -                      -
## 987                                            -                      -
## 988                                            -                      -
## 989                                            -                      -
## 990                                            -                      -
## 991                                            -                      -
## 992                                            -                      -
## 993                                            -                      -
## 994                                            - Other (please specify)
## 995                                            -                      -
## 996                                            -                      -
## 997                                            -                      -
## 998  Night working/very different sleeping times Other (please specify)
## 999                                            -                      -
## 1000                                           -                      -
## 1001                                           -                      -
## 1002                                           -                      -
## 1003                                           -                      -
## 1004                                           -                      -
## 1005                                           -                      -
## 1006 Night working/very different sleeping times                      -
## 1007                                           -                      -
## 1008                                           -                      -
## 1009 Night working/very different sleeping times                      -
## 1010                                           - Other (please specify)
## 1011                                           -                      -
## 1012                                           -                      -
## 1013                                           -                      -
## 1014                                           -                      -
## 1015                                           -                      -
## 1016                                           -                      -
## 1017                                           -                      -
## 1018                                           -                      -
## 1019                                           -                      -
## 1020                                           -                      -
## 1021                                           -                      -
## 1022                                           -                      -
## 1023                                           -                      -
## 1024                                           -                      -
## 1025                                           -                      -
## 1026                                           -                      -
## 1027                                           -                      -
## 1028                                           -                      -
## 1029                                           -                      -
## 1030                                           - Other (please specify)
## 1031                                           -                      -
## 1032                                           -                      -
## 1033                                           -                      -
## 1034                                           -                      -
## 1035                                           -                      -
## 1036                                           -                      -
## 1037                                           -                      -
## 1038                                           -                      -
## 1039                                           -                      -
## 1040                                           -                      -
## 1041                                           -                      -
## 1042                                           -                      -
## 1043                                           -                      -
## 1044                                           -                      -
## 1045                                           - Other (please specify)
## 1046 Night working/very different sleeping times                      -
## 1047                                           -                      -
## 1048                                           -                      -
## 1049                                           -                      -
## 1050                                           -                      -
## 1051                                           - Other (please specify)
## 1052                                           - Other (please specify)
## 1053                                           -                      -
## 1054                                           -                      -
## 1055                                           -                      -
## 1056                                           -                      -
## 1057                                           -                      -
## 1058                                           - Other (please specify)
## 1059                                           -                      -
## 1060                                           -                      -
## 1061                                           -                      -
## 1062                                           -                      -
## 1063                                           -                      -
## 1064                                           -                      -
## 1065                                           -                      -
## 1066                                           -                      -
## 1067                                           -                      -
## 1068                                           -                      -
## 1069                                           -                      -
## 1070                                           -                      -
## 1071                                           -                      -
## 1072                                           -                      -
## 1073                                           -                      -
## 1074                                           -                      -
## 1075                                           -                      -
## 1076                                           -                      -
## 1077                                           -                      -
## 1078                                           -                      -
## 1079                                           -                      -
## 1080                                           -                      -
## 1081                                           -                      -
## 1082                                           -                      -
## 1083                                           -                      -
## 1084                                           -                      -
## 1085                                           -                      -
## 1086                                           -                      -
## 1087                                           -                      -
## 1088                                           - Other (please specify)
## 1089                                           -                      -
## 1090 Night working/very different sleeping times                      -
## 1091                                           -                      -
## 1092                                           -                      -
## 1093                                           -                      -
## 1094                                           -                      -
##                    Hypothesis.1               Hypothesis.2
## 1                      Response                   Response
## 2             Strongly disagree             Somewhat agree
## 3                Somewhat agree             Strongly agree
## 4                             -                          -
## 5                             -                          -
## 6                             -                          -
## 7                             -                          -
## 8                             -                          -
## 9                             -                          -
## 10                            -                          -
## 11                            -                          -
## 12                            -                          -
## 13                            -                          -
## 14   Neither agree nor disagree Neither agree nor disagree
## 15                            -                          -
## 16                            -                          -
## 17               Strongly agree             Strongly agree
## 18   Neither agree nor disagree          Somewhat disagree
## 19   Neither agree nor disagree             Somewhat agree
## 20                            -                          -
## 21                            -                          -
## 22                            -                          -
## 23                            -                          -
## 24                            -                          -
## 25                            -                          -
## 26                            -                          -
## 27                            -                          -
## 28                            -                          -
## 29                            -                          -
## 30                            -                          -
## 31                            -                          -
## 32   Neither agree nor disagree Neither agree nor disagree
## 33   Neither agree nor disagree Neither agree nor disagree
## 34                            -                          -
## 35                            -                          -
## 36            Strongly disagree          Strongly disagree
## 37   Neither agree nor disagree             Somewhat agree
## 38   Neither agree nor disagree          Somewhat disagree
## 39   Neither agree nor disagree          Somewhat disagree
## 40            Somewhat disagree          Somewhat disagree
## 41                            -                          -
## 42            Somewhat disagree          Somewhat disagree
## 43                            -                          -
## 44   Neither agree nor disagree          Somewhat disagree
## 45            Strongly disagree          Strongly disagree
## 46                            -                          -
## 47               Somewhat agree             Strongly agree
## 48            Somewhat disagree Neither agree nor disagree
## 49                            -                          -
## 50                            -                          -
## 51   Neither agree nor disagree             Strongly agree
## 52                            -                          -
## 53               Strongly agree             Somewhat agree
## 54                            -                          -
## 55   Neither agree nor disagree          Somewhat disagree
## 56                            -                          -
## 57               Strongly agree Neither agree nor disagree
## 58                            -                          -
## 59                            -                          -
## 60                            -                          -
## 61                            -                          -
## 62                            -                          -
## 63            Strongly disagree          Strongly disagree
## 64   Neither agree nor disagree             Somewhat agree
## 65            Strongly disagree          Strongly disagree
## 66                            -                          -
## 67   Neither agree nor disagree Neither agree nor disagree
## 68                            -                          -
## 69            Strongly disagree          Strongly disagree
## 70                            -                          -
## 71                            -                          -
## 72   Neither agree nor disagree Neither agree nor disagree
## 73   Neither agree nor disagree          Somewhat disagree
## 74                            -                          -
## 75                            -                          -
## 76               Somewhat agree             Strongly agree
## 77                            -                          -
## 78                            -                          -
## 79   Neither agree nor disagree             Somewhat agree
## 80                            -                          -
## 81                            -                          -
## 82            Strongly disagree          Strongly disagree
## 83                            -                          -
## 84   Neither agree nor disagree Neither agree nor disagree
## 85            Somewhat disagree          Somewhat disagree
## 86                            -                          -
## 87                            -                          -
## 88            Somewhat disagree Neither agree nor disagree
## 89                            -                          -
## 90                            -                          -
## 91            Somewhat disagree          Somewhat disagree
## 92                            -                          -
## 93                            -                          -
## 94                            -                          -
## 95                            -                          -
## 96                            -                          -
## 97   Neither agree nor disagree Neither agree nor disagree
## 98   Neither agree nor disagree             Somewhat agree
## 99                            -                          -
## 100  Neither agree nor disagree          Somewhat disagree
## 101                           -                          -
## 102                           -                          -
## 103              Somewhat agree          Somewhat disagree
## 104                           -                          -
## 105                           -                          -
## 106              Strongly agree             Strongly agree
## 107                           -                          -
## 108                           -                          -
## 109                           -                          -
## 110                           -                          -
## 111                           -                          -
## 112                           -                          -
## 113                           -                          -
## 114                           -                          -
## 115                           -                          -
## 116                           -                          -
## 117                           -                          -
## 118                           -                          -
## 119                           -                          -
## 120              Strongly agree             Strongly agree
## 121           Somewhat disagree          Somewhat disagree
## 122  Neither agree nor disagree Neither agree nor disagree
## 123  Neither agree nor disagree Neither agree nor disagree
## 124  Neither agree nor disagree          Somewhat disagree
## 125                           -                          -
## 126                           -                          -
## 127                           -                          -
## 128           Strongly disagree             Somewhat agree
## 129  Neither agree nor disagree             Somewhat agree
## 130                           -                          -
## 131              Somewhat agree             Strongly agree
## 132                           -                          -
## 133                           -                          -
## 134                           -                          -
## 135           Somewhat disagree             Somewhat agree
## 136                           -                          -
## 137           Somewhat disagree          Strongly disagree
## 138                           -                          -
## 139  Neither agree nor disagree             Somewhat agree
## 140                           -                          -
## 141                           -                          -
## 142                           -                          -
## 143                           -                          -
## 144                           -                          -
## 145                           -                          -
## 146                           -                          -
## 147                           -                          -
## 148                           -                          -
## 149                           -                          -
## 150  Neither agree nor disagree Neither agree nor disagree
## 151           Strongly disagree          Strongly disagree
## 152           Strongly disagree          Strongly disagree
## 153                           -                          -
## 154           Somewhat disagree             Somewhat agree
## 155                           -                          -
## 156                           -                          -
## 157                           -                          -
## 158                           -                          -
## 159                           -                          -
## 160           Somewhat disagree          Strongly disagree
## 161           Somewhat disagree          Somewhat disagree
## 162  Neither agree nor disagree             Somewhat agree
## 163                           -                          -
## 164           Strongly disagree          Strongly disagree
## 165  Neither agree nor disagree             Somewhat agree
## 166  Neither agree nor disagree             Strongly agree
## 167                           -                          -
## 168  Neither agree nor disagree             Strongly agree
## 169                           -                          -
## 170                           -                          -
## 171           Strongly disagree          Strongly disagree
## 172  Neither agree nor disagree             Somewhat agree
## 173  Neither agree nor disagree             Somewhat agree
## 174              Somewhat agree             Somewhat agree
## 175              Somewhat agree             Somewhat agree
## 176           Strongly disagree          Strongly disagree
## 177                           -                          -
## 178                           -                          -
## 179                           -                          -
## 180                           -                          -
## 181              Somewhat agree             Somewhat agree
## 182                           -                          -
## 183              Strongly agree             Somewhat agree
## 184  Neither agree nor disagree             Strongly agree
## 185           Somewhat disagree             Strongly agree
## 186                           -                          -
## 187                           -                          -
## 188                           -                          -
## 189                           -                          -
## 190           Somewhat disagree          Somewhat disagree
## 191              Somewhat agree             Strongly agree
## 192  Neither agree nor disagree             Strongly agree
## 193  Neither agree nor disagree Neither agree nor disagree
## 194  Neither agree nor disagree             Strongly agree
## 195  Neither agree nor disagree             Strongly agree
## 196              Somewhat agree             Strongly agree
## 197                           -                          -
## 198           Strongly disagree          Strongly disagree
## 199  Neither agree nor disagree             Somewhat agree
## 200  Neither agree nor disagree          Somewhat disagree
## 201                           -                          -
## 202                           -                          -
## 203                           -                          -
## 204                           -                          -
## 205           Strongly disagree Neither agree nor disagree
## 206              Strongly agree             Strongly agree
## 207  Neither agree nor disagree Neither agree nor disagree
## 208                           -                          -
## 209  Neither agree nor disagree             Somewhat agree
## 210  Neither agree nor disagree             Somewhat agree
## 211  Neither agree nor disagree             Strongly agree
## 212              Somewhat agree             Somewhat agree
## 213                           -                          -
## 214  Neither agree nor disagree             Somewhat agree
## 215                           -                          -
## 216  Neither agree nor disagree             Strongly agree
## 217  Neither agree nor disagree             Somewhat agree
## 218              Strongly agree             Strongly agree
## 219                           -                          -
## 220                           -                          -
## 221                           -                          -
## 222                           -                          -
## 223  Neither agree nor disagree Neither agree nor disagree
## 224           Strongly disagree          Strongly disagree
## 225  Neither agree nor disagree          Somewhat disagree
## 226  Neither agree nor disagree             Strongly agree
## 227                           -                          -
## 228              Somewhat agree             Somewhat agree
## 229           Strongly disagree          Strongly disagree
## 230                           -                          -
## 231                           -                          -
## 232  Neither agree nor disagree             Somewhat agree
## 233                           -                          -
## 234  Neither agree nor disagree          Somewhat disagree
## 235              Strongly agree             Strongly agree
## 236                           -                          -
## 237                           -                          -
## 238  Neither agree nor disagree Neither agree nor disagree
## 239                           -                          -
## 240                           -                          -
## 241                           -                          -
## 242                           -                          -
## 243           Somewhat disagree          Somewhat disagree
## 244              Strongly agree             Strongly agree
## 245           Somewhat disagree          Somewhat disagree
## 246           Strongly disagree Neither agree nor disagree
## 247  Neither agree nor disagree             Strongly agree
## 248  Neither agree nor disagree             Strongly agree
## 249           Somewhat disagree Neither agree nor disagree
## 250              Somewhat agree Neither agree nor disagree
## 251                           -                          -
## 252                           -                          -
## 253                           -                          -
## 254                           -                          -
## 255  Neither agree nor disagree          Strongly disagree
## 256                           -                          -
## 257                           -                          -
## 258           Strongly disagree          Strongly disagree
## 259           Strongly disagree          Strongly disagree
## 260           Strongly disagree          Strongly disagree
## 261  Neither agree nor disagree             Somewhat agree
## 262              Strongly agree             Strongly agree
## 263                           -                          -
## 264              Strongly agree             Strongly agree
## 265                           -                          -
## 266           Somewhat disagree             Somewhat agree
## 267           Somewhat disagree             Strongly agree
## 268           Strongly disagree Neither agree nor disagree
## 269           Strongly disagree          Strongly disagree
## 270           Strongly disagree          Somewhat disagree
## 271                           -                          -
## 272              Strongly agree             Strongly agree
## 273                           -                          -
## 274                           -                          -
## 275                           -                          -
## 276  Neither agree nor disagree          Strongly disagree
## 277                           -                          -
## 278                           -                          -
## 279  Neither agree nor disagree             Somewhat agree
## 280           Strongly disagree          Somewhat disagree
## 281           Somewhat disagree Neither agree nor disagree
## 282           Strongly disagree          Strongly disagree
## 283                           -                          -
## 284              Somewhat agree             Strongly agree
## 285                           -                          -
## 286              Somewhat agree             Strongly agree
## 287              Strongly agree             Strongly agree
## 288           Strongly disagree          Strongly disagree
## 289                           -                          -
## 290  Neither agree nor disagree             Somewhat agree
## 291                           -                          -
## 292              Somewhat agree          Somewhat disagree
## 293                           -                          -
## 294              Somewhat agree Neither agree nor disagree
## 295                           -                          -
## 296  Neither agree nor disagree Neither agree nor disagree
## 297                           -                          -
## 298                           -                          -
## 299                           -                          -
## 300           Somewhat disagree             Somewhat agree
## 301                           -                          -
## 302  Neither agree nor disagree             Strongly agree
## 303                           -                          -
## 304                           -                          -
## 305                           -                          -
## 306  Neither agree nor disagree             Somewhat agree
## 307                           -                          -
## 308  Neither agree nor disagree             Somewhat agree
## 309           Strongly disagree          Strongly disagree
## 310                           -                          -
## 311  Neither agree nor disagree             Somewhat agree
## 312  Neither agree nor disagree             Strongly agree
## 313           Strongly disagree          Somewhat disagree
## 314                           -                          -
## 315           Somewhat disagree          Somewhat disagree
## 316                           -                          -
## 317                           -                          -
## 318           Strongly disagree             Somewhat agree
## 319           Strongly disagree          Strongly disagree
## 320                           -                          -
## 321                           -                          -
## 322           Somewhat disagree          Somewhat disagree
## 323           Strongly disagree          Somewhat disagree
## 324                           -                          -
## 325                           -                          -
## 326           Somewhat disagree          Somewhat disagree
## 327              Somewhat agree             Strongly agree
## 328                           -                          -
## 329           Strongly disagree          Strongly disagree
## 330                           -                          -
## 331                           -                          -
## 332  Neither agree nor disagree             Somewhat agree
## 333                           -                          -
## 334  Neither agree nor disagree             Somewhat agree
## 335  Neither agree nor disagree Neither agree nor disagree
## 336                           -                          -
## 337                           -                          -
## 338           Strongly disagree          Strongly disagree
## 339                           -                          -
## 340              Strongly agree             Strongly agree
## 341                           -                          -
## 342              Somewhat agree             Strongly agree
## 343                           -                          -
## 344                           -                          -
## 345  Neither agree nor disagree          Somewhat disagree
## 346           Strongly disagree             Strongly agree
## 347              Strongly agree             Strongly agree
## 348                           -                          -
## 349           Strongly disagree Neither agree nor disagree
## 350                           -                          -
## 351           Strongly disagree          Strongly disagree
## 352                           -                          -
## 353           Strongly disagree             Somewhat agree
## 354                           -                          -
## 355                           -                          -
## 356                           -                          -
## 357                           -                          -
## 358  Neither agree nor disagree Neither agree nor disagree
## 359  Neither agree nor disagree             Somewhat agree
## 360                           -                          -
## 361  Neither agree nor disagree          Strongly disagree
## 362                           -                          -
## 363                           -                          -
## 364                           -                          -
## 365                           -                          -
## 366                           -                          -
## 367                           -                          -
## 368  Neither agree nor disagree          Strongly disagree
## 369                           -                          -
## 370                           -                          -
## 371                           -                          -
## 372                           -                          -
## 373                           -                          -
## 374           Somewhat disagree             Strongly agree
## 375                           -                          -
## 376                           -                          -
## 377  Neither agree nor disagree             Strongly agree
## 378              Strongly agree             Strongly agree
## 379           Strongly disagree          Somewhat disagree
## 380              Strongly agree             Somewhat agree
## 381                           -                          -
## 382  Neither agree nor disagree             Strongly agree
## 383                           -                          -
## 384                           -                          -
## 385              Somewhat agree Neither agree nor disagree
## 386                           -                          -
## 387              Somewhat agree             Strongly agree
## 388  Neither agree nor disagree          Somewhat disagree
## 389           Strongly disagree          Strongly disagree
## 390                           -                          -
## 391                           -                          -
## 392                           -                          -
## 393                           -                          -
## 394                           -                          -
## 395  Neither agree nor disagree Neither agree nor disagree
## 396           Strongly disagree          Somewhat disagree
## 397           Strongly disagree          Strongly disagree
## 398                           -                          -
## 399                           -                          -
## 400                           -                          -
## 401                           -                          -
## 402           Strongly disagree          Strongly disagree
## 403  Neither agree nor disagree Neither agree nor disagree
## 404                           -                          -
## 405                           -                          -
## 406                           -                          -
## 407  Neither agree nor disagree          Somewhat disagree
## 408           Somewhat disagree             Somewhat agree
## 409                           -                          -
## 410                           -                          -
## 411                           -                          -
## 412           Strongly disagree             Somewhat agree
## 413                           -                          -
## 414                           -                          -
## 415                           -                          -
## 416  Neither agree nor disagree          Strongly disagree
## 417                           -                          -
## 418                           -                          -
## 419           Strongly disagree          Strongly disagree
## 420                           -                          -
## 421  Neither agree nor disagree Neither agree nor disagree
## 422           Strongly disagree          Strongly disagree
## 423              Strongly agree             Strongly agree
## 424           Strongly disagree          Strongly disagree
## 425                           -                          -
## 426                           -                          -
## 427           Somewhat disagree Neither agree nor disagree
## 428  Neither agree nor disagree             Somewhat agree
## 429           Strongly disagree             Somewhat agree
## 430                           -                          -
## 431              Somewhat agree             Somewhat agree
## 432                           -                          -
## 433              Somewhat agree          Strongly disagree
## 434  Neither agree nor disagree             Strongly agree
## 435                           -                          -
## 436           Somewhat disagree          Somewhat disagree
## 437                           -                          -
## 438                           -                          -
## 439              Strongly agree             Strongly agree
## 440                           -                          -
## 441                           -                          -
## 442                           -                          -
## 443                           -                          -
## 444           Strongly disagree          Strongly disagree
## 445                           -                          -
## 446                           -                          -
## 447  Neither agree nor disagree Neither agree nor disagree
## 448                           -                          -
## 449                           -                          -
## 450              Strongly agree             Strongly agree
## 451                           -                          -
## 452  Neither agree nor disagree          Somewhat disagree
## 453                           -                          -
## 454                           -                          -
## 455  Neither agree nor disagree             Strongly agree
## 456                           -                          -
## 457  Neither agree nor disagree          Somewhat disagree
## 458                           -                          -
## 459                           -                          -
## 460              Strongly agree             Strongly agree
## 461           Somewhat disagree             Somewhat agree
## 462                           -                          -
## 463                           -                          -
## 464  Neither agree nor disagree             Strongly agree
## 465                           -                          -
## 466                           -                          -
## 467  Neither agree nor disagree             Somewhat agree
## 468                           -                          -
## 469                           -                          -
## 470           Strongly disagree          Somewhat disagree
## 471                           -                          -
## 472                           -                          -
## 473                           -                          -
## 474  Neither agree nor disagree Neither agree nor disagree
## 475                           -                          -
## 476              Strongly agree          Somewhat disagree
## 477                           -                          -
## 478                           -                          -
## 479                           -                          -
## 480                           -                          -
## 481  Neither agree nor disagree Neither agree nor disagree
## 482              Strongly agree             Strongly agree
## 483              Strongly agree             Strongly agree
## 484           Strongly disagree          Somewhat disagree
## 485                           -                          -
## 486                           -                          -
## 487                           -                          -
## 488                           -                          -
## 489  Neither agree nor disagree             Somewhat agree
## 490           Strongly disagree          Strongly disagree
## 491           Somewhat disagree          Somewhat disagree
## 492                           -                          -
## 493  Neither agree nor disagree          Somewhat disagree
## 494           Strongly disagree             Strongly agree
## 495                           -                          -
## 496  Neither agree nor disagree Neither agree nor disagree
## 497                           -                          -
## 498  Neither agree nor disagree          Strongly disagree
## 499                           -                          -
## 500                           -                          -
## 501              Strongly agree             Strongly agree
## 502              Somewhat agree             Somewhat agree
## 503                           -                          -
## 504  Neither agree nor disagree Neither agree nor disagree
## 505                           -                          -
## 506  Neither agree nor disagree          Somewhat disagree
## 507                           -                          -
## 508           Strongly disagree          Strongly disagree
## 509           Somewhat disagree             Strongly agree
## 510  Neither agree nor disagree             Strongly agree
## 511                           -                          -
## 512                           -                          -
## 513                           -                          -
## 514                           -                          -
## 515                           -                          -
## 516                           -                          -
## 517                           -                          -
## 518                           -                          -
## 519                           -                          -
## 520           Somewhat disagree             Somewhat agree
## 521                           -                          -
## 522                           -                          -
## 523                           -                          -
## 524           Strongly disagree Neither agree nor disagree
## 525                           -                          -
## 526                           -                          -
## 527                           -                          -
## 528                           -                          -
## 529  Neither agree nor disagree          Somewhat disagree
## 530                           -                          -
## 531                           -                          -
## 532                           -                          -
## 533                           -                          -
## 534  Neither agree nor disagree          Strongly disagree
## 535                           -                          -
## 536                           -                          -
## 537                           -                          -
## 538                           -                          -
## 539  Neither agree nor disagree             Somewhat agree
## 540                           -                          -
## 541                           -                          -
## 542           Strongly disagree          Somewhat disagree
## 543  Neither agree nor disagree             Somewhat agree
## 544                           -                          -
## 545                           -                          -
## 546                           -                          -
## 547  Neither agree nor disagree Neither agree nor disagree
## 548                           -                          -
## 549                           -                          -
## 550           Strongly disagree          Strongly disagree
## 551                           -                          -
## 552           Somewhat disagree             Strongly agree
## 553  Neither agree nor disagree          Somewhat disagree
## 554  Neither agree nor disagree Neither agree nor disagree
## 555                           -                          -
## 556              Strongly agree             Strongly agree
## 557                           -                          -
## 558                           -                          -
## 559                           -                          -
## 560                           -                          -
## 561                           -                          -
## 562  Neither agree nor disagree             Strongly agree
## 563                           -                          -
## 564  Neither agree nor disagree          Somewhat disagree
## 565                           -                          -
## 566           Strongly disagree             Strongly agree
## 567                           -                          -
## 568                           -                          -
## 569                           -                          -
## 570           Strongly disagree             Somewhat agree
## 571  Neither agree nor disagree             Strongly agree
## 572                           -                          -
## 573                           -                          -
## 574                           -                          -
## 575  Neither agree nor disagree Neither agree nor disagree
## 576           Strongly disagree          Strongly disagree
## 577                           -                          -
## 578                           -                          -
## 579                           -                          -
## 580                           -                          -
## 581  Neither agree nor disagree             Somewhat agree
## 582                           -                          -
## 583                           -                          -
## 584                           -                          -
## 585           Strongly disagree          Strongly disagree
## 586                           -                          -
## 587  Neither agree nor disagree Neither agree nor disagree
## 588           Somewhat disagree             Somewhat agree
## 589           Strongly disagree          Strongly disagree
## 590           Somewhat disagree Neither agree nor disagree
## 591                           -                          -
## 592              Somewhat agree Neither agree nor disagree
## 593           Somewhat disagree Neither agree nor disagree
## 594                           -                          -
## 595           Strongly disagree          Strongly disagree
## 596  Neither agree nor disagree             Strongly agree
## 597           Strongly disagree          Somewhat disagree
## 598                           -                          -
## 599                           -                          -
## 600           Somewhat disagree             Somewhat agree
## 601  Neither agree nor disagree          Strongly disagree
## 602                           -                          -
## 603  Neither agree nor disagree          Somewhat disagree
## 604  Neither agree nor disagree Neither agree nor disagree
## 605           Somewhat disagree          Strongly disagree
## 606           Somewhat disagree             Strongly agree
## 607                           -                          -
## 608                           -                          -
## 609                           -                          -
## 610                           -                          -
## 611           Strongly disagree          Somewhat disagree
## 612                           -                          -
## 613                           -                          -
## 614                           -                          -
## 615  Neither agree nor disagree             Somewhat agree
## 616                           -                          -
## 617                           -                          -
## 618  Neither agree nor disagree             Somewhat agree
## 619           Somewhat disagree          Somewhat disagree
## 620  Neither agree nor disagree Neither agree nor disagree
## 621           Strongly disagree          Strongly disagree
## 622  Neither agree nor disagree             Somewhat agree
## 623  Neither agree nor disagree          Strongly disagree
## 624                           -                          -
## 625                           -                          -
## 626                           -                          -
## 627                           -                          -
## 628  Neither agree nor disagree             Somewhat agree
## 629              Strongly agree             Strongly agree
## 630                           -                          -
## 631                           -                          -
## 632  Neither agree nor disagree          Somewhat disagree
## 633                           -                          -
## 634  Neither agree nor disagree             Somewhat agree
## 635                           -                          -
## 636           Somewhat disagree          Somewhat disagree
## 637                           -                          -
## 638                           -                          -
## 639                           -                          -
## 640                           -                          -
## 641  Neither agree nor disagree             Somewhat agree
## 642                           -                          -
## 643           Strongly disagree          Somewhat disagree
## 644                           -                          -
## 645              Somewhat agree Neither agree nor disagree
## 646                           -                          -
## 647                           -                          -
## 648           Strongly disagree          Somewhat disagree
## 649                           -                          -
## 650                           -                          -
## 651              Somewhat agree             Somewhat agree
## 652  Neither agree nor disagree             Somewhat agree
## 653                           -                          -
## 654                           -                          -
## 655                           -                          -
## 656  Neither agree nor disagree             Somewhat agree
## 657  Neither agree nor disagree             Strongly agree
## 658                           -                          -
## 659           Somewhat disagree          Somewhat disagree
## 660           Somewhat disagree          Somewhat disagree
## 661  Neither agree nor disagree Neither agree nor disagree
## 662                           -                          -
## 663           Somewhat disagree          Somewhat disagree
## 664                           -                          -
## 665           Strongly disagree Neither agree nor disagree
## 666                           -                          -
## 667           Strongly disagree          Somewhat disagree
## 668                           -                          -
## 669  Neither agree nor disagree          Somewhat disagree
## 670  Neither agree nor disagree             Somewhat agree
## 671                           -                          -
## 672                           -                          -
## 673                           -                          -
## 674  Neither agree nor disagree Neither agree nor disagree
## 675  Neither agree nor disagree             Strongly agree
## 676                           -                          -
## 677  Neither agree nor disagree             Somewhat agree
## 678                           -                          -
## 679                           -                          -
## 680                           -                          -
## 681           Somewhat disagree          Somewhat disagree
## 682              Somewhat agree             Strongly agree
## 683                           -                          -
## 684                           -                          -
## 685           Strongly disagree Neither agree nor disagree
## 686              Strongly agree             Strongly agree
## 687                           -                          -
## 688                           -                          -
## 689           Strongly disagree          Somewhat disagree
## 690                           -                          -
## 691                           -                          -
## 692           Strongly disagree          Strongly disagree
## 693  Neither agree nor disagree          Somewhat disagree
## 694                           -                          -
## 695           Somewhat disagree Neither agree nor disagree
## 696                           -                          -
## 697                           -                          -
## 698  Neither agree nor disagree          Somewhat disagree
## 699  Neither agree nor disagree             Somewhat agree
## 700  Neither agree nor disagree Neither agree nor disagree
## 701  Neither agree nor disagree Neither agree nor disagree
## 702                           -                          -
## 703                           -                          -
## 704                           -                          -
## 705  Neither agree nor disagree Neither agree nor disagree
## 706              Strongly agree          Somewhat disagree
## 707           Strongly disagree             Somewhat agree
## 708           Strongly disagree          Strongly disagree
## 709                           -                          -
## 710                           -                          -
## 711  Neither agree nor disagree          Somewhat disagree
## 712              Somewhat agree          Strongly disagree
## 713              Somewhat agree             Strongly agree
## 714                           -                          -
## 715                           -                          -
## 716                           -                          -
## 717                           -                          -
## 718  Neither agree nor disagree          Somewhat disagree
## 719                           -                          -
## 720           Strongly disagree Neither agree nor disagree
## 721                           -                          -
## 722                           -                          -
## 723                           -                          -
## 724                           -                          -
## 725                           -                          -
## 726  Neither agree nor disagree             Somewhat agree
## 727                           -                          -
## 728  Neither agree nor disagree Neither agree nor disagree
## 729  Neither agree nor disagree             Strongly agree
## 730                           -                          -
## 731           Strongly disagree Neither agree nor disagree
## 732  Neither agree nor disagree             Strongly agree
## 733  Neither agree nor disagree             Somewhat agree
## 734                           -                          -
## 735                           -                          -
## 736           Strongly disagree          Strongly disagree
## 737                           -                          -
## 738                           -                          -
## 739                           -                          -
## 740  Neither agree nor disagree             Strongly agree
## 741           Strongly disagree          Somewhat disagree
## 742                           -                          -
## 743                           -                          -
## 744                           -                          -
## 745  Neither agree nor disagree             Somewhat agree
## 746  Neither agree nor disagree             Strongly agree
## 747                           -                          -
## 748                           -                          -
## 749                           -                          -
## 750                           -                          -
## 751  Neither agree nor disagree             Strongly agree
## 752                           -                          -
## 753  Neither agree nor disagree Neither agree nor disagree
## 754                           -                          -
## 755                           -                          -
## 756              Strongly agree             Strongly agree
## 757           Strongly disagree Neither agree nor disagree
## 758                           -                          -
## 759           Somewhat disagree             Strongly agree
## 760                           -                          -
## 761              Strongly agree             Strongly agree
## 762                           -                          -
## 763           Somewhat disagree             Somewhat agree
## 764           Strongly disagree          Strongly disagree
## 765           Strongly disagree             Strongly agree
## 766                           -                          -
## 767                           -                          -
## 768                           -                          -
## 769                           -                          -
## 770  Neither agree nor disagree             Somewhat agree
## 771  Neither agree nor disagree Neither agree nor disagree
## 772                           -                          -
## 773                           -                          -
## 774  Neither agree nor disagree             Somewhat agree
## 775                           -                          -
## 776              Somewhat agree             Somewhat agree
## 777              Somewhat agree             Strongly agree
## 778  Neither agree nor disagree Neither agree nor disagree
## 779                           -                          -
## 780                           -                          -
## 781                           -                          -
## 782  Neither agree nor disagree             Strongly agree
## 783           Strongly disagree          Strongly disagree
## 784  Neither agree nor disagree          Somewhat disagree
## 785  Neither agree nor disagree             Somewhat agree
## 786                           -                          -
## 787                           -                          -
## 788           Strongly disagree          Strongly disagree
## 789                           -                          -
## 790                           -                          -
## 791  Neither agree nor disagree             Somewhat agree
## 792                           -                          -
## 793  Neither agree nor disagree          Somewhat disagree
## 794           Strongly disagree          Somewhat disagree
## 795                           -                          -
## 796  Neither agree nor disagree Neither agree nor disagree
## 797  Neither agree nor disagree Neither agree nor disagree
## 798                           -                          -
## 799                           -                          -
## 800                           -                          -
## 801              Somewhat agree             Somewhat agree
## 802           Strongly disagree             Somewhat agree
## 803                           -                          -
## 804           Strongly disagree             Strongly agree
## 805                           -                          -
## 806                           -                          -
## 807                           -                          -
## 808                           -                          -
## 809              Somewhat agree             Strongly agree
## 810                           -                          -
## 811                           -                          -
## 812                           -                          -
## 813  Neither agree nor disagree          Somewhat disagree
## 814                           -                          -
## 815                           -                          -
## 816                           -                          -
## 817                           -                          -
## 818              Strongly agree             Strongly agree
## 819  Neither agree nor disagree          Somewhat disagree
## 820                           -                          -
## 821  Neither agree nor disagree Neither agree nor disagree
## 822                           -                          -
## 823           Somewhat disagree          Somewhat disagree
## 824           Strongly disagree Neither agree nor disagree
## 825                           -                          -
## 826                           -                          -
## 827                           -                          -
## 828           Somewhat disagree          Strongly disagree
## 829           Somewhat disagree             Somewhat agree
## 830  Neither agree nor disagree             Somewhat agree
## 831           Strongly disagree          Strongly disagree
## 832                           -                          -
## 833           Somewhat disagree             Strongly agree
## 834              Somewhat agree             Somewhat agree
## 835                           -                          -
## 836              Strongly agree             Strongly agree
## 837              Somewhat agree             Strongly agree
## 838  Neither agree nor disagree             Somewhat agree
## 839                           -                          -
## 840                           -                          -
## 841                           -                          -
## 842           Strongly disagree          Strongly disagree
## 843           Strongly disagree          Strongly disagree
## 844                           -                          -
## 845              Strongly agree             Strongly agree
## 846  Neither agree nor disagree          Strongly disagree
## 847                           -                          -
## 848                           -                          -
## 849  Neither agree nor disagree             Strongly agree
## 850           Strongly disagree             Somewhat agree
## 851                           -                          -
## 852                           -                          -
## 853              Strongly agree             Strongly agree
## 854                           -                          -
## 855                           -                          -
## 856           Strongly disagree             Strongly agree
## 857                           -                          -
## 858                           -                          -
## 859                           -                          -
## 860           Strongly disagree          Strongly disagree
## 861                           -                          -
## 862           Strongly disagree          Strongly disagree
## 863  Neither agree nor disagree             Somewhat agree
## 864                           -                          -
## 865                           -                          -
## 866                           -                          -
## 867                           -                          -
## 868                           -                          -
## 869  Neither agree nor disagree Neither agree nor disagree
## 870                           -                          -
## 871  Neither agree nor disagree          Strongly disagree
## 872              Somewhat agree             Strongly agree
## 873  Neither agree nor disagree             Somewhat agree
## 874                           -                          -
## 875              Somewhat agree             Strongly agree
## 876                           -                          -
## 877           Strongly disagree             Somewhat agree
## 878  Neither agree nor disagree Neither agree nor disagree
## 879           Strongly disagree          Somewhat disagree
## 880                           -                          -
## 881  Neither agree nor disagree             Somewhat agree
## 882           Strongly disagree          Strongly disagree
## 883                           -                          -
## 884  Neither agree nor disagree             Strongly agree
## 885                           -                          -
## 886           Strongly disagree             Strongly agree
## 887                           -                          -
## 888  Neither agree nor disagree             Somewhat agree
## 889           Strongly disagree             Strongly agree
## 890              Strongly agree             Strongly agree
## 891                           -                          -
## 892                           -                          -
## 893           Strongly disagree          Strongly disagree
## 894                           -                          -
## 895                           -                          -
## 896                           -                          -
## 897              Strongly agree             Strongly agree
## 898                           -                          -
## 899           Somewhat disagree          Strongly disagree
## 900                           -                          -
## 901                           -                          -
## 902                           -                          -
## 903           Strongly disagree          Strongly disagree
## 904           Strongly disagree Neither agree nor disagree
## 905  Neither agree nor disagree          Somewhat disagree
## 906                           -                          -
## 907  Neither agree nor disagree             Strongly agree
## 908                           -                          -
## 909                           -                          -
## 910                           -                          -
## 911              Strongly agree          Somewhat disagree
## 912           Strongly disagree Neither agree nor disagree
## 913                           -                          -
## 914           Somewhat disagree             Strongly agree
## 915                           -                          -
## 916  Neither agree nor disagree          Strongly disagree
## 917                           -                          -
## 918              Somewhat agree             Somewhat agree
## 919                           -                          -
## 920           Somewhat disagree             Somewhat agree
## 921                           -                          -
## 922                           -                          -
## 923                           -                          -
## 924                           -                          -
## 925           Strongly disagree          Strongly disagree
## 926                           -                          -
## 927                           -                          -
## 928                           -                          -
## 929                           -                          -
## 930                           -                          -
## 931                           -                          -
## 932                           -                          -
## 933                           -                          -
## 934              Somewhat agree             Strongly agree
## 935                           -                          -
## 936                           -                          -
## 937                           -                          -
## 938                           -                          -
## 939                           -                          -
## 940                           -                          -
## 941                           -                          -
## 942              Somewhat agree Neither agree nor disagree
## 943  Neither agree nor disagree             Somewhat agree
## 944           Strongly disagree          Strongly disagree
## 945              Strongly agree             Strongly agree
## 946                           -                          -
## 947                           -                          -
## 948                           -                          -
## 949  Neither agree nor disagree          Somewhat disagree
## 950                           -                          -
## 951                           -                          -
## 952                           -                          -
## 953  Neither agree nor disagree Neither agree nor disagree
## 954                           -                          -
## 955                           -                          -
## 956                           -                          -
## 957                           -                          -
## 958                           -                          -
## 959           Somewhat disagree             Strongly agree
## 960  Neither agree nor disagree Neither agree nor disagree
## 961                           -                          -
## 962                           -                          -
## 963                           -                          -
## 964                           -                          -
## 965  Neither agree nor disagree Neither agree nor disagree
## 966           Strongly disagree Neither agree nor disagree
## 967                           -                          -
## 968                           -                          -
## 969                           -                          -
## 970                           -                          -
## 971           Somewhat disagree             Somewhat agree
## 972                           -                          -
## 973              Somewhat agree             Strongly agree
## 974                           -                          -
## 975  Neither agree nor disagree             Somewhat agree
## 976                           -                          -
## 977              Somewhat agree             Somewhat agree
## 978                           -                          -
## 979                           -                          -
## 980           Strongly disagree             Somewhat agree
## 981           Strongly disagree          Strongly disagree
## 982                           -                          -
## 983                           -                          -
## 984                           -                          -
## 985                           -                          -
## 986  Neither agree nor disagree             Strongly agree
## 987                           -                          -
## 988                           -                          -
## 989  Neither agree nor disagree             Strongly agree
## 990                           -                          -
## 991                           -                          -
## 992                           -                          -
## 993              Strongly agree          Somewhat disagree
## 994           Strongly disagree             Somewhat agree
## 995                           -                          -
## 996                           -                          -
## 997                           -                          -
## 998  Neither agree nor disagree Neither agree nor disagree
## 999                           -                          -
## 1000             Somewhat agree             Strongly agree
## 1001                          -                          -
## 1002                          -                          -
## 1003          Strongly disagree             Somewhat agree
## 1004                          -                          -
## 1005          Somewhat disagree             Strongly agree
## 1006 Neither agree nor disagree             Somewhat agree
## 1007          Somewhat disagree Neither agree nor disagree
## 1008                          -                          -
## 1009 Neither agree nor disagree Neither agree nor disagree
## 1010          Strongly disagree          Strongly disagree
## 1011                          -                          -
## 1012          Strongly disagree          Somewhat disagree
## 1013 Neither agree nor disagree             Strongly agree
## 1014          Strongly disagree Neither agree nor disagree
## 1015          Somewhat disagree          Strongly disagree
## 1016 Neither agree nor disagree Neither agree nor disagree
## 1017                          -                          -
## 1018             Strongly agree             Strongly agree
## 1019             Somewhat agree             Strongly agree
## 1020          Somewhat disagree Neither agree nor disagree
## 1021             Strongly agree             Somewhat agree
## 1022 Neither agree nor disagree Neither agree nor disagree
## 1023                          -                          -
## 1024                          -                          -
## 1025 Neither agree nor disagree Neither agree nor disagree
## 1026                          -                          -
## 1027                          -                          -
## 1028                          -                          -
## 1029                          -                          -
## 1030 Neither agree nor disagree             Somewhat agree
## 1031          Somewhat disagree Neither agree nor disagree
## 1032                          -                          -
## 1033                          -                          -
## 1034                          -                          -
## 1035 Neither agree nor disagree             Strongly agree
## 1036                          -                          -
## 1037                          -                          -
## 1038                          -                          -
## 1039 Neither agree nor disagree             Strongly agree
## 1040                          -                          -
## 1041                          -                          -
## 1042 Neither agree nor disagree          Somewhat disagree
## 1043 Neither agree nor disagree Neither agree nor disagree
## 1044                          -                          -
## 1045 Neither agree nor disagree Neither agree nor disagree
## 1046 Neither agree nor disagree             Somewhat agree
## 1047                          -                          -
## 1048                          -                          -
## 1049                          -                          -
## 1050 Neither agree nor disagree Neither agree nor disagree
## 1051             Somewhat agree             Strongly agree
## 1052 Neither agree nor disagree          Somewhat disagree
## 1053                          -                          -
## 1054                          -                          -
## 1055 Neither agree nor disagree Neither agree nor disagree
## 1056                          -                          -
## 1057                          -                          -
## 1058 Neither agree nor disagree Neither agree nor disagree
## 1059 Neither agree nor disagree Neither agree nor disagree
## 1060                          -                          -
## 1061 Neither agree nor disagree             Somewhat agree
## 1062                          -                          -
## 1063                          -                          -
## 1064                          -                          -
## 1065                          -                          -
## 1066                          -                          -
## 1067                          -                          -
## 1068                          -                          -
## 1069                          -                          -
## 1070             Somewhat agree          Somewhat disagree
## 1071 Neither agree nor disagree          Somewhat disagree
## 1072                          -                          -
## 1073                          -                          -
## 1074                          -                          -
## 1075             Somewhat agree             Somewhat agree
## 1076                          -                          -
## 1077                          -                          -
## 1078 Neither agree nor disagree             Strongly agree
## 1079 Neither agree nor disagree Neither agree nor disagree
## 1080                          -                          -
## 1081                          -                          -
## 1082                          -                          -
## 1083                          -                          -
## 1084                          -                          -
## 1085                          -                          -
## 1086                          -                          -
## 1087                          -                          -
## 1088 Neither agree nor disagree Neither agree nor disagree
## 1089                          -                          -
## 1090 Neither agree nor disagree Neither agree nor disagree
## 1091 Neither agree nor disagree Neither agree nor disagree
## 1092                          -                          -
## 1093                          -                          -
## 1094                          -                          -
##                    Hypothesis.3      Age        StartDate          EndDate
## 1                      Response Response                                  
## 2             Strongly disagree    18-29  10/7/14 6:37 PM  10/7/14 6:39 PM
## 3             Strongly disagree    18-29  10/7/14 3:54 PM  10/7/14 3:56 PM
## 4                             -    18-29  10/7/14 3:44 PM  10/7/14 3:49 PM
## 5                             -    18-29  10/7/14 1:47 PM  10/7/14 1:47 PM
## 6                             -    18-29  10/7/14 1:13 PM  10/7/14 1:14 PM
## 7                             -    18-29  10/7/14 4:29 AM  10/7/14 4:30 AM
## 8                             -        -  10/7/14 2:44 AM  10/7/14 2:44 AM
## 9                             -        -  10/7/14 2:02 AM  10/7/14 2:03 AM
## 10                            -    45-60  10/7/14 1:41 AM  10/7/14 1:43 AM
## 11                            -     > 60   9/7/14 8:01 PM 10/7/14 12:47 AM
## 12                            -    18-29 10/7/14 12:19 AM 10/7/14 12:20 AM
## 13                            -    30-44  9/7/14 11:44 PM  9/7/14 11:44 PM
## 14            Somewhat disagree    30-44  9/7/14 11:42 PM  9/7/14 11:45 PM
## 15                            -    30-44  9/7/14 11:41 PM  9/7/14 11:42 PM
## 16                            -    30-44  9/7/14 11:39 PM  9/7/14 11:40 PM
## 17               Somewhat agree    30-44  9/7/14 11:38 PM  9/7/14 11:42 PM
## 18            Strongly disagree    30-44  9/7/14 11:38 PM  9/7/14 11:41 PM
## 19            Somewhat disagree    30-44  9/7/14 11:35 PM  9/7/14 11:37 PM
## 20                            -    30-44  9/7/14 11:35 PM  9/7/14 11:42 PM
## 21                            -    30-44  9/7/14 11:33 PM  9/7/14 11:33 PM
## 22                            -    18-29  9/7/14 11:32 PM  9/7/14 11:33 PM
## 23                            -    30-44  9/7/14 11:28 PM  9/7/14 11:30 PM
## 24                            -    30-44  9/7/14 11:26 PM  9/7/14 11:26 PM
## 25                            -    30-44  9/7/14 11:24 PM  9/7/14 11:25 PM
## 26                            -    18-29  9/7/14 11:24 PM  9/7/14 11:25 PM
## 27                            -    30-44  9/7/14 11:20 PM  9/7/14 11:22 PM
## 28                            -    30-44  9/7/14 11:18 PM  9/7/14 11:19 PM
## 29                            -    18-29  9/7/14 11:14 PM  9/7/14 11:19 PM
## 30                            -    30-44  9/7/14 11:17 PM  9/7/14 11:18 PM
## 31                            -    30-44  9/7/14 11:17 PM  9/7/14 11:17 PM
## 32            Strongly disagree    30-44  9/7/14 11:16 PM  9/7/14 11:18 PM
## 33   Neither agree nor disagree    30-44  9/7/14 11:15 PM  9/7/14 11:18 PM
## 34                            -    18-29  9/7/14 11:12 PM  9/7/14 11:13 PM
## 35                            -    30-44  9/7/14 11:12 PM  9/7/14 11:13 PM
## 36            Strongly disagree    30-44  9/7/14 11:08 PM  9/7/14 11:11 PM
## 37            Somewhat disagree    30-44  9/7/14 11:01 PM  9/7/14 11:03 PM
## 38            Somewhat disagree    30-44  9/7/14 10:59 PM  9/7/14 11:01 PM
## 39            Strongly disagree    30-44  9/7/14 10:58 PM  9/7/14 11:00 PM
## 40   Neither agree nor disagree    30-44  9/7/14 10:58 PM  9/7/14 11:01 PM
## 41                            -    30-44  9/7/14 10:55 PM  9/7/14 10:56 PM
## 42            Strongly disagree    30-44  9/7/14 10:53 PM  9/7/14 10:55 PM
## 43                            -    30-44  9/7/14 10:53 PM  9/7/14 10:53 PM
## 44            Strongly disagree    18-29  9/7/14 10:53 PM  9/7/14 10:56 PM
## 45            Strongly disagree    30-44  9/7/14 10:47 PM  9/7/14 10:51 PM
## 46                            -    30-44  9/7/14 10:48 PM  9/7/14 10:49 PM
## 47            Strongly disagree    18-29  9/7/14 10:33 PM  9/7/14 10:35 PM
## 48   Neither agree nor disagree    30-44  9/7/14 10:32 PM  9/7/14 10:35 PM
## 49                            -        -  9/7/14 10:28 PM  9/7/14 10:29 PM
## 50                            -    30-44  9/7/14 10:27 PM  9/7/14 10:28 PM
## 51            Somewhat disagree    30-44  9/7/14 10:25 PM  9/7/14 10:27 PM
## 52                            -    18-29  9/7/14 10:25 PM  9/7/14 10:25 PM
## 53               Somewhat agree    30-44  9/7/14 10:24 PM  9/7/14 10:30 PM
## 54                            -    18-29  9/7/14 10:19 PM  9/7/14 10:25 PM
## 55            Somewhat disagree    18-29  9/7/14 10:23 PM  9/7/14 10:27 PM
## 56                            -    30-44  9/7/14 10:22 PM  9/7/14 10:22 PM
## 57            Somewhat disagree    30-44  9/7/14 10:20 PM  9/7/14 10:23 PM
## 58                            -    18-29  9/7/14 10:19 PM  9/7/14 10:20 PM
## 59                            -    30-44  9/7/14 10:16 PM  9/7/14 10:17 PM
## 60                            -    30-44  9/7/14 10:11 PM  9/7/14 10:12 PM
## 61                            -        -  9/7/14 10:11 PM  9/7/14 10:12 PM
## 62                            -    30-44  9/7/14 10:10 PM  9/7/14 10:11 PM
## 63            Strongly disagree    30-44  9/7/14 10:09 PM  9/7/14 10:11 PM
## 64   Neither agree nor disagree    18-29  9/7/14 10:07 PM  9/7/14 10:10 PM
## 65            Strongly disagree    30-44  9/7/14 10:07 PM  9/7/14 10:08 PM
## 66                            -    18-29  9/7/14 10:06 PM  9/7/14 10:07 PM
## 67   Neither agree nor disagree    30-44  9/7/14 10:01 PM  9/7/14 10:04 PM
## 68                            -    18-29  9/7/14 10:01 PM  9/7/14 10:03 PM
## 69            Strongly disagree    30-44   9/7/14 9:59 PM  9/7/14 10:02 PM
## 70                            -    30-44   9/7/14 9:53 PM   9/7/14 9:54 PM
## 71                            -        -   9/7/14 9:53 PM   9/7/14 9:53 PM
## 72   Neither agree nor disagree    18-29   9/7/14 9:52 PM  9/7/14 10:03 PM
## 73            Strongly disagree    30-44   9/7/14 9:51 PM   9/7/14 9:54 PM
## 74                            -    30-44   9/7/14 9:43 PM   9/7/14 9:44 PM
## 75                            -    30-44   9/7/14 9:40 PM   9/7/14 9:40 PM
## 76   Neither agree nor disagree    45-60   9/7/14 9:35 PM   9/7/14 9:36 PM
## 77                            -    45-60   9/7/14 9:34 PM   9/7/14 9:35 PM
## 78                            -    45-60   9/7/14 9:32 PM   9/7/14 9:34 PM
## 79            Strongly disagree    45-60   9/7/14 9:32 PM   9/7/14 9:34 PM
## 80                            -    30-44   9/7/14 9:32 PM   9/7/14 9:33 PM
## 81                            -    30-44   9/7/14 9:29 PM   9/7/14 9:34 PM
## 82   Neither agree nor disagree    18-29   9/7/14 9:28 PM   9/7/14 9:30 PM
## 83                            -    30-44   9/7/14 9:27 PM   9/7/14 9:27 PM
## 84            Somewhat disagree    45-60   9/7/14 9:26 PM   9/7/14 9:30 PM
## 85            Strongly disagree    30-44   9/7/14 9:26 PM   9/7/14 9:29 PM
## 86                            -        -   9/7/14 9:26 PM   9/7/14 9:26 PM
## 87                            -        -   9/7/14 9:26 PM   9/7/14 9:26 PM
## 88            Somewhat disagree    30-44   9/7/14 9:26 PM   9/7/14 9:28 PM
## 89                            -    45-60   9/7/14 9:25 PM   9/7/14 9:27 PM
## 90                            -        -   9/7/14 9:24 PM   9/7/14 9:26 PM
## 91            Strongly disagree    18-29   9/7/14 9:24 PM   9/7/14 9:28 PM
## 92                            -        -   9/7/14 9:24 PM   9/7/14 9:24 PM
## 93                            -    45-60   9/7/14 9:19 PM   9/7/14 9:20 PM
## 94                            -        -   9/7/14 9:19 PM   9/7/14 9:19 PM
## 95                            -    45-60   9/7/14 9:17 PM   9/7/14 9:17 PM
## 96                            -        -   9/7/14 9:17 PM   9/7/14 9:17 PM
## 97            Somewhat disagree    45-60   9/7/14 9:16 PM   9/7/14 9:18 PM
## 98               Somewhat agree    18-29   9/7/14 8:24 PM   9/7/14 9:18 PM
## 99                            -    45-60   9/7/14 9:15 PM   9/7/14 9:16 PM
## 100           Somewhat disagree    18-29   9/7/14 6:23 PM   9/7/14 9:18 PM
## 101                           -    45-60   9/7/14 9:12 PM   9/7/14 9:14 PM
## 102                           -    45-60   9/7/14 9:12 PM   9/7/14 9:13 PM
## 103           Strongly disagree    30-44   9/7/14 9:10 PM   9/7/14 9:11 PM
## 104                           -    45-60   9/7/14 9:09 PM   9/7/14 9:10 PM
## 105                           -    45-60   9/7/14 9:09 PM   9/7/14 9:09 PM
## 106              Strongly agree    45-60   9/7/14 9:08 PM   9/7/14 9:11 PM
## 107                           -    18-29   9/7/14 9:08 PM   9/7/14 9:09 PM
## 108                           -    30-44   9/7/14 9:08 PM   9/7/14 9:10 PM
## 109                           -    30-44   9/7/14 9:08 PM   9/7/14 9:09 PM
## 110                           -    45-60   9/7/14 9:06 PM   9/7/14 9:07 PM
## 111                           -    45-60   9/7/14 9:04 PM   9/7/14 9:05 PM
## 112                           -    30-44   9/7/14 9:04 PM   9/7/14 9:04 PM
## 113                           -    45-60   9/7/14 9:03 PM   9/7/14 9:04 PM
## 114                           -    30-44   9/7/14 9:00 PM   9/7/14 9:00 PM
## 115                           -    45-60   9/7/14 8:59 PM   9/7/14 9:02 PM
## 116                           -    18-29   9/7/14 8:59 PM   9/7/14 9:00 PM
## 117                           -        -   9/7/14 8:57 PM   9/7/14 8:57 PM
## 118                           -        -   9/7/14 8:57 PM   9/7/14 8:57 PM
## 119                           -    45-60   9/7/14 8:56 PM   9/7/14 8:57 PM
## 120              Strongly agree    45-60   9/7/14 8:55 PM   9/7/14 9:00 PM
## 121  Neither agree nor disagree    45-60   9/7/14 8:55 PM   9/7/14 8:57 PM
## 122  Neither agree nor disagree    18-29   9/7/14 8:54 PM   9/7/14 8:56 PM
## 123  Neither agree nor disagree    30-44   9/7/14 8:52 PM   9/7/14 8:53 PM
## 124  Neither agree nor disagree    30-44   9/7/14 8:51 PM   9/7/14 8:53 PM
## 125                           -    45-60   9/7/14 8:51 PM   9/7/14 8:57 PM
## 126                           -        -   9/7/14 8:50 PM   9/7/14 8:51 PM
## 127                           -    45-60   9/7/14 8:49 PM   9/7/14 8:50 PM
## 128           Strongly disagree    18-29   9/7/14 8:49 PM   9/7/14 8:54 PM
## 129              Somewhat agree    45-60   9/7/14 8:38 PM   9/7/14 8:52 PM
## 130                           -    45-60   9/7/14 8:48 PM   9/7/14 8:49 PM
## 131  Neither agree nor disagree    45-60   9/7/14 8:46 PM   9/7/14 8:49 PM
## 132                           -        -   9/7/14 8:47 PM   9/7/14 8:47 PM
## 133                           -    18-29   9/7/14 8:46 PM   9/7/14 8:47 PM
## 134                           -    45-60   9/7/14 8:46 PM   9/7/14 8:46 PM
## 135           Strongly disagree    45-60   9/7/14 8:45 PM   9/7/14 8:49 PM
## 136                           -    45-60   9/7/14 8:45 PM   9/7/14 8:47 PM
## 137           Strongly disagree    30-44   9/7/14 8:45 PM   9/7/14 8:47 PM
## 138                           -    30-44   9/7/14 8:42 PM   9/7/14 8:43 PM
## 139  Neither agree nor disagree    30-44   9/7/14 8:41 PM   9/7/14 8:44 PM
## 140                           -    45-60   9/7/14 8:38 PM   9/7/14 8:39 PM
## 141                           -    30-44   9/7/14 8:36 PM   9/7/14 8:37 PM
## 142                           -    30-44   9/7/14 8:36 PM   9/7/14 8:36 PM
## 143                           -    45-60   9/7/14 8:34 PM   9/7/14 8:35 PM
## 144                           -        -   9/7/14 8:32 PM   9/7/14 8:32 PM
## 145                           -    45-60   9/7/14 8:31 PM   9/7/14 8:32 PM
## 146                           -    45-60   9/7/14 8:31 PM   9/7/14 8:32 PM
## 147                           -    18-29   9/7/14 8:31 PM   9/7/14 8:32 PM
## 148                           -    45-60   9/7/14 8:30 PM   9/7/14 8:31 PM
## 149                           -    45-60   9/7/14 8:30 PM   9/7/14 8:31 PM
## 150  Neither agree nor disagree    45-60   9/7/14 8:29 PM   9/7/14 8:32 PM
## 151           Strongly disagree    45-60   9/7/14 8:28 PM   9/7/14 8:32 PM
## 152           Strongly disagree    30-44   9/7/14 8:27 PM   9/7/14 8:29 PM
## 153                           -    45-60   9/7/14 8:27 PM   9/7/14 8:27 PM
## 154  Neither agree nor disagree    45-60   9/7/14 8:26 PM   9/7/14 8:29 PM
## 155                           -     > 60   9/7/14 8:26 PM   9/7/14 8:27 PM
## 156                           -    30-44   9/7/14 8:26 PM   9/7/14 8:27 PM
## 157                           -    45-60   9/7/14 8:25 PM   9/7/14 8:26 PM
## 158                           -    18-29   9/7/14 8:25 PM   9/7/14 8:26 PM
## 159                           -    30-44   9/7/14 8:24 PM   9/7/14 8:25 PM
## 160           Strongly disagree    30-44   9/7/14 8:24 PM   9/7/14 8:27 PM
## 161  Neither agree nor disagree     > 60   9/7/14 8:24 PM   9/7/14 8:27 PM
## 162           Strongly disagree    45-60   9/7/14 8:23 PM   9/7/14 8:25 PM
## 163                           -    45-60   9/7/14 8:22 PM   9/7/14 8:23 PM
## 164           Strongly disagree    30-44   9/7/14 8:22 PM   9/7/14 8:24 PM
## 165           Somewhat disagree    30-44   9/7/14 8:22 PM   9/7/14 8:24 PM
## 166  Neither agree nor disagree     > 60   9/7/14 8:20 PM   9/7/14 8:23 PM
## 167                           -        -   9/7/14 8:18 PM   9/7/14 8:19 PM
## 168  Neither agree nor disagree     > 60   9/7/14 8:18 PM   9/7/14 8:20 PM
## 169                           -    30-44   9/7/14 8:18 PM   9/7/14 8:19 PM
## 170                           -     > 60   9/7/14 8:18 PM   9/7/14 8:19 PM
## 171           Strongly disagree    45-60   9/7/14 8:18 PM   9/7/14 8:19 PM
## 172  Neither agree nor disagree    30-44   9/7/14 8:17 PM   9/7/14 8:20 PM
## 173           Somewhat disagree    45-60   9/7/14 8:17 PM   9/7/14 8:19 PM
## 174  Neither agree nor disagree    45-60   9/7/14 8:17 PM   9/7/14 8:19 PM
## 175           Somewhat disagree     > 60   9/7/14 8:16 PM   9/7/14 8:18 PM
## 176           Strongly disagree    18-29   9/7/14 8:16 PM   9/7/14 8:18 PM
## 177                           -    30-44   9/7/14 8:15 PM   9/7/14 8:17 PM
## 178                           -    30-44   9/7/14 8:14 PM   9/7/14 8:15 PM
## 179                           -    45-60   9/7/14 8:14 PM   9/7/14 8:15 PM
## 180                           -        -   9/7/14 8:14 PM   9/7/14 8:15 PM
## 181           Somewhat disagree    45-60   9/7/14 8:14 PM   9/7/14 8:16 PM
## 182                           -     > 60   9/7/14 8:13 PM   9/7/14 8:14 PM
## 183              Strongly agree     > 60   9/7/14 8:13 PM   9/7/14 8:16 PM
## 184  Neither agree nor disagree    45-60   9/7/14 8:12 PM   9/7/14 8:16 PM
## 185           Strongly disagree    30-44   9/7/14 8:12 PM   9/7/14 8:14 PM
## 186                           -    45-60   9/7/14 8:12 PM   9/7/14 8:13 PM
## 187                           -     > 60   9/7/14 8:11 PM   9/7/14 8:12 PM
## 188                           -    45-60   9/7/14 8:11 PM   9/7/14 8:12 PM
## 189                           -     > 60   9/7/14 8:10 PM   9/7/14 8:11 PM
## 190           Strongly disagree     > 60   9/7/14 8:10 PM   9/7/14 8:13 PM
## 191  Neither agree nor disagree     > 60   9/7/14 8:09 PM   9/7/14 8:10 PM
## 192           Strongly disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 193  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 194  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:11 PM
## 195  Neither agree nor disagree    30-44   9/7/14 8:08 PM   9/7/14 8:13 PM
## 196  Neither agree nor disagree    45-60   9/7/14 8:08 PM   9/7/14 8:12 PM
## 197                           -    30-44   9/7/14 8:07 PM   9/7/14 8:09 PM
## 198           Strongly disagree    45-60   9/7/14 8:07 PM   9/7/14 8:12 PM
## 199           Somewhat disagree        -   9/7/14 8:07 PM   9/7/14 8:09 PM
## 200  Neither agree nor disagree    45-60   9/7/14 8:07 PM   9/7/14 8:08 PM
## 201                           -    45-60   9/7/14 8:05 PM   9/7/14 8:06 PM
## 202                           -     > 60   9/7/14 8:05 PM   9/7/14 8:05 PM
## 203                           -     > 60   9/7/14 8:05 PM   9/7/14 8:06 PM
## 204                           -        -   9/7/14 8:04 PM   9/7/14 8:05 PM
## 205           Strongly disagree    30-44   9/7/14 8:03 PM   9/7/14 8:06 PM
## 206  Neither agree nor disagree    30-44   9/7/14 8:03 PM   9/7/14 8:06 PM
## 207  Neither agree nor disagree    45-60   9/7/14 8:03 PM   9/7/14 8:05 PM
## 208                           -    45-60   9/7/14 8:02 PM   9/7/14 8:04 PM
## 209           Strongly disagree     > 60   9/7/14 8:02 PM   9/7/14 8:05 PM
## 210  Neither agree nor disagree     > 60   9/7/14 8:02 PM   9/7/14 8:03 PM
## 211           Somewhat disagree     > 60   9/7/14 8:01 PM   9/7/14 8:06 PM
## 212  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:04 PM
## 213                           -     > 60   9/7/14 8:01 PM   9/7/14 8:02 PM
## 214  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:04 PM
## 215                           -     > 60   9/7/14 8:01 PM   9/7/14 8:02 PM
## 216  Neither agree nor disagree     > 60   9/7/14 8:01 PM   9/7/14 8:03 PM
## 217           Somewhat disagree     > 60   9/7/14 8:01 PM   9/7/14 8:03 PM
## 218           Strongly disagree    45-60   9/7/14 7:59 PM   9/7/14 8:01 PM
## 219                           -     > 60   9/7/14 7:58 PM   9/7/14 7:59 PM
## 220                           -     > 60   9/7/14 7:57 PM   9/7/14 7:58 PM
## 221                           -     > 60   9/7/14 7:57 PM   9/7/14 7:58 PM
## 222                           -    18-29   9/7/14 7:57 PM   9/7/14 7:59 PM
## 223  Neither agree nor disagree     > 60   9/7/14 7:56 PM   9/7/14 7:59 PM
## 224           Strongly disagree    30-44   9/7/14 7:56 PM   9/7/14 7:57 PM
## 225           Somewhat disagree    30-44   9/7/14 7:56 PM   9/7/14 7:57 PM
## 226              Somewhat agree     > 60   9/7/14 7:55 PM   9/7/14 7:58 PM
## 227                           -        -   9/7/14 7:55 PM   9/7/14 7:56 PM
## 228              Somewhat agree     > 60   9/7/14 7:55 PM   9/7/14 7:57 PM
## 229  Neither agree nor disagree     > 60   9/7/14 7:55 PM   9/7/14 7:58 PM
## 230                           -     > 60   9/7/14 7:55 PM   9/7/14 7:55 PM
## 231                           -        -   9/7/14 7:55 PM   9/7/14 7:55 PM
## 232           Somewhat disagree     > 60   9/7/14 7:54 PM   9/7/14 7:56 PM
## 233                           -     > 60   9/7/14 7:54 PM   9/7/14 7:55 PM
## 234           Strongly disagree     > 60   9/7/14 7:54 PM   9/7/14 7:58 PM
## 235              Strongly agree     > 60   9/7/14 7:54 PM   9/7/14 7:58 PM
## 236                           -    30-44   9/7/14 7:54 PM   9/7/14 7:54 PM
## 237                           -     > 60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 238  Neither agree nor disagree     > 60   9/7/14 7:53 PM   9/7/14 7:56 PM
## 239                           -     > 60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 240                           -    45-60   9/7/14 7:53 PM   9/7/14 7:55 PM
## 241                           -    30-44   9/7/14 7:53 PM   9/7/14 7:54 PM
## 242                           -    18-29   9/7/14 7:53 PM   9/7/14 7:54 PM
## 243           Strongly disagree    30-44   9/7/14 7:53 PM   9/7/14 7:55 PM
## 244              Strongly agree     > 60   9/7/14 7:52 PM   9/7/14 7:54 PM
## 245           Strongly disagree    18-29   9/7/14 7:52 PM   9/7/14 7:54 PM
## 246           Strongly disagree    18-29   9/7/14 7:52 PM   9/7/14 7:54 PM
## 247  Neither agree nor disagree    30-44   9/7/14 7:52 PM   9/7/14 7:54 PM
## 248  Neither agree nor disagree     > 60   9/7/14 7:52 PM   9/7/14 7:55 PM
## 249           Somewhat disagree    30-44   9/7/14 7:52 PM   9/7/14 7:54 PM
## 250           Somewhat disagree    30-44   9/7/14 7:52 PM   9/7/14 8:03 PM
## 251                           -    30-44   9/7/14 7:52 PM   9/7/14 7:53 PM
## 252                           -    30-44   9/7/14 7:52 PM   9/7/14 7:52 PM
## 253                           -    18-29   9/7/14 7:51 PM   9/7/14 7:52 PM
## 254                           -     > 60   9/7/14 7:51 PM   9/7/14 7:53 PM
## 255           Strongly disagree    30-44   9/7/14 7:51 PM   9/7/14 7:53 PM
## 256                           -    30-44   9/7/14 7:51 PM   9/7/14 7:52 PM
## 257                           -     > 60   9/7/14 7:51 PM   9/7/14 7:52 PM
## 258           Strongly disagree     > 60   9/7/14 7:51 PM   9/7/14 7:53 PM
## 259           Strongly disagree    18-29   9/7/14 7:51 PM   9/7/14 7:53 PM
## 260           Strongly disagree    45-60   9/7/14 7:51 PM   9/7/14 7:54 PM
## 261           Strongly disagree     > 60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 262  Neither agree nor disagree     > 60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 263                           -     > 60   9/7/14 7:50 PM   9/7/14 7:51 PM
## 264              Strongly agree    30-44   9/7/14 7:50 PM   9/7/14 7:52 PM
## 265                           -    30-44   9/7/14 7:50 PM   9/7/14 7:51 PM
## 266           Strongly disagree    45-60   9/7/14 7:50 PM   9/7/14 7:53 PM
## 267  Neither agree nor disagree    30-44   9/7/14 7:50 PM   9/7/14 7:53 PM
## 268           Strongly disagree    30-44   9/7/14 7:50 PM   9/7/14 7:53 PM
## 269           Strongly disagree     > 60   9/7/14 7:49 PM   9/7/14 7:51 PM
## 270  Neither agree nor disagree    30-44   9/7/14 7:49 PM   9/7/14 7:51 PM
## 271                           -        -   9/7/14 7:49 PM   9/7/14 7:49 PM
## 272  Neither agree nor disagree     > 60   9/7/14 7:49 PM   9/7/14 7:51 PM
## 273                           -    45-60   9/7/14 7:48 PM   9/7/14 7:49 PM
## 274                           -    45-60   9/7/14 7:49 PM   9/7/14 7:50 PM
## 275                           -    30-44   9/7/14 7:49 PM   9/7/14 7:50 PM
## 276  Neither agree nor disagree    18-29   9/7/14 7:49 PM   9/7/14 7:51 PM
## 277                           -    45-60   9/7/14 7:49 PM   9/7/14 7:49 PM
## 278                           -     > 60   9/7/14 7:48 PM   9/7/14 7:49 PM
## 279  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 280  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 281  Neither agree nor disagree     > 60   9/7/14 7:48 PM   9/7/14 7:50 PM
## 282  Neither agree nor disagree    30-44   9/7/14 7:48 PM   9/7/14 7:50 PM
## 283                           -    45-60   9/7/14 7:47 PM   9/7/14 7:48 PM
## 284           Somewhat disagree    18-29   9/7/14 7:47 PM   9/7/14 7:49 PM
## 285                           -    45-60   9/7/14 7:47 PM   9/7/14 7:48 PM
## 286           Strongly disagree    30-44   9/7/14 7:47 PM   9/7/14 7:52 PM
## 287           Strongly disagree     > 60   9/7/14 7:47 PM   9/7/14 7:50 PM
## 288           Strongly disagree     > 60   9/7/14 7:42 PM   9/7/14 7:58 PM
## 289                           -    45-60   9/7/14 7:46 PM   9/7/14 7:47 PM
## 290  Neither agree nor disagree    30-44   9/7/14 7:45 PM   9/7/14 7:47 PM
## 291                           -    30-44   9/7/14 7:44 PM   9/7/14 7:55 PM
## 292  Neither agree nor disagree    30-44   9/7/14 7:44 PM   9/7/14 7:47 PM
## 293                           -     > 60   9/7/14 7:44 PM   9/7/14 7:45 PM
## 294              Somewhat agree    45-60   9/7/14 7:44 PM   9/7/14 7:47 PM
## 295                           -        -   9/7/14 7:43 PM   9/7/14 7:45 PM
## 296  Neither agree nor disagree     > 60   9/7/14 7:43 PM   9/7/14 7:47 PM
## 297                           -    45-60   9/7/14 7:44 PM   9/7/14 7:44 PM
## 298                           -    45-60   9/7/14 7:44 PM   9/7/14 7:44 PM
## 299                           -        -   9/7/14 7:44 PM   9/7/14 7:44 PM
## 300           Somewhat disagree    45-60   9/7/14 7:43 PM   9/7/14 7:45 PM
## 301                           -    30-44   9/7/14 7:43 PM   9/7/14 7:44 PM
## 302  Neither agree nor disagree    45-60   9/7/14 7:43 PM   9/7/14 7:46 PM
## 303                           -    30-44   9/7/14 7:43 PM   9/7/14 7:44 PM
## 304                           -     > 60   9/7/14 7:43 PM   9/7/14 7:43 PM
## 305                           -    30-44   9/7/14 7:39 PM   9/7/14 7:44 PM
## 306  Neither agree nor disagree    30-44   9/7/14 7:42 PM   9/7/14 7:47 PM
## 307                           -    18-29   9/7/14 7:39 PM   9/7/14 7:43 PM
## 308  Neither agree nor disagree    30-44   9/7/14 7:42 PM   9/7/14 7:44 PM
## 309           Strongly disagree        -   9/7/14 7:42 PM   9/7/14 7:43 PM
## 310                           -    45-60   9/7/14 7:42 PM   9/7/14 7:43 PM
## 311           Somewhat disagree    45-60   9/7/14 7:42 PM   9/7/14 7:57 PM
## 312  Neither agree nor disagree     > 60   9/7/14 7:42 PM   9/7/14 7:45 PM
## 313           Strongly disagree    18-29   9/7/14 7:42 PM   9/7/14 7:44 PM
## 314                           -    45-60   9/7/14 7:42 PM   9/7/14 7:43 PM
## 315           Somewhat disagree    30-44   9/7/14 7:42 PM   9/7/14 7:46 PM
## 316                           -     > 60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 317                           -     > 60   9/7/14 7:41 PM   9/7/14 7:42 PM
## 318           Somewhat disagree    45-60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 319           Strongly disagree    30-44   9/7/14 7:41 PM   9/7/14 7:43 PM
## 320                           -     > 60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 321                           -     > 60   9/7/14 7:41 PM   9/7/14 7:42 PM
## 322           Strongly disagree    45-60   9/7/14 7:41 PM   9/7/14 7:43 PM
## 323           Strongly disagree    30-44   9/7/14 7:40 PM   9/7/14 7:43 PM
## 324                           -    18-29   9/7/14 7:41 PM   9/7/14 7:42 PM
## 325                           -    30-44   9/7/14 7:41 PM   9/7/14 7:42 PM
## 326  Neither agree nor disagree    30-44   9/7/14 7:40 PM   9/7/14 7:44 PM
## 327  Neither agree nor disagree    45-60   9/7/14 7:40 PM   9/7/14 7:43 PM
## 328                           -    45-60   9/7/14 7:40 PM   9/7/14 7:42 PM
## 329           Strongly disagree    45-60   9/7/14 7:40 PM   9/7/14 7:41 PM
## 330                           -        -   9/7/14 7:40 PM   9/7/14 7:40 PM
## 331                           -    45-60   9/7/14 7:39 PM   9/7/14 7:40 PM
## 332           Somewhat disagree    45-60   9/7/14 7:39 PM   9/7/14 7:41 PM
## 333                           -        -   9/7/14 7:39 PM   9/7/14 7:39 PM
## 334  Neither agree nor disagree     > 60   9/7/14 7:38 PM   9/7/14 7:42 PM
## 335           Somewhat disagree    30-44   9/7/14 7:38 PM   9/7/14 7:42 PM
## 336                           -    45-60   9/7/14 7:38 PM   9/7/14 7:39 PM
## 337                           -     > 60   9/7/14 7:38 PM   9/7/14 7:40 PM
## 338           Strongly disagree        -   9/7/14 7:38 PM   9/7/14 7:39 PM
## 339                           -    18-29   9/7/14 7:38 PM   9/7/14 7:39 PM
## 340  Neither agree nor disagree     > 60   9/7/14 7:38 PM   9/7/14 7:40 PM
## 341                           -     > 60   9/7/14 7:37 PM   9/7/14 7:38 PM
## 342           Somewhat disagree     > 60   9/7/14 7:37 PM   9/7/14 7:39 PM
## 343                           -     > 60   9/7/14 7:37 PM   9/7/14 7:38 PM
## 344                           -        -   9/7/14 7:37 PM   9/7/14 7:38 PM
## 345  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:40 PM
## 346  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:39 PM
## 347  Neither agree nor disagree    45-60   9/7/14 7:37 PM   9/7/14 7:41 PM
## 348                           -        -   9/7/14 7:37 PM   9/7/14 7:37 PM
## 349           Strongly disagree    30-44   9/7/14 7:36 PM   9/7/14 7:43 PM
## 350                           -    18-29   9/7/14 7:36 PM   9/7/14 7:37 PM
## 351           Strongly disagree    45-60   9/7/14 7:36 PM   9/7/14 7:38 PM
## 352                           -    18-29   9/7/14 7:36 PM   9/7/14 7:37 PM
## 353           Strongly disagree     > 60   9/7/14 7:36 PM   9/7/14 7:38 PM
## 354                           -    45-60   9/7/14 7:36 PM   9/7/14 7:36 PM
## 355                           -     > 60   9/7/14 7:36 PM   9/7/14 7:37 PM
## 356                           -    45-60   9/7/14 7:36 PM   9/7/14 7:37 PM
## 357                           -    30-44   9/7/14 7:36 PM   9/7/14 7:37 PM
## 358  Neither agree nor disagree    30-44   9/7/14 7:35 PM   9/7/14 7:40 PM
## 359  Neither agree nor disagree     > 60   9/7/14 7:35 PM   9/7/14 7:37 PM
## 360                           -     > 60   9/7/14 7:35 PM   9/7/14 7:37 PM
## 361           Strongly disagree    18-29   9/7/14 7:36 PM   9/7/14 7:38 PM
## 362                           -    45-60   9/7/14 7:35 PM   9/7/14 7:36 PM
## 363                           -    45-60   9/7/14 7:35 PM   9/7/14 7:36 PM
## 364                           -    30-44   9/7/14 7:35 PM   9/7/14 7:44 PM
## 365                           -    30-44   9/7/14 7:35 PM   9/7/14 7:35 PM
## 366                           -    45-60   9/7/14 7:35 PM   9/7/14 7:35 PM
## 367                           -     > 60   9/7/14 7:34 PM   9/7/14 7:35 PM
## 368  Neither agree nor disagree     > 60   9/7/14 7:34 PM   9/7/14 7:41 PM
## 369                           -    18-29   9/7/14 7:34 PM   9/7/14 7:35 PM
## 370                           -        -   9/7/14 7:34 PM   9/7/14 7:34 PM
## 371                           -    45-60   9/7/14 7:34 PM   9/7/14 7:35 PM
## 372                           -    45-60   9/7/14 7:34 PM   9/7/14 7:34 PM
## 373                           -    18-29   9/7/14 7:34 PM   9/7/14 7:35 PM
## 374           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:37 PM
## 375                           -    45-60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 376                           -     > 60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 377  Neither agree nor disagree    45-60   9/7/14 7:33 PM   9/7/14 7:36 PM
## 378  Neither agree nor disagree     > 60   9/7/14 7:33 PM   9/7/14 7:35 PM
## 379           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:35 PM
## 380           Strongly disagree     > 60   9/7/14 7:33 PM   9/7/14 7:34 PM
## 381                           -    45-60   9/7/14 7:33 PM   9/7/14 7:33 PM
## 382  Neither agree nor disagree    30-44   9/7/14 7:33 PM   9/7/14 7:34 PM
## 383                           -    45-60   9/7/14 7:33 PM   9/7/14 7:33 PM
## 384                           -        -   9/7/14 7:33 PM   9/7/14 7:33 PM
## 385  Neither agree nor disagree    45-60   9/7/14 7:32 PM   9/7/14 7:35 PM
## 386                           -        -   9/7/14 7:32 PM   9/7/14 7:33 PM
## 387  Neither agree nor disagree    18-29   9/7/14 7:13 PM   9/7/14 7:35 PM
## 388           Somewhat disagree    30-44   9/7/14 7:32 PM   9/7/14 7:34 PM
## 389           Strongly disagree    30-44   9/7/14 7:32 PM   9/7/14 7:39 PM
## 390                           -        -   9/7/14 7:32 PM   9/7/14 7:33 PM
## 391                           -    45-60   9/7/14 7:32 PM   9/7/14 7:32 PM
## 392                           -    30-44   9/7/14 7:32 PM   9/7/14 7:32 PM
## 393                           -    18-29   9/7/14 7:31 PM   9/7/14 7:32 PM
## 394                           -     > 60   9/7/14 7:31 PM   9/7/14 7:32 PM
## 395  Neither agree nor disagree     > 60   9/7/14 7:31 PM   9/7/14 7:35 PM
## 396           Strongly disagree     > 60   9/7/14 7:31 PM   9/7/14 7:33 PM
## 397           Strongly disagree    45-60   9/7/14 7:31 PM   9/7/14 7:34 PM
## 398                           -     > 60   9/7/14 7:31 PM   9/7/14 7:31 PM
## 399                           -    30-44   9/7/14 7:30 PM   9/7/14 7:31 PM
## 400                           -    18-29   9/7/14 7:30 PM   9/7/14 7:31 PM
## 401                           -        -   9/7/14 7:30 PM   9/7/14 7:30 PM
## 402  Neither agree nor disagree    45-60   9/7/14 7:30 PM   9/7/14 7:33 PM
## 403  Neither agree nor disagree    30-44   9/7/14 7:29 PM   9/7/14 7:32 PM
## 404                           -     > 60   9/7/14 7:29 PM   9/7/14 7:31 PM
## 405                           -     > 60   9/7/14 7:29 PM   9/7/14 7:31 PM
## 406                           -    30-44   9/7/14 7:29 PM   9/7/14 7:30 PM
## 407           Somewhat disagree    18-29   9/7/14 7:22 PM   9/7/14 7:31 PM
## 408              Somewhat agree     > 60   9/7/14 7:29 PM   9/7/14 7:32 PM
## 409                           -    45-60   9/7/14 7:28 PM   9/7/14 7:31 PM
## 410                           -    18-29   9/7/14 7:29 PM   9/7/14 7:29 PM
## 411                           -     > 60   9/7/14 7:28 PM   9/7/14 7:29 PM
## 412  Neither agree nor disagree        -   9/7/14 7:28 PM   9/7/14 7:29 PM
## 413                           -    30-44   9/7/14 7:28 PM   9/7/14 7:28 PM
## 414                           -        -   9/7/14 7:28 PM   9/7/14 7:28 PM
## 415                           -    30-44   9/7/14 7:27 PM   9/7/14 7:28 PM
## 416  Neither agree nor disagree    45-60   9/7/14 7:27 PM   9/7/14 7:31 PM
## 417                           -        -   9/7/14 7:27 PM   9/7/14 7:27 PM
## 418                           -    30-44   9/7/14 7:27 PM   9/7/14 7:28 PM
## 419           Strongly disagree    18-29   9/7/14 7:26 PM   9/7/14 7:28 PM
## 420                           -    18-29   9/7/14 7:26 PM   9/7/14 7:27 PM
## 421           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:29 PM
## 422           Strongly disagree    18-29   9/7/14 7:26 PM   9/7/14 7:29 PM
## 423  Neither agree nor disagree     > 60   9/7/14 7:26 PM   9/7/14 7:29 PM
## 424           Strongly disagree    30-44   9/7/14 7:26 PM   9/7/14 7:28 PM
## 425                           -     > 60   9/7/14 7:26 PM   9/7/14 7:27 PM
## 426                           -    45-60   9/7/14 7:26 PM   9/7/14 7:27 PM
## 427           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 428  Neither agree nor disagree     > 60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 429  Neither agree nor disagree    18-29   9/7/14 7:26 PM   9/7/14 7:28 PM
## 430                           -     > 60   9/7/14 7:25 PM   9/7/14 7:27 PM
## 431           Strongly disagree    45-60   9/7/14 7:26 PM   9/7/14 7:28 PM
## 432                           -    45-60   9/7/14 7:26 PM   9/7/14 7:26 PM
## 433           Strongly disagree    30-44   9/7/14 7:25 PM   9/7/14 7:36 PM
## 434  Neither agree nor disagree    45-60   9/7/14 7:25 PM   9/7/14 7:29 PM
## 435                           -    45-60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 436           Somewhat disagree    45-60   9/7/14 7:19 PM   9/7/14 7:28 PM
## 437                           -    45-60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 438                           -     > 60   9/7/14 7:25 PM   9/7/14 7:26 PM
## 439  Neither agree nor disagree    45-60   9/7/14 7:24 PM   9/7/14 7:52 PM
## 440                           -    45-60   9/7/14 7:24 PM   9/7/14 7:25 PM
## 441                           -     > 60   9/7/14 7:24 PM   9/7/14 7:25 PM
## 442                           -    45-60   9/7/14 7:24 PM   9/7/14 7:24 PM
## 443                           -     > 60   9/7/14 7:20 PM   9/7/14 7:24 PM
## 444           Strongly disagree     > 60   9/7/14 7:23 PM   9/7/14 7:27 PM
## 445                           -     > 60   9/7/14 7:23 PM   9/7/14 7:24 PM
## 446                           -     > 60   9/7/14 7:23 PM   9/7/14 7:24 PM
## 447  Neither agree nor disagree    45-60   9/7/14 7:23 PM   9/7/14 7:25 PM
## 448                           -    18-29   9/7/14 7:23 PM   9/7/14 7:24 PM
## 449                           -    30-44   9/7/14 7:23 PM   9/7/14 7:24 PM
## 450           Strongly disagree     > 60   9/7/14 7:22 PM   9/7/14 7:26 PM
## 451                           -     > 60   9/7/14 7:22 PM   9/7/14 7:23 PM
## 452           Strongly disagree    45-60   9/7/14 7:22 PM   9/7/14 7:25 PM
## 453                           -    30-44   9/7/14 7:22 PM   9/7/14 7:23 PM
## 454                           -    30-44   9/7/14 7:22 PM   9/7/14 7:23 PM
## 455  Neither agree nor disagree    45-60   9/7/14 7:22 PM   9/7/14 7:25 PM
## 456                           -    18-29   9/7/14 7:22 PM   9/7/14 7:23 PM
## 457  Neither agree nor disagree    30-44   9/7/14 7:22 PM   9/7/14 7:24 PM
## 458                           -     > 60   9/7/14 7:21 PM   9/7/14 7:22 PM
## 459                           -        -   9/7/14 7:21 PM   9/7/14 7:21 PM
## 460  Neither agree nor disagree     > 60   9/7/14 7:21 PM   9/7/14 7:23 PM
## 461           Strongly disagree    30-44   9/7/14 7:21 PM   9/7/14 7:24 PM
## 462                           -    30-44   9/7/14 7:21 PM   9/7/14 7:22 PM
## 463                           -        -   9/7/14 7:21 PM   9/7/14 7:21 PM
## 464  Neither agree nor disagree     > 60   9/7/14 7:20 PM   9/7/14 7:22 PM
## 465                           -        -   9/7/14 7:20 PM   9/7/14 7:20 PM
## 466                           -    18-29   9/7/14 7:20 PM   9/7/14 7:20 PM
## 467           Strongly disagree    30-44   9/7/14 7:20 PM   9/7/14 7:22 PM
## 468                           -    18-29   9/7/14 7:20 PM   9/7/14 7:21 PM
## 469                           -    45-60   9/7/14 7:19 PM   9/7/14 7:23 PM
## 470           Strongly disagree    30-44   9/7/14 7:19 PM   9/7/14 7:45 PM
## 471                           -    45-60   9/7/14 7:19 PM   9/7/14 7:19 PM
## 472                           -     > 60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 473                           -    45-60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 474  Neither agree nor disagree        -   9/7/14 7:18 PM   9/7/14 7:19 PM
## 475                           -        -   9/7/14 7:18 PM   9/7/14 7:19 PM
## 476  Neither agree nor disagree    30-44   9/7/14 7:17 PM   9/7/14 7:20 PM
## 477                           -    30-44   9/7/14 7:18 PM   9/7/14 7:18 PM
## 478                           -     > 60   9/7/14 7:18 PM   9/7/14 7:19 PM
## 479                           -    45-60   9/7/14 7:18 PM   9/7/14 7:18 PM
## 480                           -    18-29   9/7/14 7:18 PM   9/7/14 7:18 PM
## 481  Neither agree nor disagree    45-60   9/7/14 7:17 PM   9/7/14 7:19 PM
## 482              Strongly agree    30-44   9/7/14 7:17 PM   9/7/14 7:18 PM
## 483           Strongly disagree    45-60   9/7/14 7:16 PM   9/7/14 7:18 PM
## 484           Strongly disagree    30-44   9/7/14 7:17 PM   9/7/14 7:19 PM
## 485                           -    45-60   9/7/14 7:16 PM   9/7/14 7:18 PM
## 486                           -    18-29   9/7/14 7:16 PM   9/7/14 7:17 PM
## 487                           -        -   9/7/14 7:16 PM   9/7/14 7:16 PM
## 488                           -    18-29   9/7/14 7:16 PM   9/7/14 7:17 PM
## 489  Neither agree nor disagree     > 60   9/7/14 7:15 PM   9/7/14 7:20 PM
## 490           Strongly disagree    18-29   9/7/14 7:16 PM   9/7/14 7:18 PM
## 491           Strongly disagree    45-60   9/7/14 7:15 PM   9/7/14 7:19 PM
## 492                           -        -   9/7/14 7:15 PM   9/7/14 7:17 PM
## 493  Neither agree nor disagree    18-29   9/7/14 7:08 PM   9/7/14 7:18 PM
## 494           Somewhat disagree    45-60   9/7/14 7:15 PM   9/7/14 7:17 PM
## 495                           -    30-44   9/7/14 7:14 PM   9/7/14 7:15 PM
## 496  Neither agree nor disagree     > 60   9/7/14 7:14 PM   9/7/14 7:18 PM
## 497                           -     > 60   9/7/14 7:14 PM   9/7/14 7:15 PM
## 498  Neither agree nor disagree     > 60   9/7/14 7:14 PM   9/7/14 7:18 PM
## 499                           -    30-44   9/7/14 7:08 PM   9/7/14 7:14 PM
## 500                           -    30-44   9/7/14 7:13 PM   9/7/14 7:14 PM
## 501              Strongly agree     > 60   9/7/14 7:13 PM   9/7/14 7:16 PM
## 502  Neither agree nor disagree     > 60   9/7/14 7:13 PM   9/7/14 7:16 PM
## 503                           -    30-44   9/7/14 7:13 PM   9/7/14 7:14 PM
## 504  Neither agree nor disagree     > 60   9/7/14 7:13 PM   9/7/14 7:18 PM
## 505                           -        -   9/7/14 7:12 PM   9/7/14 7:13 PM
## 506           Strongly disagree    18-29   9/7/14 7:12 PM   9/7/14 7:14 PM
## 507                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 508           Strongly disagree    45-60   9/7/14 7:12 PM   9/7/14 7:14 PM
## 509  Neither agree nor disagree     > 60   9/7/14 7:12 PM   9/7/14 7:14 PM
## 510              Somewhat agree     > 60   9/7/14 7:12 PM   9/7/14 7:15 PM
## 511                           -    30-44   9/7/14 7:12 PM   9/7/14 7:13 PM
## 512                           -    45-60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 513                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 514                           -     > 60   9/7/14 7:12 PM   9/7/14 7:13 PM
## 515                           -    18-29   9/7/14 7:12 PM   9/7/14 7:13 PM
## 516                           -     > 60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 517                           -    45-60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 518                           -    30-44   9/7/14 7:11 PM   9/7/14 7:12 PM
## 519                           -    45-60   9/7/14 7:11 PM   9/7/14 7:12 PM
## 520           Somewhat disagree     > 60   9/7/14 7:11 PM   9/7/14 7:13 PM
## 521                           -    30-44   9/7/14 7:11 PM   9/7/14 7:11 PM
## 522                           -    18-29   9/7/14 7:11 PM   9/7/14 7:12 PM
## 523                           -     > 60   9/7/14 7:11 PM   9/7/14 7:11 PM
## 524           Strongly disagree     > 60   9/7/14 7:10 PM   9/7/14 7:12 PM
## 525                           -        -   9/7/14 7:10 PM   9/7/14 7:10 PM
## 526                           -    18-29   9/7/14 7:10 PM   9/7/14 7:11 PM
## 527                           -    45-60   9/7/14 7:10 PM   9/7/14 7:11 PM
## 528                           -     > 60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 529           Strongly disagree    45-60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 530                           -    45-60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 531                           -    18-29   9/7/14 7:09 PM   9/7/14 7:10 PM
## 532                           -     > 60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 533                           -     > 60   9/7/14 7:09 PM   9/7/14 7:10 PM
## 534           Strongly disagree     > 60   9/7/14 7:09 PM   9/7/14 7:11 PM
## 535                           -    30-44   9/7/14 7:09 PM   9/7/14 7:10 PM
## 536                           -     > 60   9/7/14 7:09 PM   9/7/14 7:09 PM
## 537                           -        -   9/7/14 7:08 PM   9/7/14 7:09 PM
## 538                           -     > 60   9/7/14 7:08 PM   9/7/14 7:09 PM
## 539  Neither agree nor disagree    45-60   9/7/14 7:08 PM   9/7/14 7:11 PM
## 540                           -     > 60   9/7/14 7:08 PM   9/7/14 7:09 PM
## 541                           -    45-60   9/7/14 7:08 PM   9/7/14 7:08 PM
## 542           Strongly disagree    30-44   9/7/14 7:08 PM   9/7/14 7:10 PM
## 543  Neither agree nor disagree    30-44   9/7/14 7:08 PM   9/7/14 7:10 PM
## 544                           -    30-44   9/7/14 7:07 PM   9/7/14 7:08 PM
## 545                           -     > 60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 546                           -    18-29   9/7/14 7:07 PM   9/7/14 7:08 PM
## 547  Neither agree nor disagree    30-44   9/7/14 7:07 PM   9/7/14 7:10 PM
## 548                           -    45-60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 549                           -    45-60   9/7/14 7:07 PM   9/7/14 7:08 PM
## 550           Strongly disagree    30-44   9/7/14 7:06 PM   9/7/14 7:08 PM
## 551                           -     > 60   9/7/14 7:06 PM   9/7/14 7:08 PM
## 552           Strongly disagree    45-60   9/7/14 7:06 PM   9/7/14 7:07 PM
## 553  Neither agree nor disagree    45-60   9/7/14 7:06 PM   9/7/14 7:08 PM
## 554  Neither agree nor disagree     > 60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 555                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 556  Neither agree nor disagree    45-60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 557                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 558                           -        -   9/7/14 7:02 PM   9/7/14 7:05 PM
## 559                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 560                           -    45-60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 561                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 562  Neither agree nor disagree     > 60   9/7/14 7:05 PM   9/7/14 7:07 PM
## 563                           -     > 60   9/7/14 7:05 PM   9/7/14 7:06 PM
## 564           Strongly disagree    18-29   9/7/14 6:42 PM   9/7/14 7:06 PM
## 565                           -     > 60   9/7/14 7:04 PM   9/7/14 7:06 PM
## 566  Neither agree nor disagree    30-44   9/7/14 7:04 PM   9/7/14 7:09 PM
## 567                           -    30-44   9/7/14 7:04 PM   9/7/14 7:05 PM
## 568                           -     > 60   9/7/14 7:03 PM   9/7/14 7:05 PM
## 569                           -    45-60   9/7/14 7:03 PM   9/7/14 7:04 PM
## 570  Neither agree nor disagree    45-60   9/7/14 6:59 PM   9/7/14 7:06 PM
## 571           Strongly disagree    30-44   9/7/14 7:03 PM   9/7/14 7:05 PM
## 572                           -     > 60   9/7/14 7:03 PM   9/7/14 7:04 PM
## 573                           -        -   9/7/14 7:03 PM   9/7/14 7:03 PM
## 574                           -    30-44   9/7/14 7:03 PM   9/7/14 7:03 PM
## 575  Neither agree nor disagree    45-60   9/7/14 7:03 PM   9/7/14 7:06 PM
## 576           Strongly disagree    30-44   9/7/14 7:03 PM   9/7/14 7:05 PM
## 577                           -    30-44   9/7/14 7:03 PM   9/7/14 7:03 PM
## 578                           -     > 60   9/7/14 7:02 PM   9/7/14 7:04 PM
## 579                           -     > 60   9/7/14 7:02 PM   9/7/14 7:03 PM
## 580                           -    18-29   9/7/14 7:02 PM   9/7/14 7:03 PM
## 581           Strongly disagree    45-60   9/7/14 7:02 PM   9/7/14 7:04 PM
## 582                           -    45-60   9/7/14 7:02 PM   9/7/14 7:22 PM
## 583                           -    45-60   9/7/14 7:02 PM   9/7/14 7:03 PM
## 584                           -        -   9/7/14 7:02 PM   9/7/14 7:02 PM
## 585           Strongly disagree    30-44   9/7/14 6:56 PM   9/7/14 7:04 PM
## 586                           -     > 60   9/7/14 7:01 PM   9/7/14 7:03 PM
## 587           Strongly disagree    30-44   9/7/14 7:02 PM   9/7/14 7:04 PM
## 588           Strongly disagree    30-44   9/7/14 6:59 PM   9/7/14 7:03 PM
## 589           Strongly disagree    45-60   9/7/14 7:01 PM   9/7/14 7:03 PM
## 590  Neither agree nor disagree    30-44   9/7/14 7:01 PM   9/7/14 7:04 PM
## 591                           -    30-44   9/7/14 7:01 PM   9/7/14 7:02 PM
## 592           Strongly disagree    45-60   9/7/14 7:00 PM   9/7/14 7:02 PM
## 593           Strongly disagree     > 60   9/7/14 7:00 PM   9/7/14 7:02 PM
## 594                           -     > 60   9/7/14 7:00 PM   9/7/14 7:00 PM
## 595           Strongly disagree    30-44   9/7/14 6:59 PM   9/7/14 7:01 PM
## 596  Neither agree nor disagree    45-60   9/7/14 6:59 PM   9/7/14 7:01 PM
## 597  Neither agree nor disagree     > 60   9/7/14 6:59 PM   9/7/14 7:01 PM
## 598                           -     > 60   9/7/14 6:59 PM   9/7/14 7:00 PM
## 599                           -     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 600           Strongly disagree    45-60   9/7/14 6:59 PM   9/7/14 7:00 PM
## 601  Neither agree nor disagree        -   9/7/14 6:58 PM   9/7/14 7:00 PM
## 602                           -     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 603  Neither agree nor disagree    30-44   9/7/14 6:58 PM   9/7/14 7:01 PM
## 604  Neither agree nor disagree     > 60   9/7/14 6:58 PM   9/7/14 7:00 PM
## 605           Strongly disagree     > 60   9/7/14 6:58 PM   9/7/14 7:01 PM
## 606  Neither agree nor disagree    45-60   9/7/14 6:58 PM   9/7/14 7:02 PM
## 607                           -    45-60   9/7/14 6:57 PM   9/7/14 6:58 PM
## 608                           -    18-29   9/7/14 6:57 PM   9/7/14 7:00 PM
## 609                           -        -   9/7/14 6:57 PM   9/7/14 6:58 PM
## 610                           -    45-60   9/7/14 6:57 PM   9/7/14 6:58 PM
## 611           Strongly disagree    45-60   9/7/14 6:57 PM   9/7/14 7:00 PM
## 612                           -     > 60   9/7/14 6:56 PM   9/7/14 6:57 PM
## 613                           -    18-29   9/7/14 6:56 PM   9/7/14 6:57 PM
## 614                           -        -   9/7/14 6:56 PM   9/7/14 6:57 PM
## 615           Somewhat disagree    45-60   9/7/14 6:54 PM   9/7/14 6:58 PM
## 616                           -    45-60   9/7/14 6:56 PM   9/7/14 6:58 PM
## 617                           -     > 60   9/7/14 6:56 PM   9/7/14 6:57 PM
## 618  Neither agree nor disagree     > 60   9/7/14 6:55 PM   9/7/14 7:00 PM
## 619           Strongly disagree    30-44   9/7/14 6:55 PM   9/7/14 6:57 PM
## 620  Neither agree nor disagree    30-44   9/7/14 6:55 PM   9/7/14 6:57 PM
## 621           Strongly disagree    45-60   9/7/14 6:55 PM   9/7/14 6:57 PM
## 622  Neither agree nor disagree     > 60   9/7/14 6:54 PM   9/7/14 6:58 PM
## 623  Neither agree nor disagree    30-44   9/7/14 6:55 PM   9/7/14 6:58 PM
## 624                           -    18-29   9/7/14 6:55 PM   9/7/14 6:56 PM
## 625                           -     > 60   9/7/14 6:55 PM   9/7/14 6:56 PM
## 626                           -    30-44   9/7/14 6:55 PM   9/7/14 6:55 PM
## 627                           -    45-60   9/7/14 6:54 PM   9/7/14 6:55 PM
## 628              Somewhat agree     > 60   9/7/14 6:54 PM   9/7/14 6:57 PM
## 629  Neither agree nor disagree    45-60   9/7/14 6:54 PM   9/7/14 6:57 PM
## 630                           -    45-60   9/7/14 6:54 PM   9/7/14 6:56 PM
## 631                           -    30-44   9/7/14 6:54 PM   9/7/14 6:54 PM
## 632           Somewhat disagree    30-44   9/7/14 6:54 PM   9/7/14 6:56 PM
## 633                           -    45-60   9/7/14 6:53 PM   9/7/14 6:55 PM
## 634  Neither agree nor disagree     > 60   9/7/14 6:53 PM   9/7/14 6:55 PM
## 635                           -     > 60   9/7/14 6:52 PM   9/7/14 6:54 PM
## 636           Strongly disagree    45-60   9/7/14 6:53 PM   9/7/14 6:56 PM
## 637                           -     > 60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 638                           -    45-60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 639                           -    30-44   9/7/14 6:52 PM   9/7/14 6:53 PM
## 640                           -     > 60   9/7/14 6:52 PM   9/7/14 6:53 PM
## 641  Neither agree nor disagree    45-60   9/7/14 6:52 PM   9/7/14 6:54 PM
## 642                           -        -   9/7/14 6:52 PM   9/7/14 6:52 PM
## 643           Strongly disagree    18-29   9/7/14 6:52 PM   9/7/14 6:55 PM
## 644                           -    45-60   9/7/14 6:51 PM   9/7/14 6:52 PM
## 645           Somewhat disagree    45-60   9/7/14 6:51 PM   9/7/14 6:53 PM
## 646                           -    30-44   9/7/14 6:50 PM   9/7/14 6:52 PM
## 647                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 648           Strongly disagree    45-60   9/7/14 6:50 PM   9/7/14 6:52 PM
## 649                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 650                           -     > 60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 651              Somewhat agree     > 60   9/7/14 6:50 PM   9/7/14 6:53 PM
## 652           Strongly disagree     > 60   9/7/14 6:50 PM   9/7/14 6:53 PM
## 653                           -    45-60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 654                           -    45-60   9/7/14 6:50 PM   9/7/14 6:51 PM
## 655                           -    18-29   9/7/14 6:50 PM   9/7/14 6:50 PM
## 656  Neither agree nor disagree    45-60   9/7/14 6:50 PM   9/7/14 7:07 PM
## 657           Strongly disagree     > 60   9/7/14 6:49 PM   9/7/14 6:52 PM
## 658                           -     > 60   9/7/14 6:49 PM   9/7/14 6:50 PM
## 659  Neither agree nor disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 660  Neither agree nor disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 661           Strongly disagree        -   9/7/14 6:48 PM   9/7/14 6:52 PM
## 662                           -     > 60   9/7/14 6:48 PM   9/7/14 6:49 PM
## 663           Strongly disagree     > 60   9/7/14 6:48 PM   9/7/14 6:51 PM
## 664                           -     > 60   9/7/14 6:48 PM   9/7/14 6:49 PM
## 665           Strongly disagree    30-44   9/7/14 6:48 PM   9/7/14 6:51 PM
## 666                           -    45-60   9/7/14 6:47 PM   9/7/14 6:49 PM
## 667           Somewhat disagree    45-60   9/7/14 6:47 PM   9/7/14 6:51 PM
## 668                           -    45-60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 669           Strongly disagree    18-29   9/7/14 6:47 PM   9/7/14 6:51 PM
## 670           Somewhat disagree    30-44   9/7/14 6:47 PM   9/7/14 6:49 PM
## 671                           -    18-29   9/7/14 6:47 PM   9/7/14 6:48 PM
## 672                           -    45-60   9/7/14 6:47 PM   9/7/14 6:47 PM
## 673                           -    45-60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 674  Neither agree nor disagree     > 60   9/7/14 6:47 PM   9/7/14 6:48 PM
## 675  Neither agree nor disagree     > 60   9/7/14 6:47 PM   9/7/14 6:49 PM
## 676                           -    45-60   9/7/14 6:46 PM   9/7/14 6:47 PM
## 677  Neither agree nor disagree    45-60   9/7/14 6:46 PM   9/7/14 6:48 PM
## 678                           -     > 60   9/7/14 6:46 PM   9/7/14 6:47 PM
## 679                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 680                           -    30-44   9/7/14 6:46 PM   9/7/14 6:46 PM
## 681           Somewhat disagree    18-29   9/7/14 6:46 PM   9/7/14 6:48 PM
## 682           Somewhat disagree     > 60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 683                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 684                           -     > 60   9/7/14 6:45 PM   9/7/14 6:46 PM
## 685           Somewhat disagree    45-60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 686  Neither agree nor disagree    45-60   9/7/14 6:45 PM   9/7/14 6:47 PM
## 687                           -    18-29   9/7/14 6:44 PM   9/7/14 6:46 PM
## 688                           -        -   9/7/14 6:45 PM   9/7/14 6:45 PM
## 689           Strongly disagree    30-44   9/7/14 6:44 PM   9/7/14 6:50 PM
## 690                           -    30-44   9/7/14 6:40 PM   9/7/14 6:47 PM
## 691                           -     > 60   9/7/14 6:44 PM   9/7/14 6:45 PM
## 692           Strongly disagree    30-44   9/7/14 6:44 PM   9/7/14 6:45 PM
## 693  Neither agree nor disagree    18-29   9/7/14 6:43 PM   9/7/14 6:50 PM
## 694                           -     > 60   9/7/14 6:43 PM   9/7/14 6:44 PM
## 695           Strongly disagree     > 60   9/7/14 6:43 PM   9/7/14 6:48 PM
## 696                           -     > 60   9/7/14 6:43 PM   9/7/14 6:44 PM
## 697                           -     > 60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 698           Strongly disagree    30-44   9/7/14 6:42 PM   9/7/14 6:44 PM
## 699           Strongly disagree     > 60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 700  Neither agree nor disagree    45-60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 701           Somewhat disagree    45-60   9/7/14 6:42 PM   9/7/14 6:44 PM
## 702                           -    45-60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 703                           -     > 60   9/7/14 6:42 PM   9/7/14 6:43 PM
## 704                           -    30-44   9/7/14 6:42 PM   9/7/14 6:42 PM
## 705           Strongly disagree     > 60   9/7/14 6:42 PM   9/7/14 6:45 PM
## 706           Somewhat disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 707           Strongly disagree    30-44   9/7/14 6:41 PM   9/7/14 6:45 PM
## 708  Neither agree nor disagree     > 60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 709                           -    30-44   9/7/14 6:41 PM   9/7/14 6:42 PM
## 710                           -    18-29   9/7/14 6:41 PM   9/7/14 6:42 PM
## 711           Strongly disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 712           Strongly disagree    45-60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 713  Neither agree nor disagree     > 60   9/7/14 6:41 PM   9/7/14 6:43 PM
## 714                           -        -   9/7/14 6:41 PM   9/7/14 6:41 PM
## 715                           -    18-29   9/7/14 6:41 PM   9/7/14 6:41 PM
## 716                           -    18-29   9/7/14 6:41 PM   9/7/14 6:42 PM
## 717                           -     > 60   9/7/14 6:41 PM   9/7/14 6:41 PM
## 718  Neither agree nor disagree     > 60   9/7/14 6:40 PM   9/7/14 6:44 PM
## 719                           -     > 60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 720           Strongly disagree    18-29   9/7/14 6:40 PM   9/7/14 6:43 PM
## 721                           -    45-60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 722                           -    45-60   9/7/14 6:40 PM   9/7/14 6:41 PM
## 723                           -    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 724                           -        -   9/7/14 6:40 PM   9/7/14 6:40 PM
## 725                           -    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 726  Neither agree nor disagree    30-44   9/7/14 6:40 PM   9/7/14 6:41 PM
## 727                           -    30-44   9/7/14 6:39 PM   9/7/14 6:40 PM
## 728           Strongly disagree    45-60   9/7/14 6:39 PM   9/7/14 6:41 PM
## 729  Neither agree nor disagree     > 60   9/7/14 6:39 PM   9/7/14 6:43 PM
## 730                           -        -   9/7/14 6:39 PM   9/7/14 6:40 PM
## 731  Neither agree nor disagree    30-44   9/7/14 6:39 PM   9/7/14 6:41 PM
## 732  Neither agree nor disagree    45-60   9/7/14 6:39 PM   9/7/14 6:41 PM
## 733           Strongly disagree     > 60   9/7/14 6:39 PM   9/7/14 6:42 PM
## 734                           -     > 60   9/7/14 6:39 PM   9/7/14 6:39 PM
## 735                           -    30-44   9/7/14 6:39 PM   9/7/14 6:39 PM
## 736           Strongly disagree    45-60   9/7/14 6:39 PM   9/7/14 6:40 PM
## 737                           -    30-44   9/7/14 6:38 PM   9/7/14 6:39 PM
## 738                           -        -   9/7/14 6:38 PM   9/7/14 6:39 PM
## 739                           -    45-60   9/7/14 6:38 PM   9/7/14 6:39 PM
## 740  Neither agree nor disagree     > 60   9/7/14 6:38 PM   9/7/14 6:40 PM
## 741           Strongly disagree    18-29   9/7/14 6:38 PM   9/7/14 6:40 PM
## 742                           -        -   9/7/14 6:38 PM   9/7/14 6:39 PM
## 743                           -     > 60   9/7/14 6:38 PM   9/7/14 6:38 PM
## 744                           -     > 60   9/7/14 6:37 PM   9/7/14 6:39 PM
## 745           Strongly disagree    30-44   9/7/14 6:37 PM   9/7/14 6:40 PM
## 746           Strongly disagree    30-44   9/7/14 6:35 PM   9/7/14 6:39 PM
## 747                           -     > 60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 748                           -    30-44   9/7/14 6:37 PM   9/7/14 6:38 PM
## 749                           -        -   9/7/14 6:37 PM   9/7/14 6:37 PM
## 750                           -    45-60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 751  Neither agree nor disagree     > 60   9/7/14 6:37 PM   9/7/14 8:58 PM
## 752                           -     > 60   9/7/14 6:37 PM   9/7/14 6:38 PM
## 753  Neither agree nor disagree        -   9/7/14 6:37 PM   9/7/14 6:46 PM
## 754                           -     > 60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 755                           -    30-44   9/7/14 6:36 PM   9/7/14 6:37 PM
## 756  Neither agree nor disagree    45-60   9/7/14 6:35 PM   9/7/14 6:38 PM
## 757           Strongly disagree    45-60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 758                           -     > 60   9/7/14 6:36 PM   9/7/14 6:36 PM
## 759           Strongly disagree    45-60   9/7/14 6:36 PM   9/7/14 6:37 PM
## 760                           -    45-60   9/7/14 6:35 PM   9/7/14 6:36 PM
## 761              Somewhat agree    45-60   9/7/14 6:35 PM   9/7/14 6:38 PM
## 762                           -    30-44   9/7/14 6:35 PM   9/7/14 6:36 PM
## 763  Neither agree nor disagree    30-44   9/7/14 6:35 PM   9/7/14 6:37 PM
## 764           Strongly disagree    30-44   9/7/14 6:35 PM   9/7/14 6:39 PM
## 765           Strongly disagree        -   9/7/14 6:35 PM   9/7/14 6:40 PM
## 766                           -     > 60   9/7/14 6:35 PM   9/7/14 6:37 PM
## 767                           -    45-60   9/7/14 6:35 PM   9/7/14 6:57 PM
## 768                           -    45-60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 769                           -     > 60   9/7/14 6:35 PM   9/7/14 6:36 PM
## 770           Somewhat disagree    45-60   9/7/14 6:35 PM   9/7/14 6:37 PM
## 771  Neither agree nor disagree    30-44   9/7/14 6:34 PM   9/7/14 6:37 PM
## 772                           -    30-44   9/7/14 6:35 PM   9/7/14 6:37 PM
## 773                           -     > 60   9/7/14 6:35 PM   9/7/14 6:35 PM
## 774           Strongly disagree        -   9/7/14 6:35 PM   9/7/14 6:36 PM
## 775                           -    45-60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 776  Neither agree nor disagree    30-44   9/7/14 6:34 PM   9/7/14 6:39 PM
## 777           Strongly disagree     > 60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 778  Neither agree nor disagree     > 60   9/7/14 6:34 PM   9/7/14 6:36 PM
## 779                           -    45-60   9/7/14 6:34 PM   9/7/14 6:37 PM
## 780                           -     > 60   9/7/14 6:34 PM   9/7/14 6:35 PM
## 781                           -    30-44   9/7/14 6:33 PM   9/7/14 6:35 PM
## 782  Neither agree nor disagree    18-29   9/7/14 6:33 PM   9/7/14 6:36 PM
## 783           Strongly disagree    30-44   9/7/14 6:33 PM   9/7/14 6:35 PM
## 784           Somewhat disagree    45-60   9/7/14 6:33 PM   9/7/14 6:35 PM
## 785           Strongly disagree    45-60   9/7/14 6:33 PM   9/7/14 6:36 PM
## 786                           -        -   9/7/14 6:33 PM   9/7/14 6:35 PM
## 787                           -    45-60   9/7/14 6:33 PM   9/7/14 6:34 PM
## 788           Strongly disagree    30-44   9/7/14 6:33 PM   9/7/14 6:38 PM
## 789                           -        -   9/7/14 6:33 PM   9/7/14 6:33 PM
## 790                           -     > 60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 791           Strongly disagree    45-60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 792                           -    30-44   9/7/14 6:32 PM   9/7/14 6:33 PM
## 793           Strongly disagree    45-60   9/7/14 6:32 PM   9/7/14 6:34 PM
## 794           Strongly disagree    18-29   9/7/14 6:30 PM   9/7/14 6:35 PM
## 795                           -    18-29   9/7/14 6:31 PM   9/7/14 6:32 PM
## 796  Neither agree nor disagree    30-44   9/7/14 6:31 PM   9/7/14 6:33 PM
## 797  Neither agree nor disagree    30-44   9/7/14 6:30 PM   9/7/14 7:41 PM
## 798                           -    18-29   9/7/14 6:27 PM   9/7/14 6:31 PM
## 799                           -    45-60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 800                           -    30-44   9/7/14 6:30 PM   9/7/14 6:31 PM
## 801  Neither agree nor disagree    45-60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 802           Strongly disagree     > 60   9/7/14 6:30 PM   9/7/14 6:32 PM
## 803                           -    30-44   9/7/14 6:29 PM   9/7/14 6:31 PM
## 804           Strongly disagree     > 60   9/7/14 6:29 PM   9/7/14 6:32 PM
## 805                           -    18-29   9/7/14 6:29 PM   9/7/14 6:30 PM
## 806                           -    30-44   9/7/14 6:29 PM   9/7/14 6:30 PM
## 807                           -     > 60   9/7/14 6:29 PM   9/7/14 6:30 PM
## 808                           -     > 60   9/7/14 6:29 PM   9/7/14 6:30 PM
## 809  Neither agree nor disagree    30-44   9/7/14 6:29 PM   9/7/14 6:31 PM
## 810                           -    18-29   9/7/14 6:28 PM   9/7/14 6:30 PM
## 811                           -     > 60   9/7/14 6:28 PM   9/7/14 6:33 PM
## 812                           -        -   9/7/14 6:29 PM   9/7/14 6:29 PM
## 813           Somewhat disagree    30-44   9/7/14 6:28 PM   9/7/14 6:31 PM
## 814                           -    45-60   9/7/14 6:28 PM   9/7/14 6:29 PM
## 815                           -    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 816                           -     > 60   9/7/14 6:27 PM   9/7/14 6:28 PM
## 817                           -    18-29   9/7/14 6:27 PM   9/7/14 6:28 PM
## 818              Strongly agree     > 60   9/7/14 6:26 PM   9/7/14 6:34 PM
## 819           Strongly disagree    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 820                           -    45-60   9/7/14 6:27 PM   9/7/14 6:28 PM
## 821  Neither agree nor disagree    45-60   9/7/14 6:27 PM   9/7/14 6:29 PM
## 822                           -     > 60   9/7/14 6:27 PM   9/7/14 6:27 PM
## 823           Strongly disagree    18-29   9/7/14 6:26 PM   9/7/14 6:29 PM
## 824           Strongly disagree     > 60   9/7/14 6:26 PM   9/7/14 6:28 PM
## 825                           -     > 60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 826                           -    45-60   9/7/14 6:26 PM   9/7/14 6:28 PM
## 827                           -    30-44   9/7/14 6:26 PM   9/7/14 6:27 PM
## 828           Strongly disagree    45-60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 829           Strongly disagree    30-44   9/7/14 6:26 PM   9/7/14 6:27 PM
## 830  Neither agree nor disagree     > 60   9/7/14 6:26 PM   9/7/14 6:27 PM
## 831           Strongly disagree     > 60   9/7/14 6:25 PM   9/7/14 6:30 PM
## 832                           -    45-60   9/7/14 6:26 PM   9/7/14 6:26 PM
## 833           Somewhat disagree    45-60   9/7/14 6:25 PM   9/7/14 6:30 PM
## 834  Neither agree nor disagree     > 60   9/7/14 6:25 PM   9/7/14 6:27 PM
## 835                           -    45-60   9/7/14 6:25 PM   9/7/14 6:25 PM
## 836  Neither agree nor disagree     > 60   9/7/14 6:25 PM   9/7/14 6:29 PM
## 837  Neither agree nor disagree    45-60   9/7/14 6:24 PM   9/7/14 6:29 PM
## 838  Neither agree nor disagree    45-60   9/7/14 6:24 PM   9/7/14 6:27 PM
## 839                           -    18-29   9/7/14 6:24 PM   9/7/14 6:25 PM
## 840                           -    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 841                           -     > 60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 842           Strongly disagree    18-29   9/7/14 6:24 PM   9/7/14 6:26 PM
## 843           Strongly disagree    45-60   9/7/14 6:24 PM   9/7/14 6:26 PM
## 844                           -    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 845           Somewhat disagree     > 60   9/7/14 6:24 PM   9/7/14 6:27 PM
## 846           Strongly disagree    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 847                           -    45-60   9/7/14 6:24 PM   9/7/14 6:25 PM
## 848                           -    45-60   9/7/14 6:24 PM   9/7/14 6:24 PM
## 849  Neither agree nor disagree    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 850  Neither agree nor disagree    30-44   9/7/14 6:23 PM   9/7/14 6:26 PM
## 851                           -    30-44   9/7/14 6:23 PM   9/7/14 6:24 PM
## 852                           -    18-29   9/7/14 6:23 PM   9/7/14 6:24 PM
## 853  Neither agree nor disagree     > 60   9/7/14 6:23 PM   9/7/14 6:25 PM
## 854                           -        -   9/7/14 6:23 PM   9/7/14 6:23 PM
## 855                           -        -   9/7/14 6:23 PM   9/7/14 6:23 PM
## 856           Somewhat disagree    30-44   9/7/14 6:23 PM   9/7/14 6:25 PM
## 857                           -    45-60   9/7/14 6:22 PM   9/7/14 6:25 PM
## 858                           -    30-44   9/7/14 6:23 PM   9/7/14 6:24 PM
## 859                           -     > 60   9/7/14 6:22 PM   9/7/14 6:23 PM
## 860           Strongly disagree    45-60   9/7/14 6:22 PM   9/7/14 6:24 PM
## 861                           -    45-60   9/7/14 6:22 PM   9/7/14 6:22 PM
## 862           Strongly disagree     > 60   9/7/14 6:22 PM   9/7/14 6:23 PM
## 863  Neither agree nor disagree    45-60   9/7/14 6:21 PM   9/7/14 6:23 PM
## 864                           -    45-60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 865                           -        -   9/7/14 6:21 PM   9/7/14 6:22 PM
## 866                           -    18-29   9/7/14 6:21 PM   9/7/14 6:22 PM
## 867                           -     > 60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 868                           -     > 60   9/7/14 6:21 PM   9/7/14 6:22 PM
## 869           Strongly disagree    45-60   9/7/14 6:21 PM   9/7/14 6:23 PM
## 870                           -     > 60   9/7/14 6:20 PM   9/7/14 6:21 PM
## 871  Neither agree nor disagree    45-60   9/7/14 6:20 PM   9/7/14 6:23 PM
## 872           Somewhat disagree     > 60   9/7/14 6:20 PM   9/7/14 6:22 PM
## 873  Neither agree nor disagree        -   9/7/14 6:20 PM   9/7/14 6:22 PM
## 874                           -    30-44   9/7/14 6:19 PM   9/7/14 6:20 PM
## 875           Somewhat disagree    30-44   9/7/14 6:19 PM   9/7/14 6:24 PM
## 876                           -     > 60   9/7/14 6:19 PM   9/7/14 6:20 PM
## 877           Strongly disagree    30-44   9/7/14 6:19 PM   9/7/14 6:22 PM
## 878  Neither agree nor disagree    45-60   9/7/14 6:19 PM   9/7/14 6:21 PM
## 879           Strongly disagree    45-60   9/7/14 6:19 PM   9/7/14 6:23 PM
## 880                           -     > 60   9/7/14 6:18 PM   9/7/14 6:20 PM
## 881  Neither agree nor disagree    45-60   9/7/14 6:18 PM   9/7/14 6:21 PM
## 882           Strongly disagree    18-29   9/7/14 6:18 PM   9/7/14 6:21 PM
## 883                           -    18-29   9/7/14 6:18 PM   9/7/14 6:21 PM
## 884  Neither agree nor disagree    45-60   9/7/14 6:18 PM   9/7/14 6:22 PM
## 885                           -    45-60   9/7/14 6:18 PM   9/7/14 6:19 PM
## 886  Neither agree nor disagree    45-60   9/7/14 6:17 PM   9/7/14 6:19 PM
## 887                           -    18-29   9/7/14 6:17 PM   9/7/14 6:18 PM
## 888  Neither agree nor disagree     > 60   9/7/14 6:16 PM   9/7/14 6:18 PM
## 889           Strongly disagree        -   9/7/14 6:17 PM   9/7/14 6:17 PM
## 890           Strongly disagree     > 60   9/7/14 6:16 PM   9/7/14 6:22 PM
## 891                           -    18-29   9/7/14 6:16 PM   9/7/14 6:17 PM
## 892                           -    45-60   9/7/14 6:16 PM   9/7/14 6:16 PM
## 893           Strongly disagree    45-60   9/7/14 6:15 PM   9/7/14 6:17 PM
## 894                           -    45-60   9/7/14 6:15 PM   9/7/14 6:16 PM
## 895                           -     > 60   9/7/14 6:15 PM   9/7/14 6:16 PM
## 896                           -    30-44   9/7/14 6:15 PM   9/7/14 6:16 PM
## 897  Neither agree nor disagree    45-60   9/7/14 6:15 PM   9/7/14 6:18 PM
## 898                           -    45-60   9/7/14 6:15 PM   9/7/14 6:15 PM
## 899           Strongly disagree    45-60   9/7/14 6:14 PM   9/7/14 6:16 PM
## 900                           -    18-29   9/7/14 6:14 PM   9/7/14 6:15 PM
## 901                           -    18-29   9/7/14 6:14 PM   9/7/14 6:15 PM
## 902                           -    45-60   9/7/14 6:14 PM   9/7/14 6:15 PM
## 903  Neither agree nor disagree    18-29   9/7/14 6:14 PM   9/7/14 6:16 PM
## 904           Strongly disagree    45-60   9/7/14 6:14 PM   9/7/14 6:16 PM
## 905  Neither agree nor disagree    18-29   9/7/14 6:14 PM   9/7/14 6:16 PM
## 906                           -     > 60   9/7/14 6:13 PM   9/7/14 6:14 PM
## 907  Neither agree nor disagree     > 60   9/7/14 6:13 PM   9/7/14 6:16 PM
## 908                           -    30-44   9/7/14 6:13 PM   9/7/14 6:14 PM
## 909                           -     > 60   9/7/14 6:13 PM   9/7/14 6:14 PM
## 910                           -    30-44   9/7/14 6:12 PM   9/7/14 6:13 PM
## 911  Neither agree nor disagree    45-60   9/7/14 6:12 PM   9/7/14 6:14 PM
## 912           Somewhat disagree    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 913                           -     > 60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 914  Neither agree nor disagree     > 60   9/7/14 6:12 PM   9/7/14 6:14 PM
## 915                           -    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 916           Strongly disagree     > 60   9/7/14 6:12 PM   9/7/14 6:15 PM
## 917                           -    18-29   9/7/14 6:10 PM   9/7/14 6:12 PM
## 918  Neither agree nor disagree    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 919                           -    45-60   9/7/14 6:12 PM   9/7/14 6:13 PM
## 920           Somewhat disagree        -   9/7/14 6:12 PM   9/7/14 6:13 PM
## 921                           -    30-44   9/7/14 6:11 PM   9/7/14 6:12 PM
## 922                           -    30-44   9/7/14 6:11 PM   9/7/14 6:12 PM
## 923                           -     > 60   9/7/14 6:11 PM   9/7/14 6:13 PM
## 924                           -     > 60   9/7/14 6:11 PM   9/7/14 6:12 PM
## 925           Strongly disagree    30-44   9/7/14 6:11 PM   9/7/14 6:13 PM
## 926                           -    30-44   9/7/14 6:11 PM   9/7/14 6:11 PM
## 927                           -     > 60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 928                           -    45-60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 929                           -    45-60   9/7/14 6:11 PM   9/7/14 6:11 PM
## 930                           -        -   9/7/14 6:10 PM   9/7/14 6:11 PM
## 931                           -    30-44   9/7/14 6:10 PM   9/7/14 6:11 PM
## 932                           -    45-60   9/7/14 6:10 PM   9/7/14 6:13 PM
## 933                           -     > 60   9/7/14 6:10 PM   9/7/14 6:11 PM
## 934           Strongly disagree    30-44   9/7/14 6:10 PM   9/7/14 6:12 PM
## 935                           -    45-60   9/7/14 6:10 PM   9/7/14 6:10 PM
## 936                           -    30-44   9/7/14 6:09 PM   9/7/14 6:10 PM
## 937                           -    18-29   9/7/14 6:09 PM   9/7/14 6:11 PM
## 938                           -    30-44   9/7/14 6:09 PM   9/7/14 6:11 PM
## 939                           -    45-60   9/7/14 6:09 PM   9/7/14 6:09 PM
## 940                           -    45-60   9/7/14 6:09 PM   9/7/14 6:10 PM
## 941                           -    30-44   9/7/14 6:09 PM   9/7/14 6:10 PM
## 942  Neither agree nor disagree    45-60   9/7/14 6:09 PM   9/7/14 6:10 PM
## 943  Neither agree nor disagree     > 60   9/7/14 6:08 PM   9/7/14 6:10 PM
## 944           Strongly disagree    30-44   9/7/14 6:08 PM   9/7/14 6:10 PM
## 945  Neither agree nor disagree    30-44   9/7/14 6:08 PM   9/7/14 6:10 PM
## 946                           -     > 60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 947                           -     > 60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 948                           -    45-60   9/7/14 6:08 PM   9/7/14 6:09 PM
## 949           Strongly disagree    30-44   9/7/14 6:07 PM   9/7/14 6:10 PM
## 950                           -    30-44   9/7/14 6:07 PM   9/7/14 6:08 PM
## 951                           -    30-44   9/7/14 6:07 PM   9/7/14 6:08 PM
## 952                           -        -   9/7/14 6:07 PM   9/7/14 6:08 PM
## 953  Neither agree nor disagree    45-60   9/7/14 6:07 PM   9/7/14 6:08 PM
## 954                           -    18-29   9/7/14 6:07 PM   9/7/14 6:07 PM
## 955                           -    30-44   9/7/14 6:06 PM   9/7/14 6:07 PM
## 956                           -    45-60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 957                           -        -   9/7/14 6:06 PM   9/7/14 6:07 PM
## 958                           -    45-60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 959           Strongly disagree    45-60   9/7/14 6:06 PM   9/7/14 6:12 PM
## 960  Neither agree nor disagree    18-29   9/7/14 6:06 PM   9/7/14 6:10 PM
## 961                           -     > 60   9/7/14 6:06 PM   9/7/14 6:07 PM
## 962                           -    18-29   9/7/14 6:06 PM   9/7/14 6:06 PM
## 963                           -        -   9/7/14 6:01 PM   9/7/14 6:06 PM
## 964                           -        -   9/7/14 6:05 PM   9/7/14 6:06 PM
## 965  Neither agree nor disagree     > 60   9/7/14 6:05 PM   9/7/14 6:08 PM
## 966           Strongly disagree    45-60   9/7/14 6:05 PM   9/7/14 6:09 PM
## 967                           -    30-44   9/7/14 6:05 PM   9/7/14 6:06 PM
## 968                           -        -   9/7/14 6:05 PM   9/7/14 6:06 PM
## 969                           -    45-60   9/7/14 6:05 PM   9/7/14 6:05 PM
## 970                           -    45-60   9/7/14 6:05 PM   9/7/14 6:06 PM
## 971  Neither agree nor disagree     > 60   9/7/14 6:05 PM   9/7/14 6:08 PM
## 972                           -    45-60   9/7/14 6:05 PM   9/7/14 6:05 PM
## 973  Neither agree nor disagree    45-60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 974                           -        -   9/7/14 6:04 PM   9/7/14 6:05 PM
## 975  Neither agree nor disagree     > 60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 976                           -    45-60   9/7/14 6:04 PM   9/7/14 6:08 PM
## 977  Neither agree nor disagree    30-44   9/7/14 6:02 PM   9/7/14 6:05 PM
## 978                           -     > 60   9/7/14 6:04 PM   9/7/14 6:05 PM
## 979                           -     > 60   9/7/14 6:04 PM   9/7/14 6:05 PM
## 980           Strongly disagree     > 60   9/7/14 6:04 PM   9/7/14 6:06 PM
## 981           Strongly disagree    30-44   9/7/14 6:03 PM   9/7/14 6:05 PM
## 982                           -    45-60   9/7/14 6:03 PM   9/7/14 6:05 PM
## 983                           -    45-60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 984                           -     > 60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 985                           -    45-60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 986  Neither agree nor disagree        -   9/7/14 6:02 PM   9/7/14 6:03 PM
## 987                           -    45-60   9/7/14 6:02 PM   9/7/14 6:02 PM
## 988                           -     > 60   9/7/14 6:02 PM   9/7/14 6:03 PM
## 989  Neither agree nor disagree    30-44   9/7/14 6:02 PM   9/7/14 6:04 PM
## 990                           -    30-44   9/7/14 6:02 PM   9/7/14 6:02 PM
## 991                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 992                           -     > 60   9/7/14 6:01 PM   9/7/14 6:02 PM
## 993              Somewhat agree    30-44   9/7/14 6:01 PM   9/7/14 6:04 PM
## 994           Strongly disagree     > 60   9/7/14 6:01 PM   9/7/14 6:03 PM
## 995                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 996                           -    30-44   9/7/14 6:01 PM   9/7/14 6:02 PM
## 997                           -    45-60   9/7/14 6:01 PM   9/7/14 6:03 PM
## 998  Neither agree nor disagree    45-60   9/7/14 6:01 PM   9/7/14 6:09 PM
## 999                           -    45-60   9/7/14 6:01 PM   9/7/14 6:01 PM
## 1000 Neither agree nor disagree     > 60   9/7/14 6:00 PM   9/7/14 6:02 PM
## 1001                          -    30-44   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1002                          -    18-29   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1003          Strongly disagree     > 60   9/7/14 6:00 PM   9/7/14 6:02 PM
## 1004                          -    45-60   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1005          Strongly disagree    45-60   9/7/14 6:00 PM   9/7/14 6:01 PM
## 1006          Somewhat disagree    30-44   9/7/14 5:59 PM   9/7/14 6:02 PM
## 1007          Somewhat disagree    30-44   9/7/14 5:59 PM   9/7/14 6:02 PM
## 1008                          -    45-60   9/7/14 5:59 PM   9/7/14 6:00 PM
## 1009 Neither agree nor disagree     > 60   9/7/14 5:59 PM   9/7/14 6:03 PM
## 1010          Strongly disagree    45-60   9/7/14 5:59 PM   9/7/14 6:01 PM
## 1011                          -    45-60   9/7/14 5:52 PM   9/7/14 6:00 PM
## 1012          Strongly disagree    30-44   9/7/14 5:59 PM   9/7/14 6:01 PM
## 1013 Neither agree nor disagree    45-60   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1014          Strongly disagree     > 60   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1015          Strongly disagree    30-44   9/7/14 5:53 PM   9/7/14 6:00 PM
## 1016 Neither agree nor disagree    30-44   9/7/14 5:58 PM   9/7/14 6:00 PM
## 1017                          -    30-44   9/7/14 5:58 PM   9/7/14 7:14 PM
## 1018 Neither agree nor disagree    30-44   9/7/14 5:57 PM   9/7/14 6:01 PM
## 1019 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 6:00 PM
## 1020 Neither agree nor disagree        -   9/7/14 5:58 PM   9/7/14 5:58 PM
## 1021 Neither agree nor disagree    30-44   9/7/14 5:57 PM   9/7/14 6:00 PM
## 1022 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 6:01 PM
## 1023                          -    30-44   9/7/14 5:57 PM   9/7/14 5:58 PM
## 1024                          -     > 60   9/7/14 5:57 PM   9/7/14 5:58 PM
## 1025 Neither agree nor disagree     > 60   9/7/14 5:57 PM   9/7/14 5:59 PM
## 1026                          -    45-60   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1027                          -    45-60   9/7/14 5:56 PM   9/7/14 5:58 PM
## 1028                          -    45-60   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1029                          -    30-44   9/7/14 5:56 PM   9/7/14 5:57 PM
## 1030             Somewhat agree    45-60   9/7/14 5:56 PM   9/7/14 5:58 PM
## 1031 Neither agree nor disagree    45-60   9/7/14 5:55 PM   9/7/14 5:57 PM
## 1032                          -    30-44   9/7/14 5:56 PM   9/7/14 5:56 PM
## 1033                          -        -   9/7/14 5:55 PM   9/7/14 5:56 PM
## 1034                          -    30-44   9/7/14 5:56 PM   9/7/14 5:56 PM
## 1035          Somewhat disagree     > 60   9/7/14 5:55 PM   9/7/14 5:57 PM
## 1036                          -    30-44   9/7/14 5:55 PM   9/7/14 5:56 PM
## 1037                          -    30-44   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1038                          -    30-44   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1039          Strongly disagree    45-60   9/7/14 5:54 PM   9/7/14 5:57 PM
## 1040                          -     > 60   9/7/14 5:55 PM   9/7/14 5:55 PM
## 1041                          -     > 60   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1042 Neither agree nor disagree    30-44   9/7/14 5:54 PM   9/7/14 5:59 PM
## 1043 Neither agree nor disagree    45-60   9/7/14 5:54 PM   9/7/14 5:56 PM
## 1044                          -    18-29   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1045 Neither agree nor disagree     > 60   9/7/14 5:54 PM   9/7/14 6:18 PM
## 1046 Neither agree nor disagree    18-29   9/7/14 5:54 PM   9/7/14 5:58 PM
## 1047                          -     > 60   9/7/14 5:54 PM   9/7/14 5:55 PM
## 1048                          -    45-60   9/7/14 5:53 PM   9/7/14 5:54 PM
## 1049                          -    30-44   9/7/14 5:53 PM   9/7/14 5:53 PM
## 1050 Neither agree nor disagree    45-60   9/7/14 5:53 PM   9/7/14 6:11 PM
## 1051          Strongly disagree    45-60   9/7/14 5:53 PM   9/7/14 5:54 PM
## 1052          Strongly disagree    30-44   9/7/14 5:52 PM   9/7/14 5:55 PM
## 1053                          -    30-44   9/7/14 5:53 PM   9/7/14 5:53 PM
## 1054                          -    30-44   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1055 Neither agree nor disagree    30-44   9/7/14 5:52 PM   9/7/14 5:54 PM
## 1056                          -    45-60   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1057                          -        -   9/7/14 5:52 PM   9/7/14 5:53 PM
## 1058          Strongly disagree     > 60   9/7/14 5:51 PM   9/7/14 5:54 PM
## 1059 Neither agree nor disagree    30-44   9/7/14 5:51 PM   9/7/14 5:54 PM
## 1060                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1061          Strongly disagree    30-44   9/7/14 5:51 PM   9/7/14 5:53 PM
## 1062                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1063                          -     > 60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1064                          -    45-60   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1065                          -    18-29   9/7/14 5:51 PM   9/7/14 5:52 PM
## 1066                          -     > 60   9/7/14 5:51 PM   9/7/14 5:51 PM
## 1067                          -     > 60   9/7/14 5:50 PM   9/7/14 5:51 PM
## 1068                          -    45-60   9/7/14 5:50 PM   9/7/14 5:51 PM
## 1069                          -    30-44   9/7/14 5:49 PM   9/7/14 5:58 PM
## 1070             Somewhat agree    30-44   9/7/14 5:49 PM   9/7/14 5:51 PM
## 1071          Strongly disagree    45-60   9/7/14 5:49 PM   9/7/14 5:51 PM
## 1072                          -    45-60   9/7/14 5:49 PM   9/7/14 5:50 PM
## 1073                          -    18-29   9/7/14 5:49 PM   9/7/14 5:50 PM
## 1074                          -     > 60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1075          Strongly disagree    45-60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1076                          -    45-60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1077                          -    30-44   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1078             Somewhat agree    45-60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1079 Neither agree nor disagree     > 60   9/7/14 5:48 PM   9/7/14 5:50 PM
## 1080                          -    45-60   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1081                          -    30-44   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1082                          -     > 60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1083                          -    45-60   9/7/14 5:48 PM   9/7/14 5:49 PM
## 1084                          -        -   9/7/14 5:48 PM   9/7/14 5:48 PM
## 1085                          -    45-60   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1086                          -    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1087                          -    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1088 Neither agree nor disagree    30-44   9/7/14 5:47 PM   9/7/14 5:48 PM
## 1089                          -    18-29   9/7/14 5:47 PM   9/7/14 5:47 PM
## 1090 Neither agree nor disagree    30-44   9/7/14 5:46 PM   9/7/14 5:49 PM
## 1091 Neither agree nor disagree     > 60   9/7/14 5:46 PM   9/7/14 5:49 PM
## 1092                          -    30-44   9/7/14 5:46 PM   9/7/14 5:47 PM
## 1093                          -     > 60   9/7/14 5:45 PM   9/7/14 5:46 PM
## 1094                          -    45-60   9/7/14 5:45 PM   9/7/14 5:46 PM
##      Which.of.the.following.best.describes.your.current.relationship.status.
## 1                                                                   Response
## 2                            Single, but cohabiting with a significant other
## 3                            Single, but cohabiting with a significant other
## 4                                                                    Married
## 5                                                                    Married
## 6                                                                    Married
## 7                            Single, but cohabiting with a significant other
## 8                            Single, but cohabiting with a significant other
## 9                                                                    Married
## 10                                                                   Married
## 11                                                                   Married
## 12                           Single, but cohabiting with a significant other
## 13                                                                   Married
## 14                                                                   Married
## 15                                                                   Married
## 16                                                                   Married
## 17                                                                   Married
## 18                                                                   Married
## 19                                  In a domestic partnership or civil union
## 20                                  In a domestic partnership or civil union
## 21                                                                   Married
## 22                                                                   Married
## 23                                                                   Married
## 24                                                                   Married
## 25                                                                   Married
## 26                           Single, but cohabiting with a significant other
## 27                                                                   Married
## 28                                  In a domestic partnership or civil union
## 29                           Single, but cohabiting with a significant other
## 30                                                                   Married
## 31                                                                   Married
## 32                                                                   Married
## 33                                                                   Married
## 34                           Single, but cohabiting with a significant other
## 35                                                                   Married
## 36                                                                   Married
## 37                           Single, but cohabiting with a significant other
## 38                                                                   Married
## 39                                                                   Married
## 40                                                                   Married
## 41                                                                   Married
## 42                                                                   Married
## 43                                                                   Married
## 44                           Single, but cohabiting with a significant other
## 45                                                                   Married
## 46                                                                   Married
## 47                           Single, but cohabiting with a significant other
## 48                                                                   Married
## 49                                                                   Married
## 50                                                                   Married
## 51                                                                   Married
## 52                                                                   Married
## 53                                  In a domestic partnership or civil union
## 54                           Single, but cohabiting with a significant other
## 55                           Single, but cohabiting with a significant other
## 56                           Single, but cohabiting with a significant other
## 57                                                                   Married
## 58                           Single, but cohabiting with a significant other
## 59                                                                   Married
## 60                                                                   Married
## 61                                                                   Widowed
## 62                                                                   Married
## 63                                                                   Married
## 64                           Single, but cohabiting with a significant other
## 65                                                                   Married
## 66                                                                   Married
## 67                                                                   Married
## 68                           Single, but cohabiting with a significant other
## 69                                                                   Married
## 70                                                                   Married
## 71                                                                   Married
## 72                                                                   Married
## 73                                                                   Married
## 74                                                                   Married
## 75                                                                   Married
## 76                                                                   Married
## 77                                                                   Married
## 78                                                                   Married
## 79                                                                   Married
## 80                           Single, but cohabiting with a significant other
## 81                                                                   Married
## 82                                                                   Married
## 83                                                                   Married
## 84                                                                   Married
## 85                                                                   Married
## 86                                                                   Married
## 87                                                                   Married
## 88                                                                   Married
## 89                                                                   Married
## 90                                                                   Married
## 91                                                                   Married
## 92                                                                   Married
## 93                                                                   Married
## 94                           Single, but cohabiting with a significant other
## 95                                                                   Married
## 96                                                                   Married
## 97                                                                   Married
## 98                                                                   Married
## 99                                                                   Married
## 100                                 In a domestic partnership or civil union
## 101                                                                  Married
## 102                                                                  Married
## 103                                 In a domestic partnership or civil union
## 104                                                                  Married
## 105                                                                  Married
## 106                                                                  Married
## 107                          Single, but cohabiting with a significant other
## 108                                                                  Married
## 109                          Single, but cohabiting with a significant other
## 110                                                                  Married
## 111                          Single, but cohabiting with a significant other
## 112                                                                  Married
## 113                                                                  Married
## 114                                                                  Married
## 115                                                                Separated
## 116                          Single, but cohabiting with a significant other
## 117                                                                  Married
## 118                                                                  Married
## 119                                                                  Married
## 120                                                                  Married
## 121                                 In a domestic partnership or civil union
## 122                                                                  Married
## 123                                                                  Married
## 124                                                                  Married
## 125                                                                  Married
## 126                                                                  Married
## 127                                                                  Married
## 128                          Single, but cohabiting with a significant other
## 129                                                                  Married
## 130                          Single, but cohabiting with a significant other
## 131                                                                  Married
## 132                                                                  Married
## 133                                                                  Married
## 134                                                                  Married
## 135                                                                  Married
## 136                                                                  Married
## 137                                                                  Married
## 138                          Single, but cohabiting with a significant other
## 139                                                                  Married
## 140                                                                  Married
## 141                                                                  Married
## 142                                                                  Married
## 143                                                                  Married
## 144                                                                  Married
## 145                                                                  Married
## 146                          Single, but cohabiting with a significant other
## 147                                                                  Married
## 148                                                                  Married
## 149                          Single, but cohabiting with a significant other
## 150                                                                  Married
## 151                          Single, but cohabiting with a significant other
## 152                                                                  Married
## 153                                                                  Married
## 154                          Single, but cohabiting with a significant other
## 155                                                                  Married
## 156                                                                  Married
## 157                                                                  Married
## 158                          Single, but cohabiting with a significant other
## 159                                                                  Married
## 160                                                                  Married
## 161                                                                  Married
## 162                                                                  Married
## 163                                                                  Married
## 164                          Single, but cohabiting with a significant other
## 165                          Single, but cohabiting with a significant other
## 166                                                                  Married
## 167                                                                  Married
## 168                                                                  Married
## 169                                                                  Married
## 170                                 In a domestic partnership or civil union
## 171                                                                  Married
## 172                                                                  Married
## 173                          Single, but cohabiting with a significant other
## 174                          Single, but cohabiting with a significant other
## 175                                 In a domestic partnership or civil union
## 176                          Single, but cohabiting with a significant other
## 177                                                                  Married
## 178                                                                  Married
## 179                                                                  Married
## 180                                                                  Married
## 181                                                                  Married
## 182                                                                  Married
## 183                                                                  Married
## 184                                                                  Married
## 185                                                                  Married
## 186                                                                  Married
## 187                                                                 Divorced
## 188                                                                  Married
## 189                                                                  Married
## 190                          Single, but cohabiting with a significant other
## 191                                                                  Married
## 192                                                                  Married
## 193                                                                  Married
## 194                                                                  Married
## 195                                                                  Married
## 196                                                                  Married
## 197                                 In a domestic partnership or civil union
## 198                                                                  Married
## 199                                                                  Married
## 200                                                                  Married
## 201                                                                  Married
## 202                                                                  Married
## 203                                                                  Married
## 204                                 In a domestic partnership or civil union
## 205                                                                  Married
## 206                                                                  Married
## 207                                                                  Married
## 208                                                                  Married
## 209                                                                  Married
## 210                                                                  Married
## 211                                                                  Married
## 212                                                                  Married
## 213                                                                  Widowed
## 214                                                                  Married
## 215                                                                  Married
## 216                                                                  Married
## 217                          Single, but cohabiting with a significant other
## 218                                                                  Married
## 219                                                                  Married
## 220                                                                  Married
## 221                                                                  Married
## 222                          Single, but cohabiting with a significant other
## 223                                                                  Married
## 224                                                                  Married
## 225                                                                  Married
## 226                                                                  Married
## 227                                                                  Married
## 228                          Single, but cohabiting with a significant other
## 229                                                                  Married
## 230                                                                  Married
## 231                                                                  Married
## 232                                                                  Married
## 233                                                                  Married
## 234                                                                  Married
## 235                                                                  Married
## 236                                                                  Married
## 237                                                                  Married
## 238                                                                  Married
## 239                                                                  Married
## 240                          Single, but cohabiting with a significant other
## 241                                                                  Married
## 242                          Single, but cohabiting with a significant other
## 243                                                                  Married
## 244                                                                  Married
## 245                          Single, but cohabiting with a significant other
## 246                          Single, but cohabiting with a significant other
## 247                                                                  Married
## 248                                                                  Married
## 249                                                                  Married
## 250                                                                  Married
## 251                                                                  Married
## 252                          Single, but cohabiting with a significant other
## 253                          Single, but cohabiting with a significant other
## 254                                                                  Married
## 255                                                                  Married
## 256                                                                  Married
## 257                                                                  Married
## 258                                                                  Married
## 259                          Single, but cohabiting with a significant other
## 260                                                                  Married
## 261                                                                  Married
## 262                                                                  Married
## 263                                                                 Divorced
## 264                                                                  Married
## 265                                                                  Married
## 266                                                                  Married
## 267                                                                  Married
## 268                                                                  Married
## 269                                                                  Married
## 270                                 In a domestic partnership or civil union
## 271                                                                  Married
## 272                                                                  Married
## 273                                                                  Married
## 274                                                                  Married
## 275                                                                  Married
## 276                                                                  Married
## 277                                                                  Married
## 278                                                                  Married
## 279                                 In a domestic partnership or civil union
## 280                                                                  Married
## 281                                                                  Married
## 282                                                                  Married
## 283                                                                  Married
## 284                          Single, but cohabiting with a significant other
## 285                                                                  Married
## 286                          Single, but cohabiting with a significant other
## 287                                                                  Married
## 288                                                                  Married
## 289                                                                  Married
## 290                                                                  Married
## 291                                                                  Married
## 292                                                                  Married
## 293                                                                  Married
## 294                                                                  Married
## 295                                                                  Married
## 296                                                                  Married
## 297                                                                  Married
## 298                                                                  Married
## 299                                                                  Married
## 300                                                                  Married
## 301                          Single, but cohabiting with a significant other
## 302                                                                  Married
## 303                                                                 Divorced
## 304                                                                  Married
## 305                          Single, but cohabiting with a significant other
## 306                                                                  Married
## 307                          Single, but cohabiting with a significant other
## 308                                                                  Married
## 309                                                                  Married
## 310                                                                  Married
## 311                                                                  Married
## 312                                                                  Married
## 313                          Single, but cohabiting with a significant other
## 314                                                                  Married
## 315                                                                  Married
## 316                                                                  Married
## 317                                                                  Married
## 318                                                                  Married
## 319                                                                  Married
## 320                                                                  Married
## 321                                                                  Married
## 322                                                                  Married
## 323                                 In a domestic partnership or civil union
## 324                          Single, but cohabiting with a significant other
## 325                                 In a domestic partnership or civil union
## 326                                                                  Married
## 327                                                                  Married
## 328                                                                  Married
## 329                                                                  Married
## 330                                                                  Widowed
## 331                                                                  Married
## 332                                                                  Married
## 333                                                                  Married
## 334                                                                  Married
## 335                          Single, but cohabiting with a significant other
## 336                                                                  Married
## 337                                                                  Married
## 338                                                                  Married
## 339                          Single, but cohabiting with a significant other
## 340                                                                  Married
## 341                                                                  Married
## 342                                                                  Married
## 343                                                                  Married
## 344                                                                  Married
## 345                                                                  Married
## 346                                                                  Married
## 347                                 In a domestic partnership or civil union
## 348                                                                  Married
## 349                          Single, but cohabiting with a significant other
## 350                                                                  Married
## 351                                                                  Married
## 352                                                                  Married
## 353                                                                  Married
## 354                                                                  Married
## 355                                                                  Married
## 356                                                                  Married
## 357                                                                  Married
## 358                                                                  Married
## 359                                                                  Married
## 360                                                                  Married
## 361                                                                  Married
## 362                                                                  Married
## 363                                                                  Married
## 364                                                                  Married
## 365                          Single, but cohabiting with a significant other
## 366                                                                  Married
## 367                                                                  Married
## 368                                                                  Married
## 369                          Single, but cohabiting with a significant other
## 370                                                                  Married
## 371                                                                  Married
## 372                                                                  Married
## 373                                                                  Married
## 374                                                                  Married
## 375                                 In a domestic partnership or civil union
## 376                                                                  Married
## 377                                                                  Married
## 378                                                                  Married
## 379                                                                  Married
## 380                                                                  Married
## 381                                                                  Married
## 382                                                                  Married
## 383                                                                  Married
## 384                                                                  Married
## 385                                                                 Divorced
## 386                                                                  Married
## 387                          Single, but cohabiting with a significant other
## 388                                                                Separated
## 389                                                                  Married
## 390                          Single, but cohabiting with a significant other
## 391                                                                  Married
## 392                                                                  Married
## 393                                                                  Married
## 394                                 In a domestic partnership or civil union
## 395                                 In a domestic partnership or civil union
## 396                                                                  Married
## 397                                                                  Married
## 398                                                                  Married
## 399                                                                  Married
## 400                          Single, but cohabiting with a significant other
## 401                                                                  Married
## 402                                                                  Married
## 403                          Single, but cohabiting with a significant other
## 404                                                                  Married
## 405                                                                  Married
## 406                                                                  Married
## 407                                                                  Married
## 408                                                                  Married
## 409                                                                  Married
## 410                                                                  Married
## 411                                                                  Married
## 412                          Single, but cohabiting with a significant other
## 413                                                                  Married
## 414                                                                  Married
## 415                          Single, but cohabiting with a significant other
## 416                                                                  Married
## 417                                                                  Married
## 418                                                                  Married
## 419                                                                  Married
## 420                          Single, but cohabiting with a significant other
## 421                                                                Separated
## 422                          Single, but cohabiting with a significant other
## 423                                                                  Married
## 424                                                                  Married
## 425                                                                  Married
## 426                                                                  Married
## 427                                                                 Divorced
## 428                                 In a domestic partnership or civil union
## 429                          Single, but cohabiting with a significant other
## 430                                                                  Married
## 431                                                                  Married
## 432                                                                  Married
## 433                                                                  Married
## 434                                                                Separated
## 435                                                                  Married
## 436                                                                  Married
## 437                                                                  Married
## 438                                                                  Married
## 439                                                                  Married
## 440                                                                  Married
## 441                                                                  Married
## 442                                                                  Married
## 443                                                                  Married
## 444                                                                  Married
## 445                                                                  Married
## 446                                                                  Married
## 447                                                                  Married
## 448                                                                  Married
## 449                                                                  Married
## 450                                                                  Married
## 451                                                                  Married
## 452                                                                  Married
## 453                                                                  Married
## 454                                                                  Married
## 455                                                                  Married
## 456                                 In a domestic partnership or civil union
## 457                                                                  Married
## 458                                                                  Married
## 459                          Single, but cohabiting with a significant other
## 460                                                                  Married
## 461                                 In a domestic partnership or civil union
## 462                                                                  Married
## 463                          Single, but cohabiting with a significant other
## 464                                                                  Married
## 465                                                                  Married
## 466                          Single, but cohabiting with a significant other
## 467                                                                  Married
## 468                          Single, but cohabiting with a significant other
## 469                                                                  Married
## 470                                                                  Married
## 471                                                                  Married
## 472                                                                  Married
## 473                                                                  Married
## 474                                                                  Married
## 475                                                                  Married
## 476                                                                  Married
## 477                                                                  Married
## 478                                                                  Married
## 479                                                                  Married
## 480                                                                  Married
## 481                                                                  Married
## 482                                                                  Married
## 483                                                                  Married
## 484                                                                  Married
## 485                                                                  Married
## 486                          Single, but cohabiting with a significant other
## 487                          Single, but cohabiting with a significant other
## 488                          Single, but cohabiting with a significant other
## 489                                                                  Married
## 490                                                                  Married
## 491                                                                  Married
## 492                                                                  Married
## 493                                                                  Married
## 494                                                                  Married
## 495                                                                  Married
## 496                                                                  Married
## 497                                                                  Married
## 498                                                                  Married
## 499                                                                  Married
## 500                                                                  Married
## 501                                                                  Married
## 502                                                                  Married
## 503                                                                  Married
## 504                                                                  Married
## 505                                                                  Married
## 506                                                                  Married
## 507                                                                  Married
## 508                                                                  Married
## 509                                                                  Married
## 510                          Single, but cohabiting with a significant other
## 511                          Single, but cohabiting with a significant other
## 512                                 In a domestic partnership or civil union
## 513                                                                  Married
## 514                                                                  Married
## 515                                                                  Married
## 516                                                                  Married
## 517                                 In a domestic partnership or civil union
## 518                                                                  Married
## 519                                                                  Married
## 520                                                                  Married
## 521                                                                  Married
## 522                                 In a domestic partnership or civil union
## 523                                                                  Married
## 524                                                                  Married
## 525                                                                  Married
## 526                                                                  Married
## 527                                                                  Married
## 528                                                                  Married
## 529                                                                  Married
## 530                                                                  Married
## 531                                 In a domestic partnership or civil union
## 532                                                                  Married
## 533                                                                  Married
## 534                                                                  Married
## 535                                                                  Married
## 536                                                                  Married
## 537                                                                  Married
## 538                                                                  Married
## 539                                                                  Married
## 540                                                                  Married
## 541                                                                  Married
## 542                                                                  Married
## 543                                                                  Married
## 544                                                                  Married
## 545                                                                  Married
## 546                                                                  Married
## 547                                                                  Married
## 548                                                                  Married
## 549                                                                  Married
## 550                                                                  Married
## 551                                                                  Married
## 552                                                                  Married
## 553                                                                  Married
## 554                                                                  Married
## 555                                                                  Married
## 556                                                                  Married
## 557                                                                  Married
## 558                                                                  Married
## 559                                                                  Married
## 560                                                                  Married
## 561                                                                  Married
## 562                                                                  Married
## 563                                                                  Married
## 564                                                                  Married
## 565                                                                  Married
## 566                                                                  Married
## 567                                                                  Married
## 568                                                                  Married
## 569                                                                  Married
## 570                                                                  Married
## 571                                                                  Married
## 572                                                                  Married
## 573                                                                  Married
## 574                                                                  Married
## 575                                                                  Married
## 576                          Single, but cohabiting with a significant other
## 577                                                                  Married
## 578                                                                  Married
## 579                                                                  Married
## 580                                                                  Married
## 581                                                                  Married
## 582                                                                  Married
## 583                                                                  Married
## 584                                                                  Married
## 585                                                                  Married
## 586                                                                  Married
## 587                                                                  Married
## 588                                                                  Married
## 589                                                                  Married
## 590                          Single, but cohabiting with a significant other
## 591                                                                 Divorced
## 592                                                                  Married
## 593                                                                  Married
## 594                                                                  Married
## 595                                                                 Divorced
## 596                                                                  Married
## 597                                                                  Married
## 598                                                                  Married
## 599                                                                  Married
## 600                                                                  Married
## 601                                 In a domestic partnership or civil union
## 602                                                                  Married
## 603                                                                  Married
## 604                                                                  Married
## 605                                                                  Married
## 606                                                                  Married
## 607                                                                  Married
## 608                          Single, but cohabiting with a significant other
## 609                                                                  Married
## 610                                                                  Married
## 611                          Single, but cohabiting with a significant other
## 612                                                                  Married
## 613                                                                  Married
## 614                                                                  Married
## 615                          Single, but cohabiting with a significant other
## 616                                                                  Married
## 617                                                                  Married
## 618                                                                  Married
## 619                                 In a domestic partnership or civil union
## 620                                                                  Married
## 621                          Single, but cohabiting with a significant other
## 622                                                                  Married
## 623                                 In a domestic partnership or civil union
## 624                          Single, but cohabiting with a significant other
## 625                                                                  Married
## 626                                                                  Married
## 627                                                                  Married
## 628                                                                  Married
## 629                                                                  Married
## 630                                                                  Married
## 631                                                                  Married
## 632                                                                  Married
## 633                                                                  Married
## 634                                                                  Married
## 635                                                                  Married
## 636                                                                  Married
## 637                                                                  Married
## 638                                                                  Married
## 639                                                                  Married
## 640                                                                  Married
## 641                                                                  Married
## 642                                                                  Married
## 643                                                                  Married
## 644                                                                  Married
## 645                                                                  Married
## 646                                 In a domestic partnership or civil union
## 647                                                                  Married
## 648                                                                  Married
## 649                                 In a domestic partnership or civil union
## 650                                                                 Divorced
## 651                                                                  Married
## 652                                                                  Married
## 653                                                                  Married
## 654                                                                  Married
## 655                                                                  Married
## 656                                                                  Married
## 657                                                                  Married
## 658                          Single, but cohabiting with a significant other
## 659                                                                  Married
## 660                                                                  Married
## 661                                                                  Married
## 662                                                                  Married
## 663                                                                  Married
## 664                                                                  Married
## 665                                                                  Married
## 666                                                                  Married
## 667                                                                  Married
## 668                                                                  Married
## 669                          Single, but cohabiting with a significant other
## 670                                                                  Married
## 671                          Single, but cohabiting with a significant other
## 672                                                                  Married
## 673                                                                  Married
## 674                                                                  Married
## 675                                                                  Married
## 676                                                                  Married
## 677                                                                  Married
## 678                                                                  Married
## 679                                                                  Married
## 680                          Single, but cohabiting with a significant other
## 681                                                                  Married
## 682                                                                  Married
## 683                                                                  Married
## 684                                                                  Married
## 685                                                                  Married
## 686                                                                  Married
## 687                          Single, but cohabiting with a significant other
## 688                                                                  Married
## 689                                                                  Married
## 690                                                                  Married
## 691                                                                  Married
## 692                                                                  Married
## 693                                                                  Married
## 694                                                                  Married
## 695                                                                  Married
## 696                                                                  Married
## 697                                                                  Married
## 698                          Single, but cohabiting with a significant other
## 699                                                                  Married
## 700                          Single, but cohabiting with a significant other
## 701                                                                  Married
## 702                                                                  Married
## 703                                                                  Married
## 704                                                                  Married
## 705                                                                  Married
## 706                                 In a domestic partnership or civil union
## 707                                                                  Married
## 708                                                                  Married
## 709                          Single, but cohabiting with a significant other
## 710                                                                  Married
## 711                                                                  Married
## 712                                                                 Divorced
## 713                                                                  Married
## 714                                                                  Married
## 715                          Single, but cohabiting with a significant other
## 716                          Single, but cohabiting with a significant other
## 717                                                                  Married
## 718                                                                  Married
## 719                          Single, but cohabiting with a significant other
## 720                          Single, but cohabiting with a significant other
## 721                                                                  Married
## 722                                                                  Married
## 723                                                                  Married
## 724                                                                Separated
## 725                                                                  Married
## 726                                                                  Married
## 727                                                                  Married
## 728                                                                  Married
## 729                                                                  Married
## 730                                                                  Married
## 731                                                                  Married
## 732                                                                  Married
## 733                                                                  Married
## 734                                                                  Married
## 735                                                                  Married
## 736                                                                  Married
## 737                          Single, but cohabiting with a significant other
## 738                          Single, but cohabiting with a significant other
## 739                                                                  Married
## 740                                                                  Married
## 741                                                                  Married
## 742                          Single, but cohabiting with a significant other
## 743                          Single, but cohabiting with a significant other
## 744                                                                  Married
## 745                                                                  Married
## 746                                                                  Married
## 747                                                                  Married
## 748                                                                  Married
## 749                                                                  Married
## 750                                                                  Married
## 751                                                                  Married
## 752                                                                  Married
## 753                                                                  Married
## 754                                                                  Married
## 755                                                                  Married
## 756                                                                  Married
## 757                                                                  Married
## 758                                                                  Married
## 759                                 In a domestic partnership or civil union
## 760                                                                  Married
## 761                                                                  Married
## 762                                                                  Married
## 763                                                                  Married
## 764                                                                  Married
## 765                                                                Separated
## 766                                                                  Married
## 767                                                                  Married
## 768                                                                  Married
## 769                                                                Separated
## 770                                 In a domestic partnership or civil union
## 771                                                                  Married
## 772                          Single, but cohabiting with a significant other
## 773                                                                  Married
## 774                                                                  Married
## 775                                                                  Married
## 776                          Single, but cohabiting with a significant other
## 777                                                                  Married
## 778                                                                  Married
## 779                                                                  Married
## 780                                                                  Married
## 781                                                                  Married
## 782                          Single, but cohabiting with a significant other
## 783                                                                  Married
## 784                                                                  Married
## 785                          Single, but cohabiting with a significant other
## 786                                                                  Married
## 787                                                                  Married
## 788                                                                  Married
## 789                                                                  Married
## 790                                                                  Married
## 791                                                                  Married
## 792                                                                  Married
## 793                          Single, but cohabiting with a significant other
## 794                                 In a domestic partnership or civil union
## 795                                 In a domestic partnership or civil union
## 796                                                                  Married
## 797                                                                 Divorced
## 798                                                                  Married
## 799                                                                  Married
## 800                                                                  Married
## 801                                                                  Married
## 802                                                                  Married
## 803                                                                  Married
## 804                                                                  Married
## 805                          Single, but cohabiting with a significant other
## 806                                                                  Married
## 807                                 In a domestic partnership or civil union
## 808                                                                  Married
## 809                                                                  Married
## 810                                                                  Married
## 811                                                                  Married
## 812                          Single, but cohabiting with a significant other
## 813                                                                  Married
## 814                                                                  Married
## 815                                                                  Married
## 816                                                                  Married
## 817                                 In a domestic partnership or civil union
## 818                                                                  Married
## 819                                                                  Married
## 820                          Single, but cohabiting with a significant other
## 821                                                                  Married
## 822                                                                 Divorced
## 823                                                                  Married
## 824                          Single, but cohabiting with a significant other
## 825                                                                  Married
## 826                                                                  Married
## 827                                 In a domestic partnership or civil union
## 828                                                                  Married
## 829                                                                  Married
## 830                                                                  Married
## 831                                                                  Married
## 832                                                                  Married
## 833                                                                  Married
## 834                                                                  Married
## 835                                                                  Married
## 836                                                                  Married
## 837                                                                  Married
## 838                                                                  Married
## 839                          Single, but cohabiting with a significant other
## 840                                                                  Married
## 841                                                                  Married
## 842                                                                  Married
## 843                                                                  Married
## 844                                                                  Married
## 845                                                                  Married
## 846                                                                  Married
## 847                                 In a domestic partnership or civil union
## 848                                                                  Married
## 849                                                                  Married
## 850                                                                  Married
## 851                                                                  Married
## 852                                                                  Married
## 853                                                                  Married
## 854                                                                  Married
## 855                                                                  Married
## 856                                                                  Married
## 857                                                                  Married
## 858                          Single, but cohabiting with a significant other
## 859                                                                  Married
## 860                                                                  Married
## 861                                                                  Married
## 862                                                                  Married
## 863                                                                  Married
## 864                                                                  Married
## 865                          Single, but cohabiting with a significant other
## 866                          Single, but cohabiting with a significant other
## 867                                                                  Married
## 868                                                                  Married
## 869                                                                  Married
## 870                                                                  Married
## 871                                                                  Married
## 872                                                                  Married
## 873                                                                  Married
## 874                          Single, but cohabiting with a significant other
## 875                          Single, but cohabiting with a significant other
## 876                                                                  Married
## 877                                                                  Married
## 878                                                                  Married
## 879                                                                  Married
## 880                                                                  Married
## 881                                                                  Married
## 882                                                                  Married
## 883                                                                  Married
## 884                                                                  Married
## 885                                                                  Married
## 886                                                                  Married
## 887                          Single, but cohabiting with a significant other
## 888                                                                  Married
## 889                                                                  Married
## 890                                                                  Married
## 891                          Single, but cohabiting with a significant other
## 892                                                                  Married
## 893                                                                  Married
## 894                                                                  Married
## 895                                                                  Married
## 896                          Single, but cohabiting with a significant other
## 897                                                                  Married
## 898                                                                  Married
## 899                                                                  Married
## 900                                 In a domestic partnership or civil union
## 901                          Single, but cohabiting with a significant other
## 902                                                                  Married
## 903                          Single, but cohabiting with a significant other
## 904                                                                  Married
## 905                          Single, but cohabiting with a significant other
## 906                                                                  Married
## 907                                                                  Married
## 908                                                                  Married
## 909                                                                  Married
## 910                                                                  Married
## 911                                                                  Married
## 912                                                                  Married
## 913                                                                  Married
## 914                                                                  Married
## 915                                                                  Married
## 916                                                                  Married
## 917                                                                  Married
## 918                                                                  Married
## 919                          Single, but cohabiting with a significant other
## 920                                                                  Married
## 921                                                                  Married
## 922                                                                  Married
## 923                                                                  Married
## 924                                                                  Married
## 925                          Single, but cohabiting with a significant other
## 926                                                                  Married
## 927                                                                  Married
## 928                                                                  Married
## 929                                                                  Married
## 930                                                                  Married
## 931                                                                 Divorced
## 932                                                                  Married
## 933                                                                  Married
## 934                                                                  Married
## 935                                                                  Married
## 936                                                                  Married
## 937                          Single, but cohabiting with a significant other
## 938                          Single, but cohabiting with a significant other
## 939                                                                  Married
## 940                                                                  Married
## 941                                                                  Married
## 942                                                                  Married
## 943                                                                  Married
## 944                                                                  Married
## 945                          Single, but cohabiting with a significant other
## 946                                 In a domestic partnership or civil union
## 947                                 In a domestic partnership or civil union
## 948                                                                  Married
## 949                          Single, but cohabiting with a significant other
## 950                                                                  Married
## 951                                                                  Married
## 952                                                                  Married
## 953                                                                  Married
## 954                                                                  Married
## 955                                                                  Married
## 956                                                                  Married
## 957                                                                  Married
## 958                                                                  Married
## 959                                                                  Married
## 960                          Single, but cohabiting with a significant other
## 961                                                                  Married
## 962                                                                  Married
## 963                                                                  Married
## 964                                                                  Married
## 965                                                                  Married
## 966                                                                  Married
## 967                          Single, but cohabiting with a significant other
## 968                                                                  Married
## 969                                                                  Married
## 970                                                                  Married
## 971                                                                  Married
## 972                                                                  Married
## 973                                                                  Married
## 974                                                                  Married
## 975                                                                  Married
## 976                                 In a domestic partnership or civil union
## 977                                 In a domestic partnership or civil union
## 978                                                                  Married
## 979                                                                  Married
## 980                                                                  Married
## 981                                                                  Married
## 982                                                                  Married
## 983                                                                  Married
## 984                                                                  Married
## 985                                                                  Married
## 986                                                                  Married
## 987                                                                  Married
## 988                                                                  Married
## 989                                                                  Married
## 990                                                                  Married
## 991                                 In a domestic partnership or civil union
## 992                                                                  Married
## 993                                                                  Married
## 994                                                                  Married
## 995                          Single, but cohabiting with a significant other
## 996                                                                  Married
## 997                                                                  Married
## 998                                                                  Married
## 999                                                                  Married
## 1000                                                                 Married
## 1001                                                                 Married
## 1002                                                                 Married
## 1003                                                                 Married
## 1004                                                                 Married
## 1005                                                                 Married
## 1006                                                                 Married
## 1007                                                                 Married
## 1008                                                                 Married
## 1009                                                                 Married
## 1010                                                                 Married
## 1011                                                                 Married
## 1012                                                                 Married
## 1013                                                                 Married
## 1014                                                                 Married
## 1015                                                                 Married
## 1016                                                                 Married
## 1017                                                                 Married
## 1018                                                                 Married
## 1019                                                                 Married
## 1020                                                                 Married
## 1021                                                                 Married
## 1022                         Single, but cohabiting with a significant other
## 1023                                                                 Married
## 1024                                                                 Married
## 1025                                                                 Married
## 1026                                                                 Married
## 1027                                In a domestic partnership or civil union
## 1028                         Single, but cohabiting with a significant other
## 1029                                                                 Married
## 1030                                                                 Married
## 1031                                                                 Married
## 1032                                                                 Married
## 1033                                                                 Married
## 1034                                                                 Married
## 1035                                                                 Married
## 1036                                                                 Married
## 1037                                                                 Married
## 1038                                                                 Married
## 1039                                                                 Married
## 1040                                                                 Married
## 1041                                                                 Married
## 1042                                                                 Married
## 1043                                                                 Married
## 1044                                                                 Married
## 1045                                                                 Married
## 1046                         Single, but cohabiting with a significant other
## 1047                                                                 Married
## 1048                                                                 Married
## 1049                                                                 Married
## 1050                                                                 Married
## 1051                                                                 Married
## 1052                                                                 Married
## 1053                                                                 Married
## 1054                                                                 Married
## 1055                                                                 Married
## 1056                                                                 Married
## 1057                                                                 Married
## 1058                                                                 Married
## 1059                                                                 Married
## 1060                                                                 Married
## 1061                         Single, but cohabiting with a significant other
## 1062                                                                 Married
## 1063                                                                 Married
## 1064                                                                 Married
## 1065                         Single, but cohabiting with a significant other
## 1066                                                                 Married
## 1067                                                                 Married
## 1068                                                                 Married
## 1069                         Single, but cohabiting with a significant other
## 1070                                                                 Married
## 1071                                                                 Married
## 1072                                                                 Married
## 1073                         Single, but cohabiting with a significant other
## 1074                                                                 Married
## 1075                                                                 Married
## 1076                                                                 Married
## 1077                                                                 Married
## 1078                                                                 Married
## 1079                                                                 Married
## 1080                                In a domestic partnership or civil union
## 1081                                                                 Married
## 1082                                                                 Married
## 1083                                                                 Married
## 1084                                                                 Married
## 1085                                                                 Married
## 1086                                                                 Married
## 1087                         Single, but cohabiting with a significant other
## 1088                                                                 Married
## 1089                                                                 Married
## 1090                                                                 Married
## 1091                                                                 Married
## 1092                                                                 Married
## 1093                                                               Separated
## 1094                                                                 Married
##      How.long.have.you.been.in.your.current.relationship..If.you.are.not.currently.in.a.relationship..please.answer.according.to.your.last.relationship.
## 1                                                                                                                                               Response
## 2                                                                                                                                              1-5 years
## 3                                                                                                                                              1-5 years
## 4                                                                                                                                              1-5 years
## 5                                                                                                                                              1-5 years
## 6                                                                                                                                              1-5 years
## 7                                                                                                                                              1-5 years
## 8                                                                                                                                       Less than 1 year
## 9                                                                                                                                     More than 20 years
## 10                                                                                                                                    More than 20 years
## 11                                                                                                                                    More than 20 years
## 12                                                                                                                                            6-10 years
## 13                                                                                                                                           16-20 years
## 14                                                                                                                                            6-10 years
## 15                                                                                                                                            6-10 years
## 16                                                                                                                                    More than 20 years
## 17                                                                                                                                           16-20 years
## 18                                                                                                                                            6-10 years
## 19                                                                                                                                             1-5 years
## 20                                                                                                                                             1-5 years
## 21                                                                                                                                           11-15 years
## 22                                                                                                                                            6-10 years
## 23                                                                                                                                           11-15 years
## 24                                                                                                                                             1-5 years
## 25                                                                                                                                           16-20 years
## 26                                                                                                                                             1-5 years
## 27                                                                                                                                           11-15 years
## 28                                                                                                                                           11-15 years
## 29                                                                                                                                             1-5 years
## 30                                                                                                                                            6-10 years
## 31                                                                                                                                             1-5 years
## 32                                                                                                                                             1-5 years
## 33                                                                                                                                           11-15 years
## 34                                                                                                                                             1-5 years
## 35                                                                                                                                           11-15 years
## 36                                                                                                                                           16-20 years
## 37                                                                                                                                            6-10 years
## 38                                                                                                                                           16-20 years
## 39                                                                                                                                           11-15 years
## 40                                                                                                                                            6-10 years
## 41                                                                                                                                           11-15 years
## 42                                                                                                                                           11-15 years
## 43                                                                                                                                           11-15 years
## 44                                                                                                                                             1-5 years
## 45                                                                                                                                           11-15 years
## 46                                                                                                                                    More than 20 years
## 47                                                                                                                                            6-10 years
## 48                                                                                                                                    More than 20 years
## 49                                                                                                                                            6-10 years
## 50                                                                                                                                            6-10 years
## 51                                                                                                                                           11-15 years
## 52                                                                                                                                            6-10 years
## 53                                                                                                                                           11-15 years
## 54                                                                                                                                      Less than 1 year
## 55                                                                                                                                             1-5 years
## 56                                                                                                                                             1-5 years
## 57                                                                                                                                           16-20 years
## 58                                                                                                                                             1-5 years
## 59                                                                                                                                             1-5 years
## 60                                                                                                                                            6-10 years
## 61                                                                                                                                             1-5 years
## 62                                                                                                                                    More than 20 years
## 63                                                                                                                                            6-10 years
## 64                                                                                                                                      Less than 1 year
## 65                                                                                                                                            6-10 years
## 66                                                                                                                                            6-10 years
## 67                                                                                                                                            6-10 years
## 68                                                                                                                                             1-5 years
## 69                                                                                                                                           11-15 years
## 70                                                                                                                                           16-20 years
## 71                                                                                                                                           11-15 years
## 72                                                                                                                                            6-10 years
## 73                                                                                                                                           16-20 years
## 74                                                                                                                                            6-10 years
## 75                                                                                                                                             1-5 years
## 76                                                                                                                                    More than 20 years
## 77                                                                                                                                    More than 20 years
## 78                                                                                                                                           16-20 years
## 79                                                                                                                                           16-20 years
## 80                                                                                                                                      Less than 1 year
## 81                                                                                                                                           11-15 years
## 82                                                                                                                                             1-5 years
## 83                                                                                                                                           16-20 years
## 84                                                                                                                                           11-15 years
## 85                                                                                                                                           11-15 years
## 86                                                                                                                                           11-15 years
## 87                                                                                                                                           11-15 years
## 88                                                                                                                                            6-10 years
## 89                                                                                                                                    More than 20 years
## 90                                                                                                                                           11-15 years
## 91                                                                                                                                             1-5 years
## 92                                                                                                                                    More than 20 years
## 93                                                                                                                                    More than 20 years
## 94                                                                                                                                                      
## 95                                                                                                                                    More than 20 years
## 96                                                                                                                                    More than 20 years
## 97                                                                                                                                    More than 20 years
## 98                                                                                                                                             1-5 years
## 99                                                                                                                                    More than 20 years
## 100                                                                                                                                            1-5 years
## 101                                                                                                                                            1-5 years
## 102                                                                                                                                   More than 20 years
## 103                                                                                                                                            1-5 years
## 104                                                                                                                                   More than 20 years
## 105                                                                                                                                   More than 20 years
## 106                                                                                                                                          11-15 years
## 107                                                                                                                                            1-5 years
## 108                                                                                                                                          11-15 years
## 109                                                                                                                                           6-10 years
## 110                                                                                                                                   More than 20 years
## 111                                                                                                                                           6-10 years
## 112                                                                                                                                          11-15 years
## 113                                                                                                                                   More than 20 years
## 114                                                                                                                                            1-5 years
## 115                                                                                                                                            1-5 years
## 116                                                                                                                                            1-5 years
## 117                                                                                                                                          16-20 years
## 118                                                                                                                                                     
## 119                                                                                                                                   More than 20 years
## 120                                                                                                                                            1-5 years
## 121                                                                                                                                          11-15 years
## 122                                                                                                                                            1-5 years
## 123                                                                                                                                          11-15 years
## 124                                                                                                                                          11-15 years
## 125                                                                                                                                          16-20 years
## 126                                                                                                                                   More than 20 years
## 127                                                                                                                                   More than 20 years
## 128                                                                                                                                           6-10 years
## 129                                                                                                                                   More than 20 years
## 130                                                                                                                                   More than 20 years
## 131                                                                                                                                   More than 20 years
## 132                                                                                                                                   More than 20 years
## 133                                                                                                                                           6-10 years
## 134                                                                                                                                   More than 20 years
## 135                                                                                                                                   More than 20 years
## 136                                                                                                                                   More than 20 years
## 137                                                                                                                                           6-10 years
## 138                                                                                                                                          16-20 years
## 139                                                                                                                                          16-20 years
## 140                                                                                                                                   More than 20 years
## 141                                                                                                                                            1-5 years
## 142                                                                                                                                          11-15 years
## 143                                                                                                                                   More than 20 years
## 144                                                                                                                                   More than 20 years
## 145                                                                                                                                   More than 20 years
## 146                                                                                                                                           6-10 years
## 147                                                                                                                                          11-15 years
## 148                                                                                                                                   More than 20 years
## 149                                                                                                                                           6-10 years
## 150                                                                                                                                   More than 20 years
## 151                                                                                                                                          11-15 years
## 152                                                                                                                                          11-15 years
## 153                                                                                                                                   More than 20 years
## 154                                                                                                                                            1-5 years
## 155                                                                                                                                   More than 20 years
## 156                                                                                                                                           6-10 years
## 157                                                                                                                                   More than 20 years
## 158                                                                                                                                     Less than 1 year
## 159                                                                                                                                   More than 20 years
## 160                                                                                                                                          11-15 years
## 161                                                                                                                                   More than 20 years
## 162                                                                                                                                   More than 20 years
## 163                                                                                                                                          11-15 years
## 164                                                                                                                                   More than 20 years
## 165                                                                                                                                          11-15 years
## 166                                                                                                                                   More than 20 years
## 167                                                                                                                                   More than 20 years
## 168                                                                                                                                   More than 20 years
## 169                                                                                                                                          11-15 years
## 170                                                                                                                                            1-5 years
## 171                                                                                                                                          11-15 years
## 172                                                                                                                                          11-15 years
## 173                                                                                                                                            1-5 years
## 174                                                                                                                                            1-5 years
## 175                                                                                                                                           6-10 years
## 176                                                                                                                                            1-5 years
## 177                                                                                                                                          11-15 years
## 178                                                                                                                                          16-20 years
## 179                                                                                                                                            1-5 years
## 180                                                                                                                                   More than 20 years
## 181                                                                                                                                   More than 20 years
## 182                                                                                                                                   More than 20 years
## 183                                                                                                                                           6-10 years
## 184                                                                                                                                           6-10 years
## 185                                                                                                                                            1-5 years
## 186                                                                                                                                   More than 20 years
## 187                                                                                                                                            1-5 years
## 188                                                                                                                                          16-20 years
## 189                                                                                                                                   More than 20 years
## 190                                                                                                                                           6-10 years
## 191                                                                                                                                   More than 20 years
## 192                                                                                                                                   More than 20 years
## 193                                                                                                                                   More than 20 years
## 194                                                                                                                                   More than 20 years
## 195                                                                                                                                           6-10 years
## 196                                                                                                                                          11-15 years
## 197                                                                                                                                          11-15 years
## 198                                                                                                                                   More than 20 years
## 199                                                                                                                                   More than 20 years
## 200                                                                                                                                   More than 20 years
## 201                                                                                                                                          16-20 years
## 202                                                                                                                                   More than 20 years
## 203                                                                                                                                   More than 20 years
## 204                                                                                                                                   More than 20 years
## 205                                                                                                                                   More than 20 years
## 206                                                                                                                                          11-15 years
## 207                                                                                                                                          16-20 years
## 208                                                                                                                                   More than 20 years
## 209                                                                                                                                          16-20 years
## 210                                                                                                                                   More than 20 years
## 211                                                                                                                                   More than 20 years
## 212                                                                                                                                   More than 20 years
## 213                                                                                                                                            1-5 years
## 214                                                                                                                                   More than 20 years
## 215                                                                                                                                   More than 20 years
## 216                                                                                                                                   More than 20 years
## 217                                                                                                                                   More than 20 years
## 218                                                                                                                                          16-20 years
## 219                                                                                                                                   More than 20 years
## 220                                                                                                                                   More than 20 years
## 221                                                                                                                                   More than 20 years
## 222                                                                                                                                     Less than 1 year
## 223                                                                                                                                   More than 20 years
## 224                                                                                                                                          11-15 years
## 225                                                                                                                                   More than 20 years
## 226                                                                                                                                   More than 20 years
## 227                                                                                                                                   More than 20 years
## 228                                                                                                                                          11-15 years
## 229                                                                                                                                   More than 20 years
## 230                                                                                                                                          11-15 years
## 231                                                                                                                                   More than 20 years
## 232                                                                                                                                          11-15 years
## 233                                                                                                                                   More than 20 years
## 234                                                                                                                                   More than 20 years
## 235                                                                                                                                   More than 20 years
## 236                                                                                                                                          16-20 years
## 237                                                                                                                                   More than 20 years
## 238                                                                                                                                   More than 20 years
## 239                                                                                                                                   More than 20 years
## 240                                                                                                                                   More than 20 years
## 241                                                                                                                                           6-10 years
## 242                                                                                                                                            1-5 years
## 243                                                                                                                                            1-5 years
## 244                                                                                                                                   More than 20 years
## 245                                                                                                                                     Less than 1 year
## 246                                                                                                                                            1-5 years
## 247                                                                                                                                           6-10 years
## 248                                                                                                                                   More than 20 years
## 249                                                                                                                                            1-5 years
## 250                                                                                                                                           6-10 years
## 251                                                                                                                                          16-20 years
## 252                                                                                                                                            1-5 years
## 253                                                                                                                                            1-5 years
## 254                                                                                                                                          16-20 years
## 255                                                                                                                                          11-15 years
## 256                                                                                                                                           6-10 years
## 257                                                                                                                                          11-15 years
## 258                                                                                                                                   More than 20 years
## 259                                                                                                                                            1-5 years
## 260                                                                                                                                          11-15 years
## 261                                                                                                                                   More than 20 years
## 262                                                                                                                                           6-10 years
## 263                                                                                                                                          11-15 years
## 264                                                                                                                                          11-15 years
## 265                                                                                                                                            1-5 years
## 266                                                                                                                                          11-15 years
## 267                                                                                                                                          11-15 years
## 268                                                                                                                                           6-10 years
## 269                                                                                                                                   More than 20 years
## 270                                                                                                                                     Less than 1 year
## 271                                                                                                                                          11-15 years
## 272                                                                                                                                   More than 20 years
## 273                                                                                                                                   More than 20 years
## 274                                                                                                                                   More than 20 years
## 275                                                                                                                                          11-15 years
## 276                                                                                                                                            1-5 years
## 277                                                                                                                                          16-20 years
## 278                                                                                                                                   More than 20 years
## 279                                                                                                                                           6-10 years
## 280                                                                                                                                          11-15 years
## 281                                                                                                                                   More than 20 years
## 282                                                                                                                                   More than 20 years
## 283                                                                                                                                          11-15 years
## 284                                                                                                                                            1-5 years
## 285                                                                                                                                   More than 20 years
## 286                                                                                                                                            1-5 years
## 287                                                                                                                                   More than 20 years
## 288                                                                                                                                   More than 20 years
## 289                                                                                                                                   More than 20 years
## 290                                                                                                                                            1-5 years
## 291                                                                                                                                          11-15 years
## 292                                                                                                                                           6-10 years
## 293                                                                                                                                   More than 20 years
## 294                                                                                                                                          11-15 years
## 295                                                                                                                                   More than 20 years
## 296                                                                                                                                   More than 20 years
## 297                                                                                                                                   More than 20 years
## 298                                                                                                                                           6-10 years
## 299                                                                                                                                   More than 20 years
## 300                                                                                                                                          11-15 years
## 301                                                                                                                                           6-10 years
## 302                                                                                                                                           6-10 years
## 303                                                                                                                                            1-5 years
## 304                                                                                                                                   More than 20 years
## 305                                                                                                                                            1-5 years
## 306                                                                                                                                   More than 20 years
## 307                                                                                                                                            1-5 years
## 308                                                                                                                                          16-20 years
## 309                                                                                                                                   More than 20 years
## 310                                                                                                                                   More than 20 years
## 311                                                                                                                                   More than 20 years
## 312                                                                                                                                   More than 20 years
## 313                                                                                                                                           6-10 years
## 314                                                                                                                                           6-10 years
## 315                                                                                                                                           6-10 years
## 316                                                                                                                                   More than 20 years
## 317                                                                                                                                   More than 20 years
## 318                                                                                                                                   More than 20 years
## 319                                                                                                                                           6-10 years
## 320                                                                                                                                   More than 20 years
## 321                                                                                                                                            1-5 years
## 322                                                                                                                                          16-20 years
## 323                                                                                                                                   More than 20 years
## 324                                                                                                                                           6-10 years
## 325                                                                                                                                            1-5 years
## 326                                                                                                                                          11-15 years
## 327                                                                                                                                   More than 20 years
## 328                                                                                                                                   More than 20 years
## 329                                                                                                                                   More than 20 years
## 330                                                                                                                                                     
## 331                                                                                                                                   More than 20 years
## 332                                                                                                                                   More than 20 years
## 333                                                                                                                                   More than 20 years
## 334                                                                                                                                   More than 20 years
## 335                                                                                                                                            1-5 years
## 336                                                                                                                                   More than 20 years
## 337                                                                                                                                   More than 20 years
## 338                                                                                                                                            1-5 years
## 339                                                                                                                                            1-5 years
## 340                                                                                                                                          11-15 years
## 341                                                                                                                                   More than 20 years
## 342                                                                                                                                   More than 20 years
## 343                                                                                                                                   More than 20 years
## 344                                                                                                                                           6-10 years
## 345                                                                                                                                   More than 20 years
## 346                                                                                                                                   More than 20 years
## 347                                                                                                                                          16-20 years
## 348                                                                                                                                   More than 20 years
## 349                                                                                                                                            1-5 years
## 350                                                                                                                                            1-5 years
## 351                                                                                                                                            1-5 years
## 352                                                                                                                                           6-10 years
## 353                                                                                                                                   More than 20 years
## 354                                                                                                                                   More than 20 years
## 355                                                                                                                                   More than 20 years
## 356                                                                                                                                           6-10 years
## 357                                                                                                                                          16-20 years
## 358                                                                                                                                          16-20 years
## 359                                                                                                                                   More than 20 years
## 360                                                                                                                                   More than 20 years
## 361                                                                                                                                           6-10 years
## 362                                                                                                                                   More than 20 years
## 363                                                                                                                                   More than 20 years
## 364                                                                                                                                   More than 20 years
## 365                                                                                                                                            1-5 years
## 366                                                                                                                                   More than 20 years
## 367                                                                                                                                   More than 20 years
## 368                                                                                                                                   More than 20 years
## 369                                                                                                                                            1-5 years
## 370                                                                                                                                                     
## 371                                                                                                                                   More than 20 years
## 372                                                                                                                                   More than 20 years
## 373                                                                                                                                            1-5 years
## 374                                                                                                                                   More than 20 years
## 375                                                                                                                                           6-10 years
## 376                                                                                                                                   More than 20 years
## 377                                                                                                                                   More than 20 years
## 378                                                                                                                                   More than 20 years
## 379                                                                                                                                   More than 20 years
## 380                                                                                                                                   More than 20 years
## 381                                                                                                                                   More than 20 years
## 382                                                                                                                                          11-15 years
## 383                                                                                                                                   More than 20 years
## 384                                                                                                                                           6-10 years
## 385                                                                                                                                            1-5 years
## 386                                                                                                                                           6-10 years
## 387                                                                                                                                            1-5 years
## 388                                                                                                                                            1-5 years
## 389                                                                                                                                          11-15 years
## 390                                                                                                                                            1-5 years
## 391                                                                                                                                           6-10 years
## 392                                                                                                                                           6-10 years
## 393                                                                                                                                            1-5 years
## 394                                                                                                                                   More than 20 years
## 395                                                                                                                                          11-15 years
## 396                                                                                                                                          11-15 years
## 397                                                                                                                                   More than 20 years
## 398                                                                                                                                   More than 20 years
## 399                                                                                                                                          11-15 years
## 400                                                                                                                                            1-5 years
## 401                                                                                                                                                     
## 402                                                                                                                                          11-15 years
## 403                                                                                                                                            1-5 years
## 404                                                                                                                                   More than 20 years
## 405                                                                                                                                   More than 20 years
## 406                                                                                                                                            1-5 years
## 407                                                                                                                                           6-10 years
## 408                                                                                                                                   More than 20 years
## 409                                                                                                                                   More than 20 years
## 410                                                                                                                                            1-5 years
## 411                                                                                                                                   More than 20 years
## 412                                                                                                                                     Less than 1 year
## 413                                                                                                                                           6-10 years
## 414                                                                                                                                           6-10 years
## 415                                                                                                                                            1-5 years
## 416                                                                                                                                          11-15 years
## 417                                                                                                                                   More than 20 years
## 418                                                                                                                                           6-10 years
## 419                                                                                                                                            1-5 years
## 420                                                                                                                                           6-10 years
## 421                                                                                                                                          16-20 years
## 422                                                                                                                                            1-5 years
## 423                                                                                                                                   More than 20 years
## 424                                                                                                                                           6-10 years
## 425                                                                                                                                   More than 20 years
## 426                                                                                                                                   More than 20 years
## 427                                                                                                                                           6-10 years
## 428                                                                                                                                          11-15 years
## 429                                                                                                                                     Less than 1 year
## 430                                                                                                                                   More than 20 years
## 431                                                                                                                                          16-20 years
## 432                                                                                                                                   More than 20 years
## 433                                                                                                                                           6-10 years
## 434                                                                                                                                   More than 20 years
## 435                                                                                                                                           6-10 years
## 436                                                                                                                                   More than 20 years
## 437                                                                                                                                   More than 20 years
## 438                                                                                                                                           6-10 years
## 439                                                                                                                                   More than 20 years
## 440                                                                                                                                   More than 20 years
## 441                                                                                                                                   More than 20 years
## 442                                                                                                                                   More than 20 years
## 443                                                                                                                                           6-10 years
## 444                                                                                                                                          11-15 years
## 445                                                                                                                                   More than 20 years
## 446                                                                                                                                   More than 20 years
## 447                                                                                                                                   More than 20 years
## 448                                                                                                                                            1-5 years
## 449                                                                                                                                          11-15 years
## 450                                                                                                                                   More than 20 years
## 451                                                                                                                                   More than 20 years
## 452                                                                                                                                   More than 20 years
## 453                                                                                                                                          11-15 years
## 454                                                                                                                                   More than 20 years
## 455                                                                                                                                   More than 20 years
## 456                                                                                                                                            1-5 years
## 457                                                                                                                                           6-10 years
## 458                                                                                                                                   More than 20 years
## 459                                                                                                                                                     
## 460                                                                                                                                   More than 20 years
## 461                                                                                                                                            1-5 years
## 462                                                                                                                                          16-20 years
## 463                                                                                                                                            1-5 years
## 464                                                                                                                                   More than 20 years
## 465                                                                                                                                          11-15 years
## 466                                                                                                                                            1-5 years
## 467                                                                                                                                          11-15 years
## 468                                                                                                                                           6-10 years
## 469                                                                                                                                   More than 20 years
## 470                                                                                                                                          11-15 years
## 471                                                                                                                                          11-15 years
## 472                                                                                                                                   More than 20 years
## 473                                                                                                                                   More than 20 years
## 474                                                                                                                                   More than 20 years
## 475                                                                                                                                           6-10 years
## 476                                                                                                                                          16-20 years
## 477                                                                                                                                          16-20 years
## 478                                                                                                                                   More than 20 years
## 479                                                                                                                                   More than 20 years
## 480                                                                                                                                            1-5 years
## 481                                                                                                                                          11-15 years
## 482                                                                                                                                          16-20 years
## 483                                                                                                                                          11-15 years
## 484                                                                                                                                            1-5 years
## 485                                                                                                                                   More than 20 years
## 486                                                                                                                                            1-5 years
## 487                                                                                                                                            1-5 years
## 488                                                                                                                                           6-10 years
## 489                                                                                                                                   More than 20 years
## 490                                                                                                                                           6-10 years
## 491                                                                                                                                   More than 20 years
## 492                                                                                                                                   More than 20 years
## 493                                                                                                                                           6-10 years
## 494                                                                                                                                          11-15 years
## 495                                                                                                                                            1-5 years
## 496                                                                                                                                   More than 20 years
## 497                                                                                                                                   More than 20 years
## 498                                                                                                                                   More than 20 years
## 499                                                                                                                                          16-20 years
## 500                                                                                                                                          16-20 years
## 501                                                                                                                                           6-10 years
## 502                                                                                                                                   More than 20 years
## 503                                                                                                                                            1-5 years
## 504                                                                                                                                   More than 20 years
## 505                                                                                                                                          16-20 years
## 506                                                                                                                                           6-10 years
## 507                                                                                                                                   More than 20 years
## 508                                                                                                                                   More than 20 years
## 509                                                                                                                                   More than 20 years
## 510                                                                                                                                            1-5 years
## 511                                                                                                                                            1-5 years
## 512                                                                                                                                            1-5 years
## 513                                                                                                                                   More than 20 years
## 514                                                                                                                                   More than 20 years
## 515                                                                                                                                           6-10 years
## 516                                                                                                                                   More than 20 years
## 517                                                                                                                                          11-15 years
## 518                                                                                                                                          16-20 years
## 519                                                                                                                                   More than 20 years
## 520                                                                                                                                   More than 20 years
## 521                                                                                                                                          16-20 years
## 522                                                                                                                                            1-5 years
## 523                                                                                                                                   More than 20 years
## 524                                                                                                                                   More than 20 years
## 525                                                                                                                                   More than 20 years
## 526                                                                                                                                            1-5 years
## 527                                                                                                                                   More than 20 years
## 528                                                                                                                                   More than 20 years
## 529                                                                                                                                           6-10 years
## 530                                                                                                                                   More than 20 years
## 531                                                                                                                                            1-5 years
## 532                                                                                                                                   More than 20 years
## 533                                                                                                                                   More than 20 years
## 534                                                                                                                                   More than 20 years
## 535                                                                                                                                   More than 20 years
## 536                                                                                                                                          11-15 years
## 537                                                                                                                                   More than 20 years
## 538                                                                                                                                   More than 20 years
## 539                                                                                                                                   More than 20 years
## 540                                                                                                                                   More than 20 years
## 541                                                                                                                                          11-15 years
## 542                                                                                                                                          11-15 years
## 543                                                                                                                                           6-10 years
## 544                                                                                                                                           6-10 years
## 545                                                                                                                                            1-5 years
## 546                                                                                                                                          11-15 years
## 547                                                                                                                                           6-10 years
## 548                                                                                                                                   More than 20 years
## 549                                                                                                                                           6-10 years
## 550                                                                                                                                           6-10 years
## 551                                                                                                                                          11-15 years
## 552                                                                                                                                           6-10 years
## 553                                                                                                                                   More than 20 years
## 554                                                                                                                                   More than 20 years
## 555                                                                                                                                   More than 20 years
## 556                                                                                                                                   More than 20 years
## 557                                                                                                                                   More than 20 years
## 558                                                                                                                                                     
## 559                                                                                                                                   More than 20 years
## 560                                                                                                                                   More than 20 years
## 561                                                                                                                                   More than 20 years
## 562                                                                                                                                          11-15 years
## 563                                                                                                                                          11-15 years
## 564                                                                                                                                            1-5 years
## 565                                                                                                                                   More than 20 years
## 566                                                                                                                                   More than 20 years
## 567                                                                                                                                          11-15 years
## 568                                                                                                                                   More than 20 years
## 569                                                                                                                                   More than 20 years
## 570                                                                                                                                   More than 20 years
## 571                                                                                                                                          11-15 years
## 572                                                                                                                                   More than 20 years
## 573                                                                                                                                   More than 20 years
## 574                                                                                                                                          16-20 years
## 575                                                                                                                                          16-20 years
## 576                                                                                                                                     Less than 1 year
## 577                                                                                                                                   More than 20 years
## 578                                                                                                                                   More than 20 years
## 579                                                                                                                                   More than 20 years
## 580                                                                                                                                            1-5 years
## 581                                                                                                                                   More than 20 years
## 582                                                                                                                                   More than 20 years
## 583                                                                                                                                   More than 20 years
## 584                                                                                                                                                     
## 585                                                                                                                                           6-10 years
## 586                                                                                                                                   More than 20 years
## 587                                                                                                                                          16-20 years
## 588                                                                                                                                            1-5 years
## 589                                                                                                                                   More than 20 years
## 590                                                                                                                                          11-15 years
## 591                                                                                                                                     Less than 1 year
## 592                                                                                                                                   More than 20 years
## 593                                                                                                                                          16-20 years
## 594                                                                                                                                           6-10 years
## 595                                                                                                                                          11-15 years
## 596                                                                                                                                   More than 20 years
## 597                                                                                                                                   More than 20 years
## 598                                                                                                                                   More than 20 years
## 599                                                                                                                                   More than 20 years
## 600                                                                                                                                   More than 20 years
## 601                                                                                                                                   More than 20 years
## 602                                                                                                                                   More than 20 years
## 603                                                                                                                                           6-10 years
## 604                                                                                                                                   More than 20 years
## 605                                                                                                                                   More than 20 years
## 606                                                                                                                                   More than 20 years
## 607                                                                                                                                          16-20 years
## 608                                                                                                                                            1-5 years
## 609                                                                                                                                   More than 20 years
## 610                                                                                                                                   More than 20 years
## 611                                                                                                                                            1-5 years
## 612                                                                                                                                   More than 20 years
## 613                                                                                                                                            1-5 years
## 614                                                                                                                                          11-15 years
## 615                                                                                                                                          11-15 years
## 616                                                                                                                                   More than 20 years
## 617                                                                                                                                   More than 20 years
## 618                                                                                                                                   More than 20 years
## 619                                                                                                                                           6-10 years
## 620                                                                                                                                   More than 20 years
## 621                                                                                                                                           6-10 years
## 622                                                                                                                                   More than 20 years
## 623                                                                                                                                   More than 20 years
## 624                                                                                                                                            1-5 years
## 625                                                                                                                                          11-15 years
## 626                                                                                                                                          11-15 years
## 627                                                                                                                                   More than 20 years
## 628                                                                                                                                   More than 20 years
## 629                                                                                                                                          16-20 years
## 630                                                                                                                                          11-15 years
## 631                                                                                                                                          11-15 years
## 632                                                                                                                                          16-20 years
## 633                                                                                                                                   More than 20 years
## 634                                                                                                                                   More than 20 years
## 635                                                                                                                                   More than 20 years
## 636                                                                                                                                          16-20 years
## 637                                                                                                                                   More than 20 years
## 638                                                                                                                                   More than 20 years
## 639                                                                                                                                          11-15 years
## 640                                                                                                                                   More than 20 years
## 641                                                                                                                                   More than 20 years
## 642                                                                                                                                                     
## 643                                                                                                                                            1-5 years
## 644                                                                                                                                   More than 20 years
## 645                                                                                                                                           6-10 years
## 646                                                                                                                                          11-15 years
## 647                                                                                                                                   More than 20 years
## 648                                                                                                                                   More than 20 years
## 649                                                                                                                                   More than 20 years
## 650                                                                                                                                            1-5 years
## 651                                                                                                                                   More than 20 years
## 652                                                                                                                                   More than 20 years
## 653                                                                                                                                   More than 20 years
## 654                                                                                                                                   More than 20 years
## 655                                                                                                                                            1-5 years
## 656                                                                                                                                          16-20 years
## 657                                                                                                                                   More than 20 years
## 658                                                                                                                                          16-20 years
## 659                                                                                                                                           6-10 years
## 660                                                                                                                                   More than 20 years
## 661                                                                                                                                          16-20 years
## 662                                                                                                                                   More than 20 years
## 663                                                                                                                                   More than 20 years
## 664                                                                                                                                          16-20 years
## 665                                                                                                                                          11-15 years
## 666                                                                                                                                   More than 20 years
## 667                                                                                                                                   More than 20 years
## 668                                                                                                                                   More than 20 years
## 669                                                                                                                                            1-5 years
## 670                                                                                                                                           6-10 years
## 671                                                                                                                                            1-5 years
## 672                                                                                                                                   More than 20 years
## 673                                                                                                                                           6-10 years
## 674                                                                                                                                   More than 20 years
## 675                                                                                                                                   More than 20 years
## 676                                                                                                                                   More than 20 years
## 677                                                                                                                                   More than 20 years
## 678                                                                                                                                   More than 20 years
## 679                                                                                                                                   More than 20 years
## 680                                                                                                                                            1-5 years
## 681                                                                                                                                            1-5 years
## 682                                                                                                                                   More than 20 years
## 683                                                                                                                                   More than 20 years
## 684                                                                                                                                   More than 20 years
## 685                                                                                                                                   More than 20 years
## 686                                                                                                                                          16-20 years
## 687                                                                                                                                           6-10 years
## 688                                                                                                                                   More than 20 years
## 689                                                                                                                                           6-10 years
## 690                                                                                                                                          11-15 years
## 691                                                                                                                                   More than 20 years
## 692                                                                                                                                          11-15 years
## 693                                                                                                                                            1-5 years
## 694                                                                                                                                   More than 20 years
## 695                                                                                                                                          16-20 years
## 696                                                                                                                                          11-15 years
## 697                                                                                                                                   More than 20 years
## 698                                                                                                                                           6-10 years
## 699                                                                                                                                   More than 20 years
## 700                                                                                                                                            1-5 years
## 701                                                                                                                                   More than 20 years
## 702                                                                                                                                          16-20 years
## 703                                                                                                                                   More than 20 years
## 704                                                                                                                                           6-10 years
## 705                                                                                                                                   More than 20 years
## 706                                                                                                                                          16-20 years
## 707                                                                                                                                          11-15 years
## 708                                                                                                                                   More than 20 years
## 709                                                                                                                                           6-10 years
## 710                                                                                                                                           6-10 years
## 711                                                                                                                                   More than 20 years
## 712                                                                                                                                          11-15 years
## 713                                                                                                                                   More than 20 years
## 714                                                                                                                                          16-20 years
## 715                                                                                                                                            1-5 years
## 716                                                                                                                                            1-5 years
## 717                                                                                                                                   More than 20 years
## 718                                                                                                                                   More than 20 years
## 719                                                                                                                                     Less than 1 year
## 720                                                                                                                                            1-5 years
## 721                                                                                                                                   More than 20 years
## 722                                                                                                                                   More than 20 years
## 723                                                                                                                                          11-15 years
## 724                                                                                                                                                     
## 725                                                                                                                                   More than 20 years
## 726                                                                                                                                          11-15 years
## 727                                                                                                                                            1-5 years
## 728                                                                                                                                   More than 20 years
## 729                                                                                                                                   More than 20 years
## 730                                                                                                                                          16-20 years
## 731                                                                                                                                   More than 20 years
## 732                                                                                                                                          11-15 years
## 733                                                                                                                                   More than 20 years
## 734                                                                                                                                          11-15 years
## 735                                                                                                                                            1-5 years
## 736                                                                                                                                          16-20 years
## 737                                                                                                                                           6-10 years
## 738                                                                                                                                            1-5 years
## 739                                                                                                                                   More than 20 years
## 740                                                                                                                                   More than 20 years
## 741                                                                                                                                           6-10 years
## 742                                                                                                                                           6-10 years
## 743                                                                                                                                     Less than 1 year
## 744                                                                                                                                          16-20 years
## 745                                                                                                                                          11-15 years
## 746                                                                                                                                          11-15 years
## 747                                                                                                                                   More than 20 years
## 748                                                                                                                                           6-10 years
## 749                                                                                                                                                     
## 750                                                                                                                                   More than 20 years
## 751                                                                                                                                   More than 20 years
## 752                                                                                                                                   More than 20 years
## 753                                                                                                                                   More than 20 years
## 754                                                                                                                                   More than 20 years
## 755                                                                                                                                          11-15 years
## 756                                                                                                                                           6-10 years
## 757                                                                                                                                   More than 20 years
## 758                                                                                                                                           6-10 years
## 759                                                                                                                                           6-10 years
## 760                                                                                                                                   More than 20 years
## 761                                                                                                                                          11-15 years
## 762                                                                                                                                           6-10 years
## 763                                                                                                                                           6-10 years
## 764                                                                                                                                           6-10 years
## 765                                                                                                                                          16-20 years
## 766                                                                                                                                   More than 20 years
## 767                                                                                                                                   More than 20 years
## 768                                                                                                                                   More than 20 years
## 769                                                                                                                                   More than 20 years
## 770                                                                                                                                          16-20 years
## 771                                                                                                                                   More than 20 years
## 772                                                                                                                                            1-5 years
## 773                                                                                                                                   More than 20 years
## 774                                                                                                                                   More than 20 years
## 775                                                                                                                                          16-20 years
## 776                                                                                                                                          11-15 years
## 777                                                                                                                                   More than 20 years
## 778                                                                                                                                   More than 20 years
## 779                                                                                                                                          11-15 years
## 780                                                                                                                                   More than 20 years
## 781                                                                                                                                   More than 20 years
## 782                                                                                                                                            1-5 years
## 783                                                                                                                                            1-5 years
## 784                                                                                                                                   More than 20 years
## 785                                                                                                                                          16-20 years
## 786                                                                                                                                   More than 20 years
## 787                                                                                                                                          11-15 years
## 788                                                                                                                                           6-10 years
## 789                                                                                                                                                     
## 790                                                                                                                                   More than 20 years
## 791                                                                                                                                   More than 20 years
## 792                                                                                                                                            1-5 years
## 793                                                                                                                                           6-10 years
## 794                                                                                                                                           6-10 years
## 795                                                                                                                                            1-5 years
## 796                                                                                                                                          11-15 years
## 797                                                                                                                                            1-5 years
## 798                                                                                                                                           6-10 years
## 799                                                                                                                                           6-10 years
## 800                                                                                                                                          11-15 years
## 801                                                                                                                                          16-20 years
## 802                                                                                                                                   More than 20 years
## 803                                                                                                                                          16-20 years
## 804                                                                                                                                   More than 20 years
## 805                                                                                                                                            1-5 years
## 806                                                                                                                                          11-15 years
## 807                                                                                                                                            1-5 years
## 808                                                                                                                                   More than 20 years
## 809                                                                                                                                          16-20 years
## 810                                                                                                                                            1-5 years
## 811                                                                                                                                   More than 20 years
## 812                                                                                                                                            1-5 years
## 813                                                                                                                                          11-15 years
## 814                                                                                                                                          16-20 years
## 815                                                                                                                                          16-20 years
## 816                                                                                                                                   More than 20 years
## 817                                                                                                                                            1-5 years
## 818                                                                                                                                   More than 20 years
## 819                                                                                                                                          11-15 years
## 820                                                                                                                                            1-5 years
## 821                                                                                                                                   More than 20 years
## 822                                                                                                                                            1-5 years
## 823                                                                                                                                           6-10 years
## 824                                                                                                                                           6-10 years
## 825                                                                                                                                   More than 20 years
## 826                                                                                                                                   More than 20 years
## 827                                                                                                                                           6-10 years
## 828                                                                                                                                   More than 20 years
## 829                                                                                                                                            1-5 years
## 830                                                                                                                                          11-15 years
## 831                                                                                                                                   More than 20 years
## 832                                                                                                                                          16-20 years
## 833                                                                                                                                          16-20 years
## 834                                                                                                                                   More than 20 years
## 835                                                                                                                                          16-20 years
## 836                                                                                                                                   More than 20 years
## 837                                                                                                                                   More than 20 years
## 838                                                                                                                                          16-20 years
## 839                                                                                                                                     Less than 1 year
## 840                                                                                                                                            1-5 years
## 841                                                                                                                                   More than 20 years
## 842                                                                                                                                          11-15 years
## 843                                                                                                                                   More than 20 years
## 844                                                                                                                                   More than 20 years
## 845                                                                                                                                          16-20 years
## 846                                                                                                                                          11-15 years
## 847                                                                                                                                          11-15 years
## 848                                                                                                                                   More than 20 years
## 849                                                                                                                                           6-10 years
## 850                                                                                                                                           6-10 years
## 851                                                                                                                                           6-10 years
## 852                                                                                                                                           6-10 years
## 853                                                                                                                                   More than 20 years
## 854                                                                                                                                           6-10 years
## 855                                                                                                                                           6-10 years
## 856                                                                                                                                           6-10 years
## 857                                                                                                                                   More than 20 years
## 858                                                                                                                                            1-5 years
## 859                                                                                                                                   More than 20 years
## 860                                                                                                                                   More than 20 years
## 861                                                                                                                                           6-10 years
## 862                                                                                                                                   More than 20 years
## 863                                                                                                                                   More than 20 years
## 864                                                                                                                                   More than 20 years
## 865                                                                                                                                     Less than 1 year
## 866                                                                                                                                            1-5 years
## 867                                                                                                                                   More than 20 years
## 868                                                                                                                                   More than 20 years
## 869                                                                                                                                   More than 20 years
## 870                                                                                                                                           6-10 years
## 871                                                                                                                                   More than 20 years
## 872                                                                                                                                   More than 20 years
## 873                                                                                                                                   More than 20 years
## 874                                                                                                                                            1-5 years
## 875                                                                                                                                            1-5 years
## 876                                                                                                                                          11-15 years
## 877                                                                                                                                          11-15 years
## 878                                                                                                                                   More than 20 years
## 879                                                                                                                                          11-15 years
## 880                                                                                                                                          11-15 years
## 881                                                                                                                                          11-15 years
## 882                                                                                                                                           6-10 years
## 883                                                                                                                                           6-10 years
## 884                                                                                                                                           6-10 years
## 885                                                                                                                                          16-20 years
## 886                                                                                                                                          16-20 years
## 887                                                                                                                                     Less than 1 year
## 888                                                                                                                                   More than 20 years
## 889                                                                                                                                   More than 20 years
## 890                                                                                                                                   More than 20 years
## 891                                                                                                                                     Less than 1 year
## 892                                                                                                                                   More than 20 years
## 893                                                                                                                                   More than 20 years
## 894                                                                                                                                          11-15 years
## 895                                                                                                                                   More than 20 years
## 896                                                                                                                                           6-10 years
## 897                                                                                                                                   More than 20 years
## 898                                                                                                                                          11-15 years
## 899                                                                                                                                   More than 20 years
## 900                                                                                                                                     Less than 1 year
## 901                                                                                                                                            1-5 years
## 902                                                                                                                                          16-20 years
## 903                                                                                                                                           6-10 years
## 904                                                                                                                                          16-20 years
## 905                                                                                                                                           6-10 years
## 906                                                                                                                                          16-20 years
## 907                                                                                                                                   More than 20 years
## 908                                                                                                                                          11-15 years
## 909                                                                                                                                   More than 20 years
## 910                                                                                                                                   More than 20 years
## 911                                                                                                                                          16-20 years
## 912                                                                                                                                          11-15 years
## 913                                                                                                                                   More than 20 years
## 914                                                                                                                                   More than 20 years
## 915                                                                                                                                   More than 20 years
## 916                                                                                                                                   More than 20 years
## 917                                                                                                                                           6-10 years
## 918                                                                                                                                   More than 20 years
## 919                                                                                                                                          11-15 years
## 920                                                                                                                                   More than 20 years
## 921                                                                                                                                          11-15 years
## 922                                                                                                                                           6-10 years
## 923                                                                                                                                   More than 20 years
## 924                                                                                                                                   More than 20 years
## 925                                                                                                                                            1-5 years
## 926                                                                                                                                          11-15 years
## 927                                                                                                                                   More than 20 years
## 928                                                                                                                                   More than 20 years
## 929                                                                                                                                   More than 20 years
## 930                                                                                                                                   More than 20 years
## 931                                                                                                                                            1-5 years
## 932                                                                                                                                            1-5 years
## 933                                                                                                                                   More than 20 years
## 934                                                                                                                                          11-15 years
## 935                                                                                                                                          11-15 years
## 936                                                                                                                                   More than 20 years
## 937                                                                                                                                           6-10 years
## 938                                                                                                                                            1-5 years
## 939                                                                                                                                   More than 20 years
## 940                                                                                                                                   More than 20 years
## 941                                                                                                                                          16-20 years
## 942                                                                                                                                   More than 20 years
## 943                                                                                                                                   More than 20 years
## 944                                                                                                                                           6-10 years
## 945                                                                                                                                          11-15 years
## 946                                                                                                                                          16-20 years
## 947                                                                                                                                           6-10 years
## 948                                                                                                                                            1-5 years
## 949                                                                                                                                            1-5 years
## 950                                                                                                                                          16-20 years
## 951                                                                                                                                          11-15 years
## 952                                                                                                                                   More than 20 years
## 953                                                                                                                                   More than 20 years
## 954                                                                                                                                            1-5 years
## 955                                                                                                                                   More than 20 years
## 956                                                                                                                                   More than 20 years
## 957                                                                                                                                          16-20 years
## 958                                                                                                                                   More than 20 years
## 959                                                                                                                                          11-15 years
## 960                                                                                                                                            1-5 years
## 961                                                                                                                                   More than 20 years
## 962                                                                                                                                           6-10 years
## 963                                                                                                                                                     
## 964                                                                                                                                          16-20 years
## 965                                                                                                                                   More than 20 years
## 966                                                                                                                                          16-20 years
## 967                                                                                                                                           6-10 years
## 968                                                                                                                                           6-10 years
## 969                                                                                                                                   More than 20 years
## 970                                                                                                                                   More than 20 years
## 971                                                                                                                                   More than 20 years
## 972                                                                                                                                   More than 20 years
## 973                                                                                                                                          16-20 years
## 974                                                                                                                                           6-10 years
## 975                                                                                                                                   More than 20 years
## 976                                                                                                                                           6-10 years
## 977                                                                                                                                            1-5 years
## 978                                                                                                                                   More than 20 years
## 979                                                                                                                                           6-10 years
## 980                                                                                                                                   More than 20 years
## 981                                                                                                                                          16-20 years
## 982                                                                                                                                   More than 20 years
## 983                                                                                                                                   More than 20 years
## 984                                                                                                                                   More than 20 years
## 985                                                                                                                                   More than 20 years
## 986                                                                                                                                   More than 20 years
## 987                                                                                                                                           6-10 years
## 988                                                                                                                                   More than 20 years
## 989                                                                                                                                          11-15 years
## 990                                                                                                                                          16-20 years
## 991                                                                                                                                           6-10 years
## 992                                                                                                                                   More than 20 years
## 993                                                                                                                                          16-20 years
## 994                                                                                                                                   More than 20 years
## 995                                                                                                                                          11-15 years
## 996                                                                                                                                          11-15 years
## 997                                                                                                                                   More than 20 years
## 998                                                                                                                                          16-20 years
## 999                                                                                                                                   More than 20 years
## 1000                                                                                                                                  More than 20 years
## 1001                                                                                                                                          6-10 years
## 1002                                                                                                                                          6-10 years
## 1003                                                                                                                                  More than 20 years
## 1004                                                                                                                                  More than 20 years
## 1005                                                                                                                                  More than 20 years
## 1006                                                                                                                                         11-15 years
## 1007                                                                                                                                          6-10 years
## 1008                                                                                                                                  More than 20 years
## 1009                                                                                                                                  More than 20 years
## 1010                                                                                                                                         16-20 years
## 1011                                                                                                                                  More than 20 years
## 1012                                                                                                                                          6-10 years
## 1013                                                                                                                                         11-15 years
## 1014                                                                                                                                  More than 20 years
## 1015                                                                                                                                         11-15 years
## 1016                                                                                                                                         16-20 years
## 1017                                                                                                                                         16-20 years
## 1018                                                                                                                                          6-10 years
## 1019                                                                                                                                  More than 20 years
## 1020                                                                                                                                         16-20 years
## 1021                                                                                                                                         11-15 years
## 1022                                                                                                                                  More than 20 years
## 1023                                                                                                                                          6-10 years
## 1024                                                                                                                                  More than 20 years
## 1025                                                                                                                                  More than 20 years
## 1026                                                                                                                                  More than 20 years
## 1027                                                                                                                                          6-10 years
## 1028                                                                                                                                         11-15 years
## 1029                                                                                                                                         11-15 years
## 1030                                                                                                                                  More than 20 years
## 1031                                                                                                                                         16-20 years
## 1032                                                                                                                                         11-15 years
## 1033                                                                                                                                                    
## 1034                                                                                                                                         16-20 years
## 1035                                                                                                                                  More than 20 years
## 1036                                                                                                                                          6-10 years
## 1037                                                                                                                                         11-15 years
## 1038                                                                                                                                           1-5 years
## 1039                                                                                                                                         16-20 years
## 1040                                                                                                                                  More than 20 years
## 1041                                                                                                                                           1-5 years
## 1042                                                                                                                                          6-10 years
## 1043                                                                                                                                           1-5 years
## 1044                                                                                                                                          6-10 years
## 1045                                                                                                                                          6-10 years
## 1046                                                                                                                                           1-5 years
## 1047                                                                                                                                  More than 20 years
## 1048                                                                                                                                  More than 20 years
## 1049                                                                                                                                           1-5 years
## 1050                                                                                                                                  More than 20 years
## 1051                                                                                                                                         16-20 years
## 1052                                                                                                                                         11-15 years
## 1053                                                                                                                                          6-10 years
## 1054                                                                                                                                         11-15 years
## 1055                                                                                                                                         11-15 years
## 1056                                                                                                                                  More than 20 years
## 1057                                                                                                                                  More than 20 years
## 1058                                                                                                                                  More than 20 years
## 1059                                                                                                                                          6-10 years
## 1060                                                                                                                                  More than 20 years
## 1061                                                                                                                                           1-5 years
## 1062                                                                                                                                  More than 20 years
## 1063                                                                                                                                  More than 20 years
## 1064                                                                                                                                  More than 20 years
## 1065                                                                                                                                           1-5 years
## 1066                                                                                                                                         16-20 years
## 1067                                                                                                                                  More than 20 years
## 1068                                                                                                                                          6-10 years
## 1069                                                                                                                                           1-5 years
## 1070                                                                                                                                         11-15 years
## 1071                                                                                                                                  More than 20 years
## 1072                                                                                                                                  More than 20 years
## 1073                                                                                                                                          6-10 years
## 1074                                                                                                                                  More than 20 years
## 1075                                                                                                                                          6-10 years
## 1076                                                                                                                                         16-20 years
## 1077                                                                                                                                         11-15 years
## 1078                                                                                                                                  More than 20 years
## 1079                                                                                                                                  More than 20 years
## 1080                                                                                                                                          6-10 years
## 1081                                                                                                                                          6-10 years
## 1082                                                                                                                                  More than 20 years
## 1083                                                                                                                                         16-20 years
## 1084                                                                                                                                           1-5 years
## 1085                                                                                                                                  More than 20 years
## 1086                                                                                                                                          6-10 years
## 1087                                                                                                                                    Less than 1 year
## 1088                                                                                                                                         11-15 years
## 1089                                                                                                                                           1-5 years
## 1090                                                                                                                                    Less than 1 year
## 1091                                                                                                                                  More than 20 years
## 1092                                                                                                                                           1-5 years
## 1093                                                                                                                                         16-20 years
## 1094                                                                                                                                  More than 20 years
##      When.both.you.and.your.partner.are.at.home..how.often.do.you.sleep.in.separate.beds.
## 1                                                                                Response
## 2                                                                     Once a year or less
## 3                                                                   A few times per month
## 4                                                                                   Never
## 5                                                                                   Never
## 6                                                                                   Never
## 7                                                                                   Never
## 8                                                                             Every night
## 9                                                                                   Never
## 10                                                                                  Never
## 11                                                                                  Never
## 12                                                                                  Never
## 13                                                                                  Never
## 14                                                                   Once a month or less
## 15                                                                                  Never
## 16                                                                                  Never
## 17                                                                   A few times per week
## 18                                                                    Once a year or less
## 19                                                                   A few times per week
## 20                                                                                  Never
## 21                                                                                  Never
## 22                                                                                  Never
## 23                                                                                  Never
## 24                                                                                  Never
## 25                                                                                  Never
## 26                                                                                  Never
## 27                                                                                  Never
## 28                                                                                  Never
## 29                                                                                  Never
## 30                                                                                  Never
## 31                                                                                  Never
## 32                                                                   A few times per week
## 33                                                                  A few times per month
## 34                                                                                  Never
## 35                                                                                  Never
## 36                                                                    Once a year or less
## 37                                                                   Once a month or less
## 38                                                                   A few times per week
## 39                                                                   A few times per week
## 40                                                                   Once a month or less
## 41                                                                                  Never
## 42                                                                   Once a month or less
## 43                                                                                  Never
## 44                                                                    Once a year or less
## 45                                                                   Once a month or less
## 46                                                                                  Never
## 47                                                                    Once a year or less
## 48                                                                    Once a year or less
## 49                                                                                  Never
## 50                                                                                  Never
## 51                                                                    Once a year or less
## 52                                                                                  Never
## 53                                                                   A few times per week
## 54                                                                                  Never
## 55                                                                   Once a month or less
## 56                                                                                  Never
## 57                                                                   Once a month or less
## 58                                                                                  Never
## 59                                                                                  Never
## 60                                                                                  Never
## 61                                                                                  Never
## 62                                                                                  Never
## 63                                                                   Once a month or less
## 64                                                                            Every night
## 65                                                                    Once a year or less
## 66                                                                                  Never
## 67                                                                    Once a year or less
## 68                                                                                  Never
## 69                                                                    Once a year or less
## 70                                                                                  Never
## 71                                                                            Every night
## 72                                                                  A few times per month
## 73                                                                    Once a year or less
## 74                                                                                  Never
## 75                                                                                  Never
## 76                                                                            Every night
## 77                                                                                  Never
## 78                                                                                  Never
## 79                                                                   Once a month or less
## 80                                                                                  Never
## 81                                                                                  Never
## 82                                                                            Every night
## 83                                                                                  Never
## 84                                                                  A few times per month
## 85                                                                    Once a year or less
## 86                                                                                  Never
## 87                                                                                  Never
## 88                                                                  A few times per month
## 89                                                                                  Never
## 90                                                                                  Never
## 91                                                                    Once a year or less
## 92                                                                                  Never
## 93                                                                                  Never
## 94                                                                                       
## 95                                                                                  Never
## 96                                                                    Once a year or less
## 97                                                                  A few times per month
## 98                                                                   Once a month or less
## 99                                                                                  Never
## 100                                                                           Every night
## 101                                                                                 Never
## 102                                                                                 Never
## 103                                                                 A few times per month
## 104                                                                                 Never
## 105                                                                                 Never
## 106                                                                 A few times per month
## 107                                                                                 Never
## 108                                                                                 Never
## 109                                                                                 Never
## 110                                                                                 Never
## 111                                                                                 Never
## 112                                                                                 Never
## 113                                                                                 Never
## 114                                                                                 Never
## 115                                                                                 Never
## 116                                                                                 Never
## 117                                                                                 Never
## 118                                                                                      
## 119                                                                                 Never
## 120                                                                           Every night
## 121                                                                   Once a year or less
## 122                                                                  Once a month or less
## 123                                                                  A few times per week
## 124                                                                  Once a month or less
## 125                                                                                 Never
## 126                                                                                 Never
## 127                                                                                 Never
## 128                                                                  Once a month or less
## 129                                                                           Every night
## 130                                                                                 Never
## 131                                                                           Every night
## 132                                                                                 Never
## 133                                                                                 Never
## 134                                                                                 Never
## 135                                                                           Every night
## 136                                                                                 Never
## 137                                                                  Once a month or less
## 138                                                                                 Never
## 139                                                                  A few times per week
## 140                                                                                 Never
## 141                                                                                 Never
## 142                                                                                 Never
## 143                                                                                 Never
## 144                                                                                 Never
## 145                                                                                 Never
## 146                                                                                 Never
## 147                                                                                 Never
## 148                                                                                 Never
## 149                                                                                 Never
## 150                                                                 A few times per month
## 151                                                                  Once a month or less
## 152                                                                 A few times per month
## 153                                                                                 Never
## 154                                                                           Every night
## 155                                                                                 Never
## 156                                                                                 Never
## 157                                                                                 Never
## 158                                                                                 Never
## 159                                                                                 Never
## 160                                                                   Once a year or less
## 161                                                                   Once a year or less
## 162                                                                           Every night
## 163                                                                                 Never
## 164                                                                 A few times per month
## 165                                                                   Once a year or less
## 166                                                                           Every night
## 167                                                                                 Never
## 168                                                                           Every night
## 169                                                                                 Never
## 170                                                                                 Never
## 171                                                                   Once a year or less
## 172                                                                           Every night
## 173                                                                 A few times per month
## 174                                                                  Once a month or less
## 175                                                                  A few times per week
## 176                                                                  Once a month or less
## 177                                                                                 Never
## 178                                                                                 Never
## 179                                                                                 Never
## 180                                                                 A few times per month
## 181                                                                  Once a month or less
## 182                                                                                 Never
## 183                                                                   Once a year or less
## 184                                                                           Every night
## 185                                                                   Once a year or less
## 186                                                                                 Never
## 187                                                                                 Never
## 188                                                                                 Never
## 189                                                                                 Never
## 190                                                                           Every night
## 191                                                                           Every night
## 192                                                                           Every night
## 193                                                                  Once a month or less
## 194                                                                           Every night
## 195                                                                           Every night
## 196                                                                           Every night
## 197                                                                                 Never
## 198                                                                   Once a year or less
## 199                                                                  A few times per week
## 200                                                                  Once a month or less
## 201                                                                                 Never
## 202                                                                                 Never
## 203                                                                                 Never
## 204                                                                  A few times per week
## 205                                                                           Every night
## 206                                                                           Every night
## 207                                                                   Once a year or less
## 208                                                                                 Never
## 209                                                                   Once a year or less
## 210                                                                   Once a year or less
## 211                                                                           Every night
## 212                                                                 A few times per month
## 213                                                                                 Never
## 214                                                                           Every night
## 215                                                                                 Never
## 216                                                                           Every night
## 217                                                                 A few times per month
## 218                                                                  A few times per week
## 219                                                                                 Never
## 220                                                                                 Never
## 221                                                                                 Never
## 222                                                                                 Never
## 223                                                                           Every night
## 224                                                                   Once a year or less
## 225                                                                 A few times per month
## 226                                                                           Every night
## 227                                                                                 Never
## 228                                                                           Every night
## 229                                                                   Once a year or less
## 230                                                                                 Never
## 231                                                                                 Never
## 232                                                                           Every night
## 233                                                                                 Never
## 234                                                                  A few times per week
## 235                                                                           Every night
## 236                                                                                 Never
## 237                                                                                 Never
## 238                                                                  Once a month or less
## 239                                                                                 Never
## 240                                                                                 Never
## 241                                                                                 Never
## 242                                                                                 Never
## 243                                                                 A few times per month
## 244                                                                           Every night
## 245                                                                  A few times per week
## 246                                                                  Once a month or less
## 247                                                                           Every night
## 248                                                                           Every night
## 249                                                                  Once a month or less
## 250                                                                 A few times per month
## 251                                                                                 Never
## 252                                                                                 Never
## 253                                                                                 Never
## 254                                                                                 Never
## 255                                                                 A few times per month
## 256                                                                                 Never
## 257                                                                                 Never
## 258                                                                 A few times per month
## 259                                                                           Every night
## 260                                                                   Once a year or less
## 261                                                                  A few times per week
## 262                                                                           Every night
## 263                                                                                 Never
## 264                                                                  A few times per week
## 265                                                                                 Never
## 266                                                                  A few times per week
## 267                                                                  A few times per week
## 268                                                                  Once a month or less
## 269                                                                           Every night
## 270                                                                  Once a month or less
## 271                                                                                 Never
## 272                                                                           Every night
## 273                                                                                 Never
## 274                                                                                 Never
## 275                                                                                 Never
## 276                                                                   Once a year or less
## 277                                                                                 Never
## 278                                                                                 Never
## 279                                                                 A few times per month
## 280                                                                 A few times per month
## 281                                                                   Once a year or less
## 282                                                                  Once a month or less
## 283                                                                                 Never
## 284                                                                           Every night
## 285                                                                                 Never
## 286                                                                           Every night
## 287                                                                           Every night
## 288                                                                   Once a year or less
## 289                                                                                 Never
## 290                                                                  Once a month or less
## 291                                                                                 Never
## 292                                                                   Once a year or less
## 293                                                                                 Never
## 294                                                                  A few times per week
## 295                                                                                 Never
## 296                                                                   Once a year or less
## 297                                                                                 Never
## 298                                                                                 Never
## 299                                                                                 Never
## 300                                                                  Once a month or less
## 301                                                                                 Never
## 302                                                                 A few times per month
## 303                                                                                 Never
## 304                                                                                 Never
## 305                                                                                 Never
## 306                                                                   Once a year or less
## 307                                                                                 Never
## 308                                                                  Once a month or less
## 309                                                                   Once a year or less
## 310                                                                                 Never
## 311                                                                           Every night
## 312                                                                           Every night
## 313                                                                   Once a year or less
## 314                                                                                 Never
## 315                                                                  Once a month or less
## 316                                                                                 Never
## 317                                                                                 Never
## 318                                                                   Once a year or less
## 319                                                                   Once a year or less
## 320                                                                                 Never
## 321                                                                                 Never
## 322                                                                   Once a year or less
## 323                                                                  Once a month or less
## 324                                                                                 Never
## 325                                                                                 Never
## 326                                                                 A few times per month
## 327                                                                           Every night
## 328                                                                                 Never
## 329                                                                   Once a year or less
## 330                                                                                      
## 331                                                                                 Never
## 332                                                                  Once a month or less
## 333                                                                                 Never
## 334                                                                  Once a month or less
## 335                                                                  Once a month or less
## 336                                                                                 Never
## 337                                                                                 Never
## 338                                                                   Once a year or less
## 339                                                                                 Never
## 340                                                                           Every night
## 341                                                                                 Never
## 342                                                                           Every night
## 343                                                                                 Never
## 344                                                                                 Never
## 345                                                                   Once a year or less
## 346                                                                           Every night
## 347                                                                           Every night
## 348                                                                                 Never
## 349                                                                  Once a month or less
## 350                                                                                 Never
## 351                                                                   Once a year or less
## 352                                                                                 Never
## 353                                                                   Once a year or less
## 354                                                                                 Never
## 355                                                                                 Never
## 356                                                                                 Never
## 357                                                                                 Never
## 358                                                                 A few times per month
## 359                                                                   Once a year or less
## 360                                                                                 Never
## 361                                                                   Once a year or less
## 362                                                                                 Never
## 363                                                                                 Never
## 364                                                                                 Never
## 365                                                                                 Never
## 366                                                                                 Never
## 367                                                                                 Never
## 368                                                                 A few times per month
## 369                                                                                 Never
## 370                                                                                      
## 371                                                                                 Never
## 372                                                                                 Never
## 373                                                                                 Never
## 374                                                                           Every night
## 375                                                                                 Never
## 376                                                                                 Never
## 377                                                                           Every night
## 378                                                                  A few times per week
## 379                                                                   Once a year or less
## 380                                                                           Every night
## 381                                                                                 Never
## 382                                                                  Once a month or less
## 383                                                                                 Never
## 384                                                                                 Never
## 385                                                                  Once a month or less
## 386                                                                                 Never
## 387                                                                           Every night
## 388                                                                  Once a month or less
## 389                                                                  A few times per week
## 390                                                                 A few times per month
## 391                                                                                 Never
## 392                                                                                 Never
## 393                                                                                 Never
## 394                                                                                 Never
## 395                                                                           Every night
## 396                                                                   Once a year or less
## 397                                                                   Once a year or less
## 398                                                                                 Never
## 399                                                                                 Never
## 400                                                                                 Never
## 401                                                                                      
## 402                                                                  A few times per week
## 403                                                                  A few times per week
## 404                                                                                 Never
## 405                                                                                 Never
## 406                                                                                 Never
## 407                                                                  Once a month or less
## 408                                                                           Every night
## 409                                                                                 Never
## 410                                                                                 Never
## 411                                                                                 Never
## 412                                                                  Once a month or less
## 413                                                                                 Never
## 414                                                                           Every night
## 415                                                                                 Never
## 416                                                                   Once a year or less
## 417                                                                                 Never
## 418                                                                                 Never
## 419                                                                   Once a year or less
## 420                                                                                 Never
## 421                                                                  Once a month or less
## 422                                                                   Once a year or less
## 423                                                                           Every night
## 424                                                                           Every night
## 425                                                                                 Never
## 426                                                                                 Never
## 427                                                                  A few times per week
## 428                                                                 A few times per month
## 429                                                                  Once a month or less
## 430                                                                                 Never
## 431                                                                   Once a year or less
## 432                                                                                 Never
## 433                                                                  Once a month or less
## 434                                                                           Every night
## 435                                                                                 Never
## 436                                                                   Once a year or less
## 437                                                                                 Never
## 438                                                                                 Never
## 439                                                                           Every night
## 440                                                                                 Never
## 441                                                                                 Never
## 442                                                                                 Never
## 443                                                                                 Never
## 444                                                                   Once a year or less
## 445                                                                                 Never
## 446                                                                                 Never
## 447                                                                 A few times per month
## 448                                                                                 Never
## 449                                                                                 Never
## 450                                                                           Every night
## 451                                                                                 Never
## 452                                                                   Once a year or less
## 453                                                                                 Never
## 454                                                                                 Never
## 455                                                                   Once a year or less
## 456                                                                                 Never
## 457                                                                 A few times per month
## 458                                                                                 Never
## 459                                                                                      
## 460                                                                           Every night
## 461                                                                           Every night
## 462                                                                                 Never
## 463                                                                                 Never
## 464                                                                           Every night
## 465                                                                                 Never
## 466                                                                                 Never
## 467                                                                           Every night
## 468                                                                                 Never
## 469                                                                                 Never
## 470                                                                   Once a year or less
## 471                                                                                 Never
## 472                                                                                 Never
## 473                                                                                 Never
## 474                                                                   Once a year or less
## 475                                                                                 Never
## 476                                                                   Once a year or less
## 477                                                                                 Never
## 478                                                                                 Never
## 479                                                                                 Never
## 480                                                                                 Never
## 481                                                                 A few times per month
## 482                                                                  A few times per week
## 483                                                                           Every night
## 484                                                                   Once a year or less
## 485                                                                                 Never
## 486                                                                                 Never
## 487                                                                           Every night
## 488                                                                                 Never
## 489                                                                  A few times per week
## 490                                                                   Once a year or less
## 491                                                                   Once a year or less
## 492                                                                           Every night
## 493                                                                 A few times per month
## 494                                                                           Every night
## 495                                                                                 Never
## 496                                                                   Once a year or less
## 497                                                                                 Never
## 498                                                                   Once a year or less
## 499                                                                                 Never
## 500                                                                                 Never
## 501                                                                           Every night
## 502                                                                           Every night
## 503                                                                                 Never
## 504                                                                   Once a year or less
## 505                                                                  Once a month or less
## 506                                                                  Once a month or less
## 507                                                                                 Never
## 508                                                                  Once a month or less
## 509                                                                  A few times per week
## 510                                                                           Every night
## 511                                                                                 Never
## 512                                                                                 Never
## 513                                                                                 Never
## 514                                                                                 Never
## 515                                                                                 Never
## 516                                                                                 Never
## 517                                                                                 Never
## 518                                                                                 Never
## 519                                                                                 Never
## 520                                                                 A few times per month
## 521                                                                                 Never
## 522                                                                                 Never
## 523                                                                                 Never
## 524                                                                   Once a year or less
## 525                                                                                 Never
## 526                                                                                 Never
## 527                                                                                 Never
## 528                                                                                 Never
## 529                                                                   Once a year or less
## 530                                                                                 Never
## 531                                                                                 Never
## 532                                                                                 Never
## 533                                                                                 Never
## 534                                                                  Once a month or less
## 535                                                                                 Never
## 536                                                                                 Never
## 537                                                                                 Never
## 538                                                                                 Never
## 539                                                                  A few times per week
## 540                                                                                 Never
## 541                                                                                 Never
## 542                                                                   Once a year or less
## 543                                                                  Once a month or less
## 544                                                                                 Never
## 545                                                                                 Never
## 546                                                                                 Never
## 547                                                                   Once a year or less
## 548                                                                                 Never
## 549                                                                                 Never
## 550                                                                   Once a year or less
## 551                                                                                 Never
## 552                                                                           Every night
## 553                                                                   Once a year or less
## 554                                                                           Every night
## 555                                                                                 Never
## 556                                                                           Every night
## 557                                                                                 Never
## 558                                                                                      
## 559                                                                                 Never
## 560                                                                                 Never
## 561                                                                                 Never
## 562                                                                           Every night
## 563                                                                                 Never
## 564                                                                  Once a month or less
## 565                                                                                 Never
## 566                                                                           Every night
## 567                                                                                 Never
## 568                                                                                 Never
## 569                                                                                 Never
## 570                                                                 A few times per month
## 571                                                                  A few times per week
## 572                                                                                 Never
## 573                                                                                 Never
## 574                                                                                 Never
## 575                                                                   Once a year or less
## 576                                                                  Once a month or less
## 577                                                                                 Never
## 578                                                                                 Never
## 579                                                                                 Never
## 580                                                                                 Never
## 581                                                                 A few times per month
## 582                                                                                 Never
## 583                                                                                 Never
## 584                                                                                      
## 585                                                                   Once a year or less
## 586                                                                                 Never
## 587                                                                           Every night
## 588                                                                           Every night
## 589                                                                  Once a month or less
## 590                                                                   Once a year or less
## 591                                                                                 Never
## 592                                                                   Once a year or less
## 593                                                                  Once a month or less
## 594                                                                                 Never
## 595                                                                  Once a month or less
## 596                                                                           Every night
## 597                                                                   Once a year or less
## 598                                                                                 Never
## 599                                                                                 Never
## 600                                                                   Once a year or less
## 601                                                                   Once a year or less
## 602                                                                                 Never
## 603                                                                 A few times per month
## 604                                                                   Once a year or less
## 605                                                                   Once a year or less
## 606                                                                   Once a year or less
## 607                                                                                 Never
## 608                                                                                 Never
## 609                                                                                 Never
## 610                                                                                 Never
## 611                                                                  Once a month or less
## 612                                                                                 Never
## 613                                                                                 Never
## 614                                                                                 Never
## 615                                                                           Every night
## 616                                                                                 Never
## 617                                                                                 Never
## 618                                                                   Once a year or less
## 619                                                                   Once a year or less
## 620                                                                  Once a month or less
## 621                                                                   Once a year or less
## 622                                                                   Once a year or less
## 623                                                                   Once a year or less
## 624                                                                                 Never
## 625                                                                                 Never
## 626                                                                                 Never
## 627                                                                                 Never
## 628                                                                  A few times per week
## 629                                                                           Every night
## 630                                                                                 Never
## 631                                                                                 Never
## 632                                                                   Once a year or less
## 633                                                                                 Never
## 634                                                                  Once a month or less
## 635                                                                                 Never
## 636                                                                   Once a year or less
## 637                                                                                 Never
## 638                                                                                 Never
## 639                                                                                 Never
## 640                                                                                 Never
## 641                                                                           Every night
## 642                                                                                      
## 643                                                                   Once a year or less
## 644                                                                                 Never
## 645                                                                  Once a month or less
## 646                                                                                 Never
## 647                                                                                 Never
## 648                                                                  Once a month or less
## 649                                                                                 Never
## 650                                                                                 Never
## 651                                                                           Every night
## 652                                                                  Once a month or less
## 653                                                                                 Never
## 654                                                                                 Never
## 655                                                                                 Never
## 656                                                                 A few times per month
## 657                                                                           Every night
## 658                                                                                 Never
## 659                                                                  Once a month or less
## 660                                                                  Once a month or less
## 661                                                                           Every night
## 662                                                                                 Never
## 663                                                                   Once a year or less
## 664                                                                                 Never
## 665                                                                           Every night
## 666                                                                                 Never
## 667                                                                   Once a year or less
## 668                                                                                 Never
## 669                                                                   Once a year or less
## 670                                                                           Every night
## 671                                                                                 Never
## 672                                                                                 Never
## 673                                                                                 Never
## 674                                                                   Once a year or less
## 675                                                                           Every night
## 676                                                                                 Never
## 677                                                                 A few times per month
## 678                                                                                 Never
## 679                                                                                 Never
## 680                                                                                 Never
## 681                                                                  Once a month or less
## 682                                                                 A few times per month
## 683                                                                                 Never
## 684                                                                                 Never
## 685                                                                           Every night
## 686                                                                  A few times per week
## 687                                                                                 Never
## 688                                                                                 Never
## 689                                                                   Once a year or less
## 690                                                                                 Never
## 691                                                                                 Never
## 692                                                                   Once a year or less
## 693                                                                  Once a month or less
## 694                                                                                 Never
## 695                                                                           Every night
## 696                                                                                 Never
## 697                                                                                 Never
## 698                                                                   Once a year or less
## 699                                                                 A few times per month
## 700                                                                  Once a month or less
## 701                                                                           Every night
## 702                                                                                 Never
## 703                                                                                 Never
## 704                                                                                 Never
## 705                                                                           Every night
## 706                                                                 A few times per month
## 707                                                                  Once a month or less
## 708                                                                   Once a year or less
## 709                                                                                 Never
## 710                                                                                 Never
## 711                                                                   Once a year or less
## 712                                                                  Once a month or less
## 713                                                                           Every night
## 714                                                                           Every night
## 715                                                                                 Never
## 716                                                                                 Never
## 717                                                                                 Never
## 718                                                                   Once a year or less
## 719                                                                                 Never
## 720                                                                  Once a month or less
## 721                                                                                 Never
## 722                                                                                 Never
## 723                                                                                 Never
## 724                                                                                      
## 725                                                                                 Never
## 726                                                                 A few times per month
## 727                                                                                 Never
## 728                                                                           Every night
## 729                                                                 A few times per month
## 730                                                                                 Never
## 731                                                                           Every night
## 732                                                                           Every night
## 733                                                                  Once a month or less
## 734                                                                                 Never
## 735                                                                                 Never
## 736                                                                           Every night
## 737                                                                                 Never
## 738                                                                                 Never
## 739                                                                                 Never
## 740                                                                           Every night
## 741                                                                   Once a year or less
## 742                                                                           Every night
## 743                                                                                 Never
## 744                                                                                 Never
## 745                                                                  A few times per week
## 746                                                                           Every night
## 747                                                                                 Never
## 748                                                                                 Never
## 749                                                                                      
## 750                                                                                 Never
## 751                                                                           Every night
## 752                                                                                 Never
## 753                                                                   Once a year or less
## 754                                                                                 Never
## 755                                                                                 Never
## 756                                                                           Every night
## 757                                                                   Once a year or less
## 758                                                                                 Never
## 759                                                                 A few times per month
## 760                                                                                 Never
## 761                                                                           Every night
## 762                                                                                 Never
## 763                                                                   Once a year or less
## 764                                                                 A few times per month
## 765                                                                           Every night
## 766                                                                                 Never
## 767                                                                                 Never
## 768                                                                                 Never
## 769                                                                                 Never
## 770                                                                           Every night
## 771                                                                  Once a month or less
## 772                                                                                 Never
## 773                                                                                 Never
## 774                                                                  Once a month or less
## 775                                                                                 Never
## 776                                                                  Once a month or less
## 777                                                                           Every night
## 778                                                                 A few times per month
## 779                                                                                 Never
## 780                                                                                 Never
## 781                                                                                 Never
## 782                                                                  Once a month or less
## 783                                                                  Once a month or less
## 784                                                                   Once a year or less
## 785                                                                           Every night
## 786                                                                                 Never
## 787                                                                                 Never
## 788                                                                   Once a year or less
## 789                                                                                      
## 790                                                                                 Never
## 791                                                                  Once a month or less
## 792                                                                                 Never
## 793                                                                           Every night
## 794                                                                  Once a month or less
## 795                                                                                 Never
## 796                                                                  A few times per week
## 797                                                                           Every night
## 798                                                                                 Never
## 799                                                                                 Never
## 800                                                                                 Never
## 801                                                                 A few times per month
## 802                                                                   Once a year or less
## 803                                                                                 Never
## 804                                                                           Every night
## 805                                                                                 Never
## 806                                                                                 Never
## 807                                                                                 Never
## 808                                                                                 Never
## 809                                                                           Every night
## 810                                                                                 Never
## 811                                                                                 Never
## 812                                                                                 Never
## 813                                                                   Once a year or less
## 814                                                                                 Never
## 815                                                                                 Never
## 816                                                                                 Never
## 817                                                                                 Never
## 818                                                                           Every night
## 819                                                                   Once a year or less
## 820                                                                                 Never
## 821                                                                 A few times per month
## 822                                                                                 Never
## 823                                                                 A few times per month
## 824                                                                   Once a year or less
## 825                                                                                 Never
## 826                                                                                 Never
## 827                                                                                 Never
## 828                                                                   Once a year or less
## 829                                                                  A few times per week
## 830                                                                           Every night
## 831                                                                   Once a year or less
## 832                                                                                 Never
## 833                                                                           Every night
## 834                                                                  Once a month or less
## 835                                                                                 Never
## 836                                                                           Every night
## 837                                                                           Every night
## 838                                                                   Once a year or less
## 839                                                                                 Never
## 840                                                                                 Never
## 841                                                                                 Never
## 842                                                                  Once a month or less
## 843                                                                   Once a year or less
## 844                                                                                 Never
## 845                                                                           Every night
## 846                                                                   Once a year or less
## 847                                                                                 Never
## 848                                                                                 Never
## 849                                                                  A few times per week
## 850                                                                           Every night
## 851                                                                                 Never
## 852                                                                                 Never
## 853                                                                           Every night
## 854                                                                                 Never
## 855                                                                                 Never
## 856                                                                   Once a year or less
## 857                                                                                 Never
## 858                                                                                 Never
## 859                                                                                 Never
## 860                                                                  Once a month or less
## 861                                                                                 Never
## 862                                                                   Once a year or less
## 863                                                                  Once a month or less
## 864                                                                                 Never
## 865                                                                                 Never
## 866                                                                                 Never
## 867                                                                                 Never
## 868                                                                                 Never
## 869                                                                   Once a year or less
## 870                                                                                 Never
## 871                                                                   Once a year or less
## 872                                                                           Every night
## 873                                                                           Every night
## 874                                                                                 Never
## 875                                                                           Every night
## 876                                                                                 Never
## 877                                                                  Once a month or less
## 878                                                                  Once a month or less
## 879                                                                  Once a month or less
## 880                                                                                 Never
## 881                                                                   Once a year or less
## 882                                                                   Once a year or less
## 883                                                                                 Never
## 884                                                                  Once a month or less
## 885                                                                                 Never
## 886                                                                           Every night
## 887                                                                                 Never
## 888                                                                           Every night
## 889                                                                  Once a month or less
## 890                                                                           Every night
## 891                                                                                 Never
## 892                                                                                 Never
## 893                                                                  Once a month or less
## 894                                                                                 Never
## 895                                                                                 Never
## 896                                                                                 Never
## 897                                                                 A few times per month
## 898                                                                                 Never
## 899                                                                   Once a year or less
## 900                                                                                 Never
## 901                                                                                 Never
## 902                                                                                 Never
## 903                                                                   Once a year or less
## 904                                                                           Every night
## 905                                                                  Once a month or less
## 906                                                                                 Never
## 907                                                                           Every night
## 908                                                                                 Never
## 909                                                                                 Never
## 910                                                                                 Never
## 911                                                                   Once a year or less
## 912                                                                           Every night
## 913                                                                                 Never
## 914                                                                           Every night
## 915                                                                                 Never
## 916                                                                   Once a year or less
## 917                                                                                 Never
## 918                                                                  A few times per week
## 919                                                                                 Never
## 920                                                                 A few times per month
## 921                                                                                 Never
## 922                                                                                 Never
## 923                                                                                 Never
## 924                                                                                 Never
## 925                                                                 A few times per month
## 926                                                                                 Never
## 927                                                                                 Never
## 928                                                                                 Never
## 929                                                                                 Never
## 930                                                                                 Never
## 931                                                                                 Never
## 932                                                                                 Never
## 933                                                                                 Never
## 934                                                                           Every night
## 935                                                                                 Never
## 936                                                                                 Never
## 937                                                                                 Never
## 938                                                                                 Never
## 939                                                                                 Never
## 940                                                                                 Never
## 941                                                                                 Never
## 942                                                                  Once a month or less
## 943                                                                  Once a month or less
## 944                                                                   Once a year or less
## 945                                                                 A few times per month
## 946                                                                                 Never
## 947                                                                                 Never
## 948                                                                                 Never
## 949                                                                  Once a month or less
## 950                                                                                 Never
## 951                                                                                 Never
## 952                                                                                 Never
## 953                                                                   Once a year or less
## 954                                                                                 Never
## 955                                                                                 Never
## 956                                                                                 Never
## 957                                                                                 Never
## 958                                                                                 Never
## 959                                                                 A few times per month
## 960                                                                  A few times per week
## 961                                                                                 Never
## 962                                                                                 Never
## 963                                                                                      
## 964                                                                                 Never
## 965                                                                  A few times per week
## 966                                                                   Once a year or less
## 967                                                                                 Never
## 968                                                                                 Never
## 969                                                                                 Never
## 970                                                                                 Never
## 971                                                                           Every night
## 972                                                                                 Never
## 973                                                                           Every night
## 974                                                                                 Never
## 975                                                                           Every night
## 976                                                                                 Never
## 977                                                                   Once a year or less
## 978                                                                                 Never
## 979                                                                                 Never
## 980                                                                  Once a month or less
## 981                                                                           Every night
## 982                                                                                 Never
## 983                                                                                 Never
## 984                                                                                 Never
## 985                                                                                 Never
## 986                                                                 A few times per month
## 987                                                                                 Never
## 988                                                                                 Never
## 989                                                                           Every night
## 990                                                                                 Never
## 991                                                                                 Never
## 992                                                                                 Never
## 993                                                                 A few times per month
## 994                                                                  Once a month or less
## 995                                                                                 Never
## 996                                                                                 Never
## 997                                                                                 Never
## 998                                                                  Once a month or less
## 999                                                                                 Never
## 1000                                                                A few times per month
## 1001                                                                                Never
## 1002                                                                                Never
## 1003                                                                 Once a month or less
## 1004                                                                                Never
## 1005                                                                          Every night
## 1006                                                                          Every night
## 1007                                                                 A few times per week
## 1008                                                                                Never
## 1009                                                                A few times per month
## 1010                                                                  Once a year or less
## 1011                                                                                Never
## 1012                                                                A few times per month
## 1013                                                                 Once a month or less
## 1014                                                                  Once a year or less
## 1015                                                                  Once a year or less
## 1016                                                                 Once a month or less
## 1017                                                                                Never
## 1018                                                                          Every night
## 1019                                                                          Every night
## 1020                                                                 Once a month or less
## 1021                                                                A few times per month
## 1022                                                                  Once a year or less
## 1023                                                                                Never
## 1024                                                                                Never
## 1025                                                                          Every night
## 1026                                                                                Never
## 1027                                                                                Never
## 1028                                                                                Never
## 1029                                                                                Never
## 1030                                                                 A few times per week
## 1031                                                                 Once a month or less
## 1032                                                                                Never
## 1033                                                                                     
## 1034                                                                                Never
## 1035                                                                          Every night
## 1036                                                                                Never
## 1037                                                                                Never
## 1038                                                                                Never
## 1039                                                                 A few times per week
## 1040                                                                                Never
## 1041                                                                                Never
## 1042                                                                 A few times per week
## 1043                                                                A few times per month
## 1044                                                                                Never
## 1045                                                                 A few times per week
## 1046                                                                 Once a month or less
## 1047                                                                                Never
## 1048                                                                                Never
## 1049                                                                                Never
## 1050                                                                          Every night
## 1051                                                                 A few times per week
## 1052                                                                 Once a month or less
## 1053                                                                                Never
## 1054                                                                                Never
## 1055                                                                  Once a year or less
## 1056                                                                                Never
## 1057                                                                                Never
## 1058                                                                 Once a month or less
## 1059                                                                  Once a year or less
## 1060                                                                                Never
## 1061                                                                          Every night
## 1062                                                                                Never
## 1063                                                                                Never
## 1064                                                                                Never
## 1065                                                                                Never
## 1066                                                                                Never
## 1067                                                                                Never
## 1068                                                                                Never
## 1069                                                                                Never
## 1070                                                                 A few times per week
## 1071                                                                  Once a year or less
## 1072                                                                                Never
## 1073                                                                                Never
## 1074                                                                                Never
## 1075                                                                 Once a month or less
## 1076                                                                                Never
## 1077                                                                                Never
## 1078                                                                 A few times per week
## 1079                                                                          Every night
## 1080                                                                                Never
## 1081                                                                                Never
## 1082                                                                                Never
## 1083                                                                                Never
## 1084                                                                                Never
## 1085                                                                                Never
## 1086                                                                                Never
## 1087                                                                                Never
## 1088                                                                A few times per month
## 1089                                                                                Never
## 1090                                                                  Once a year or less
## 1091                                                                          Every night
## 1092                                                                                Never
## 1093                                                                                Never
## 1094                                                                                Never
##      When.you.re.not.sleeping.in.the.same.bed.as.your.partner..where.do.you.typically.sleep.
## 1                                                                                   Response
## 2                                                                         On the couch/chair
## 3                 I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 4                                                                                           
## 5                                                                                           
## 6                                                                                           
## 7                                                                                           
## 8                                                                                           
## 9                                                                                           
## 10                                                                                          
## 11                                                                                          
## 12                                                                                          
## 13                                                                                          
## 14                                                                        On the couch/chair
## 15                                                                                          
## 16                                                                                          
## 17                                                                          Separate bedroom
## 18                                                                        On the couch/chair
## 19                                                                    Other (please specify)
## 20                                                                                          
## 21                                                                                          
## 22                                                                                          
## 23                                                                                          
## 24                                                                                          
## 25                                                                                          
## 26                                                                                          
## 27                                                                                          
## 28                                                                                          
## 29                                                                                          
## 30                                                                                          
## 31                                                                                          
## 32                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 33                                                                          Separate bedroom
## 34                                                                                          
## 35                                                                                          
## 36                                                                        On the couch/chair
## 37                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 38                                                                        On the couch/chair
## 39                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 40                                                                        On the couch/chair
## 41                                                                                          
## 42                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 43                                                                                          
## 44                                                                        On the couch/chair
## 45                                                                    Other (please specify)
## 46                                                                                          
## 47                                                                          Separate bedroom
## 48                                                                        On the couch/chair
## 49                                                                                          
## 50                                                                                          
## 51                                                                          Separate bedroom
## 52                                                                                          
## 53                                                                        On the couch/chair
## 54                                                                                          
## 55                                                                        On the couch/chair
## 56                                                                                          
## 57                                                                        On the couch/chair
## 58                                                                                          
## 59                                                                                          
## 60                                                                                          
## 61                                                                                          
## 62                                                                                          
## 63                                                                        On the couch/chair
## 64                                                             Shared bedroom, different bed
## 65                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 66                                                                                          
## 67                                                                        On the couch/chair
## 68                                                                                          
## 69                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 70                                                                                          
## 71                                                                                          
## 72                                                                        On the couch/chair
## 73                                                                        On the couch/chair
## 74                                                                                          
## 75                                                                                          
## 76                                                                          Separate bedroom
## 77                                                                                          
## 78                                                                                          
## 79                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 80                                                                                          
## 81                                                                                          
## 82                                                                        On the couch/chair
## 83                                                                                          
## 84                                                                        On the couch/chair
## 85                                                                        On the couch/chair
## 86                                                                                          
## 87                                                                                          
## 88                                                                        On the couch/chair
## 89                                                                                          
## 90                                                                                          
## 91                                                             Shared bedroom, different bed
## 92                                                                                          
## 93                                                                                          
## 94                                                                                          
## 95                                                                                          
## 96                                                                                          
## 97                                                                        On the couch/chair
## 98                I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 99                                                                                          
## 100                                                                   Other (please specify)
## 101                                                                                         
## 102                                                                                         
## 103                                                                       On the couch/chair
## 104                                                                                         
## 105                                                                                         
## 106                                                                         Separate bedroom
## 107                                                                                         
## 108                                                                                         
## 109                                                                                         
## 110                                                                                         
## 111                                                                                         
## 112                                                                                         
## 113                                                                                         
## 114                                                                                         
## 115                                                                                         
## 116                                                                                         
## 117                                                                                         
## 118                                                                                         
## 119                                                                                         
## 120                                                                       On the couch/chair
## 121                                                                       On the couch/chair
## 122                                                                       On the couch/chair
## 123                                                                         Separate bedroom
## 124                                                                       On the couch/chair
## 125                                                                                         
## 126                                                                                         
## 127                                                                                         
## 128                                                                         Separate bedroom
## 129                                                                       On the couch/chair
## 130                                                                                         
## 131                                                                         Separate bedroom
## 132                                                                                         
## 133                                                                                         
## 134                                                                                         
## 135                                                                         Separate bedroom
## 136                                                                                         
## 137               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 138                                                                                         
## 139                                                                         Separate bedroom
## 140                                                                                         
## 141                                                                                         
## 142                                                                                         
## 143                                                                                         
## 144                                                                                         
## 145                                                                                         
## 146                                                                                         
## 147                                                                                         
## 148                                                                                         
## 149                                                                                         
## 150                                                                   Other (please specify)
## 151                                                                         Separate bedroom
## 152                                                                       On the couch/chair
## 153                                                                                         
## 154                                                                         Separate bedroom
## 155                                                                                         
## 156                                                                                         
## 157                                                                                         
## 158                                                                                         
## 159                                                                                         
## 160               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 161                                                                   Other (please specify)
## 162                                                                         Separate bedroom
## 163                                                                                         
## 164                                                                   Other (please specify)
## 165                                                                         Separate bedroom
## 166                                                                         Separate bedroom
## 167                                                                                         
## 168                                                                         Separate bedroom
## 169                                                                                         
## 170                                                                                         
## 171                                                                       On the couch/chair
## 172                                                                       On the couch/chair
## 173               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 174                                                                       On the couch/chair
## 175                                                                         Separate bedroom
## 176                                                                       On the couch/chair
## 177                                                                                         
## 178                                                                                         
## 179                                                                                         
## 180                                                                                         
## 181                                                                         Separate bedroom
## 182                                                                                         
## 183                                                                       On the couch/chair
## 184                                                                         Separate bedroom
## 185                                                                       On the couch/chair
## 186                                                                                         
## 187                                                                                         
## 188                                                                                         
## 189                                                                                         
## 190                                                                         Separate bedroom
## 191                                                                         Separate bedroom
## 192                                                                         Separate bedroom
## 193                                                                         Separate bedroom
## 194                                                                         Separate bedroom
## 195                                                                         Separate bedroom
## 196               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 197                                                                                         
## 198                                                                       On the couch/chair
## 199               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 200                                                                       On the couch/chair
## 201                                                                                         
## 202                                                                                         
## 203                                                                                         
## 204                                                                       On the couch/chair
## 205               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 206                                                                       On the couch/chair
## 207                                                                       On the couch/chair
## 208                                                                                         
## 209                                                                         Separate bedroom
## 210                                                                         Separate bedroom
## 211                                                                         Separate bedroom
## 212                                                                         Separate bedroom
## 213                                                                                         
## 214                                                                         Separate bedroom
## 215                                                                                         
## 216                                                                         Separate bedroom
## 217                                                                       On the couch/chair
## 218               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 219                                                                                         
## 220                                                                                         
## 221                                                                                         
## 222                                                                                         
## 223               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 224                                                                         Separate bedroom
## 225                                                                       On the couch/chair
## 226                                                                         Separate bedroom
## 227                                                                                         
## 228                                                                         Separate bedroom
## 229                                                                       On the couch/chair
## 230                                                                                         
## 231                                                                                         
## 232                                                                         Separate bedroom
## 233                                                                                         
## 234                                                                       On the couch/chair
## 235                                                                         Separate bedroom
## 236                                                                                         
## 237                                                                                         
## 238                                                                         Separate bedroom
## 239                                                                                         
## 240                                                                                         
## 241                                                                                         
## 242                                                                                         
## 243               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 244                                                                         Separate bedroom
## 245                                                                         Separate bedroom
## 246                                                                       On the couch/chair
## 247                                        Shared bedroom, but one of us sleeps on the floor
## 248                                                                         Separate bedroom
## 249               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 250                                                                         Separate bedroom
## 251                                                                                         
## 252                                                                                         
## 253                                                                                         
## 254                                                                                         
## 255               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 256                                                                                         
## 257                                                                                         
## 258               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 259                                                                   Other (please specify)
## 260                                                                       On the couch/chair
## 261                                                                         Separate bedroom
## 262                                                                         Separate bedroom
## 263                                                                                         
## 264                                                                         Separate bedroom
## 265                                                                                         
## 266               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 267                                                                       On the couch/chair
## 268                                                                       On the couch/chair
## 269                                                                       On the couch/chair
## 270                                                                       On the couch/chair
## 271                                                                                         
## 272                                                            Shared bedroom, different bed
## 273                                                                                         
## 274                                                                                         
## 275                                                                                         
## 276                                                                       On the couch/chair
## 277                                                                                         
## 278                                                                                         
## 279                                                                         Separate bedroom
## 280               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 281                                                                         Separate bedroom
## 282                                                                         Separate bedroom
## 283                                                                                         
## 284               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 285                                                                                         
## 286                                                                         Separate bedroom
## 287                                                                         Separate bedroom
## 288                                                                       On the couch/chair
## 289                                                                                         
## 290                                                                         Separate bedroom
## 291                                                                                         
## 292                                                                       On the couch/chair
## 293                                                                                         
## 294                                                            Shared bedroom, different bed
## 295                                                                                         
## 296                                                                         Separate bedroom
## 297                                                                                         
## 298                                                                                         
## 299                                                                                         
## 300                                                                       On the couch/chair
## 301                                                                                         
## 302               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 303                                                                                         
## 304                                                                                         
## 305                                                                                         
## 306                                                                         Separate bedroom
## 307                                                                                         
## 308               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 309                                                                       On the couch/chair
## 310                                                                                         
## 311               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 312                                                                         Separate bedroom
## 313                                                                       On the couch/chair
## 314                                                                                         
## 315                                                                   Other (please specify)
## 316                                                                                         
## 317                                                                                         
## 318                                                                       On the couch/chair
## 319                                                                       On the couch/chair
## 320                                                                                         
## 321                                                                                         
## 322                                                                       On the couch/chair
## 323                                                                         Separate bedroom
## 324                                                                                         
## 325                                                                                         
## 326                                                                   Other (please specify)
## 327                                                                         Separate bedroom
## 328                                                                                         
## 329                                                                       On the couch/chair
## 330                                                                                         
## 331                                                                                         
## 332                                                                       On the couch/chair
## 333                                                                                         
## 334               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 335                                                                       On the couch/chair
## 336                                                                                         
## 337                                                                                         
## 338               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 339                                                                                         
## 340                                                                         Separate bedroom
## 341                                                                                         
## 342                                                                         Separate bedroom
## 343                                                                                         
## 344                                                                                         
## 345                                                                       On the couch/chair
## 346               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 347                                                                         Separate bedroom
## 348                                                                                         
## 349               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 350                                                                                         
## 351               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 352                                                                                         
## 353                                                                         Separate bedroom
## 354                                                                                         
## 355                                                                                         
## 356                                                                                         
## 357                                                                                         
## 358               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 359                                                                       On the couch/chair
## 360                                                                                         
## 361                                                                       On the couch/chair
## 362                                                                                         
## 363                                                                                         
## 364                                                                                         
## 365                                                                                         
## 366                                                                                         
## 367                                                                                         
## 368                                                                       On the couch/chair
## 369                                                                                         
## 370                                                                                         
## 371                                                                                         
## 372                                                                                         
## 373                                                                                         
## 374                                                            Shared bedroom, different bed
## 375                                                                                         
## 376                                                                                         
## 377                                                                         Separate bedroom
## 378                                                                         Separate bedroom
## 379               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 380                                                                         Separate bedroom
## 381                                                                                         
## 382               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 383                                                                                         
## 384                                                                                         
## 385               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 386                                                                                         
## 387               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 388               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 389                                                                       On the couch/chair
## 390                                                                                         
## 391                                                                                         
## 392                                                                                         
## 393                                                                                         
## 394                                                                                         
## 395                                                                         Separate bedroom
## 396                                                                       On the couch/chair
## 397                                                                       On the couch/chair
## 398                                                                                         
## 399                                                                                         
## 400                                                                                         
## 401                                                                                         
## 402               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 403               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 404                                                                                         
## 405                                                                                         
## 406                                                                                         
## 407                                                                         Separate bedroom
## 408               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 409                                                                                         
## 410                                                                                         
## 411                                                                                         
## 412                                                                         Separate bedroom
## 413                                                                                         
## 414                                                                                         
## 415                                                                                         
## 416                                                                   Other (please specify)
## 417                                                                                         
## 418                                                                                         
## 419                                                                       On the couch/chair
## 420                                                                                         
## 421                                                                       On the couch/chair
## 422                                                                       On the couch/chair
## 423                                                                         Separate bedroom
## 424               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 425                                                                                         
## 426                                                                                         
## 427                                                                   Other (please specify)
## 428               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 429                                                                         Separate bedroom
## 430                                                                                         
## 431                                                                         Separate bedroom
## 432                                                                                         
## 433                                                                       On the couch/chair
## 434               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 435                                                                                         
## 436                                                                       On the couch/chair
## 437                                                                                         
## 438                                                                                         
## 439               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 440                                                                                         
## 441                                                                                         
## 442                                                                                         
## 443                                                                                         
## 444                                                                   Other (please specify)
## 445                                                                                         
## 446                                                                                         
## 447                                                                         Separate bedroom
## 448                                                                                         
## 449                                                                                         
## 450               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 451                                                                                         
## 452                                                                         Separate bedroom
## 453                                                                                         
## 454                                                                                         
## 455               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 456                                                                                         
## 457                                                                   Other (please specify)
## 458                                                                                         
## 459                                                                                         
## 460                                                                         Separate bedroom
## 461               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 462                                                                                         
## 463                                                                                         
## 464                                                                         Separate bedroom
## 465                                                                                         
## 466                                                                                         
## 467               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 468                                                                                         
## 469                                                                                         
## 470                                                                       On the couch/chair
## 471                                                                                         
## 472                                                                                         
## 473                                                                                         
## 474                                                                       On the couch/chair
## 475                                                                                         
## 476                                                                       On the couch/chair
## 477                                                                                         
## 478                                                                                         
## 479                                                                                         
## 480                                                                                         
## 481               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 482                                                                       On the couch/chair
## 483                                                                         Separate bedroom
## 484               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 485                                                                                         
## 486                                                                                         
## 487                                                                                         
## 488                                                                                         
## 489                                                                         Separate bedroom
## 490                                                                   Other (please specify)
## 491                                                                       On the couch/chair
## 492                                                                                         
## 493               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 494                                                                         Separate bedroom
## 495                                                                                         
## 496                                                                       On the couch/chair
## 497                                                                                         
## 498                                                                         Separate bedroom
## 499                                                                                         
## 500                                                                                         
## 501                                                                         Separate bedroom
## 502                                                                         Separate bedroom
## 503                                                                                         
## 504                                                                         Separate bedroom
## 505                                                                                         
## 506                                                                       On the couch/chair
## 507                                                                                         
## 508                                                                   Other (please specify)
## 509                                                                         Separate bedroom
## 510                                                                       On the couch/chair
## 511                                                                                         
## 512                                                                                         
## 513                                                                                         
## 514                                                                                         
## 515                                                                                         
## 516                                                                                         
## 517                                                                                         
## 518                                                                                         
## 519                                                                                         
## 520                                                                         Separate bedroom
## 521                                                                                         
## 522                                                                                         
## 523                                                                                         
## 524                                                                       On the couch/chair
## 525                                                                                         
## 526                                                                                         
## 527                                                                                         
## 528                                                                                         
## 529                                                                       On the couch/chair
## 530                                                                                         
## 531                                                                                         
## 532                                                                                         
## 533                                                                                         
## 534               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 535                                                                                         
## 536                                                                                         
## 537                                                                                         
## 538                                                                                         
## 539                                                                         Separate bedroom
## 540                                                                                         
## 541                                                                                         
## 542                                                                       On the couch/chair
## 543                                                                   Other (please specify)
## 544                                                                                         
## 545                                                                                         
## 546                                                                                         
## 547                                                                       On the couch/chair
## 548                                                                                         
## 549                                                                                         
## 550                                                                       On the couch/chair
## 551                                                                                         
## 552                                                                       On the couch/chair
## 553               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 554               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 555                                                                                         
## 556                                                                         Separate bedroom
## 557                                                                                         
## 558                                                                                         
## 559                                                                                         
## 560                                                                                         
## 561                                                                                         
## 562                                                                         Separate bedroom
## 563                                                                                         
## 564                                                                       On the couch/chair
## 565                                                                                         
## 566                                                                         Separate bedroom
## 567                                                                                         
## 568                                                                                         
## 569                                                                                         
## 570                                                                         Separate bedroom
## 571                                                                         Separate bedroom
## 572                                                                                         
## 573                                                                                         
## 574                                                                                         
## 575                                                                         Separate bedroom
## 576                                                                         Separate bedroom
## 577                                                                                         
## 578                                                                                         
## 579                                                                                         
## 580                                                                                         
## 581                                                                         Separate bedroom
## 582                                                                                         
## 583                                                                                         
## 584                                                                                         
## 585                                                                       On the couch/chair
## 586                                                                                         
## 587               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 588                                                                   Other (please specify)
## 589                                                                         Separate bedroom
## 590                                                                       On the couch/chair
## 591                                                                                         
## 592               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 593               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 594                                                                                         
## 595               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 596                                                                         Separate bedroom
## 597                                                                       On the couch/chair
## 598                                                                                         
## 599                                                                                         
## 600                                                                         Separate bedroom
## 601               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 602                                                                                         
## 603                                                                       On the couch/chair
## 604                                                                         Separate bedroom
## 605                                                                         Separate bedroom
## 606                                                                         Separate bedroom
## 607                                                                                         
## 608                                                                                         
## 609                                                                                         
## 610                                                                                         
## 611                                                                       On the couch/chair
## 612                                                                                         
## 613                                                                                         
## 614                                                                                         
## 615                                                                         Separate bedroom
## 616                                                                                         
## 617                                                                                         
## 618                                                                   Other (please specify)
## 619                                                                         Separate bedroom
## 620               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 621                                                                       On the couch/chair
## 622                                                                         Separate bedroom
## 623                                                                       On the couch/chair
## 624                                                                                         
## 625                                                                                         
## 626                                                                                         
## 627                                                                                         
## 628                                                                         Separate bedroom
## 629                                                                         Separate bedroom
## 630                                                                                         
## 631                                                                                         
## 632               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 633                                                                                         
## 634                                                                         Separate bedroom
## 635                                                                                         
## 636                                                                       On the couch/chair
## 637                                                                                         
## 638                                                                                         
## 639                                                                                         
## 640                                                                                         
## 641               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 642                                                                                         
## 643                                                                   Other (please specify)
## 644                                                                                         
## 645                                                                         Separate bedroom
## 646                                                                                         
## 647                                                                                         
## 648                                                                   Other (please specify)
## 649                                                                                         
## 650                                                                                         
## 651                                                                         Separate bedroom
## 652                                                                         Separate bedroom
## 653                                                                                         
## 654                                                                                         
## 655                                                                                         
## 656               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 657                                                                         Separate bedroom
## 658                                                                                         
## 659               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 660                                                                         Separate bedroom
## 661                                                                       On the couch/chair
## 662                                                                                         
## 663                                                                       On the couch/chair
## 664                                                                                         
## 665                                                                         Separate bedroom
## 666                                                                                         
## 667                                                                       On the couch/chair
## 668                                                                                         
## 669                                                                       On the couch/chair
## 670               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 671                                                                                         
## 672                                                                                         
## 673                                                                                         
## 674                                                                         Separate bedroom
## 675                                                            Shared bedroom, different bed
## 676                                                                                         
## 677                                                                         Separate bedroom
## 678                                                                                         
## 679                                                                                         
## 680                                                                                         
## 681                                                                       On the couch/chair
## 682                                                                         Separate bedroom
## 683                                                                                         
## 684                                                                                         
## 685               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 686               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 687                                                                                         
## 688                                                                                         
## 689                                                                       On the couch/chair
## 690                                                                                         
## 691                                                                                         
## 692                                                                       On the couch/chair
## 693               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 694                                                                                         
## 695                                                                         Separate bedroom
## 696                                                                                         
## 697                                                                                         
## 698                                                                         Separate bedroom
## 699                                                                         Separate bedroom
## 700                                                                       On the couch/chair
## 701                                                                         Separate bedroom
## 702                                                                                         
## 703                                                                                         
## 704                                                                                         
## 705                                                                       On the couch/chair
## 706                                                                       On the couch/chair
## 707                                                                       On the couch/chair
## 708                                                                         Separate bedroom
## 709                                                                                         
## 710                                                                                         
## 711                                                                         Separate bedroom
## 712                                                                       On the couch/chair
## 713               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 714                                                                                         
## 715                                                                                         
## 716                                                                                         
## 717                                                                                         
## 718                                                                       On the couch/chair
## 719                                                                                         
## 720               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 721                                                                                         
## 722                                                                                         
## 723                                                                                         
## 724                                                                                         
## 725                                                                                         
## 726                                                            Shared bedroom, different bed
## 727                                                                                         
## 728                                                            Shared bedroom, different bed
## 729               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 730                                                                                         
## 731                                        Shared bedroom, but one of us sleeps on the floor
## 732               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 733                                                                       On the couch/chair
## 734                                                                                         
## 735                                                                                         
## 736                                        Shared bedroom, but one of us sleeps on the floor
## 737                                                                                         
## 738                                                                                         
## 739                                                                                         
## 740                                                                         Separate bedroom
## 741                                                                         Separate bedroom
## 742                                                                                         
## 743                                                                                         
## 744                                                                                         
## 745               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 746                                                                         Separate bedroom
## 747                                                                                         
## 748                                                                                         
## 749                                                                                         
## 750                                                                                         
## 751                                                                         Separate bedroom
## 752                                                                                         
## 753                                                                   Other (please specify)
## 754                                                                                         
## 755                                                                                         
## 756               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 757                                                                       On the couch/chair
## 758                                                                                         
## 759                                                                       On the couch/chair
## 760                                                                                         
## 761                                                                         Separate bedroom
## 762                                                                                         
## 763               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 764                                                                       On the couch/chair
## 765                                                                   Other (please specify)
## 766                                                                                         
## 767                                                                                         
## 768                                                                                         
## 769                                                                                         
## 770                                                                         Separate bedroom
## 771               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 772                                                                                         
## 773                                                                                         
## 774                                                                         Separate bedroom
## 775                                                                                         
## 776               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 777                                                                         Separate bedroom
## 778                                                                       On the couch/chair
## 779                                                                                         
## 780                                                                                         
## 781                                                                                         
## 782                                                                         Separate bedroom
## 783                                                                         Separate bedroom
## 784               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 785                                                                         Separate bedroom
## 786                                                                                         
## 787                                                                                         
## 788                                                                       On the couch/chair
## 789                                                                                         
## 790                                                                                         
## 791                                                                         Separate bedroom
## 792                                                                                         
## 793                                                                       On the couch/chair
## 794               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 795                                                                                         
## 796                                                                       On the couch/chair
## 797                                                                       On the couch/chair
## 798                                                                                         
## 799                                                                                         
## 800                                                                                         
## 801                                                                       On the couch/chair
## 802                                                                         Separate bedroom
## 803                                                                                         
## 804                                                                       On the couch/chair
## 805                                                                                         
## 806                                                                                         
## 807                                                                                         
## 808                                                                                         
## 809               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 810                                                                                         
## 811                                                                                         
## 812                                                                                         
## 813               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 814                                                                                         
## 815                                                                                         
## 816                                                                                         
## 817                                                                                         
## 818                                                                         Separate bedroom
## 819                                                                       On the couch/chair
## 820                                                                                         
## 821                                                                         Separate bedroom
## 822                                                                                         
## 823               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 824                                                                       On the couch/chair
## 825                                                                                         
## 826                                                                                         
## 827                                                                                         
## 828               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 829                                                                       On the couch/chair
## 830                                                            Shared bedroom, different bed
## 831                                                                         Separate bedroom
## 832                                                                                         
## 833               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 834                                                                       On the couch/chair
## 835                                                                                         
## 836                                                                         Separate bedroom
## 837                                                                   Other (please specify)
## 838                                                                       On the couch/chair
## 839                                                                                         
## 840                                                                                         
## 841                                                                                         
## 842                                                                       On the couch/chair
## 843                                                                       On the couch/chair
## 844                                                                                         
## 845               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 846                                                                         Separate bedroom
## 847                                                                                         
## 848                                                                                         
## 849                                                                         Separate bedroom
## 850               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 851                                                                                         
## 852                                                                                         
## 853                                                                         Separate bedroom
## 854                                                                                         
## 855                                                                                         
## 856                                                                       On the couch/chair
## 857                                                                                         
## 858                                                                                         
## 859                                                                                         
## 860                                                                       On the couch/chair
## 861                                                                                         
## 862                                                                         Separate bedroom
## 863                                                                         Separate bedroom
## 864                                                                                         
## 865                                                                                         
## 866                                                                                         
## 867                                                                                         
## 868                                                                                         
## 869               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 870                                                                                         
## 871                                                                         Separate bedroom
## 872                                                                         Separate bedroom
## 873                                                                         Separate bedroom
## 874                                                                                         
## 875                                                                         Separate bedroom
## 876                                                                                         
## 877                                                                         Separate bedroom
## 878               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 879                                                                       On the couch/chair
## 880                                                                                         
## 881                                                                         Separate bedroom
## 882                                                                       On the couch/chair
## 883                                                                                         
## 884                                                                         Separate bedroom
## 885                                                                                         
## 886                                                            Shared bedroom, different bed
## 887                                                                                         
## 888                                                                         Separate bedroom
## 889                                                                         Separate bedroom
## 890                                                                       On the couch/chair
## 891                                                                                         
## 892                                                                                         
## 893               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 894                                                                                         
## 895                                                                                         
## 896                                                                                         
## 897                                                                         Separate bedroom
## 898                                                                                         
## 899                                                                         Separate bedroom
## 900                                                                                         
## 901                                                                                         
## 902                                                                                         
## 903                                                                         Separate bedroom
## 904                                                                         Separate bedroom
## 905                                                                       On the couch/chair
## 906                                                                                         
## 907                                                                         Separate bedroom
## 908                                                                                         
## 909                                                                                         
## 910                                                                                         
## 911                                                                         Separate bedroom
## 912               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 913                                                                                         
## 914               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 915                                                                                         
## 916                                                                         Separate bedroom
## 917                                                                                         
## 918                                                                       On the couch/chair
## 919                                                                                         
## 920                                                                       On the couch/chair
## 921                                                                                         
## 922                                                                                         
## 923                                                                                         
## 924                                                                                         
## 925               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 926                                                                                         
## 927                                                                                         
## 928                                                                                         
## 929                                                                                         
## 930                                                                                         
## 931                                                                                         
## 932                                                                                         
## 933                                                                                         
## 934               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 935                                                                                         
## 936                                                                                         
## 937                                                                                         
## 938                                                                                         
## 939                                                                                         
## 940                                                                                         
## 941                                                                                         
## 942                                                                         Separate bedroom
## 943               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 944                                                                       On the couch/chair
## 945                                                                       On the couch/chair
## 946                                                                                         
## 947                                                                                         
## 948                                                                                         
## 949                                                                         Separate bedroom
## 950                                                                                         
## 951                                                                                         
## 952                                                                                         
## 953                                                                       On the couch/chair
## 954                                                                                         
## 955                                                                                         
## 956                                                                                         
## 957                                                                                         
## 958                                                                                         
## 959                                                                         Separate bedroom
## 960               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 961                                                                                         
## 962                                                                                         
## 963                                                                                         
## 964                                                                                         
## 965                                                                         Separate bedroom
## 966                                                                         Separate bedroom
## 967                                                                                         
## 968                                                                                         
## 969                                                                                         
## 970                                                                                         
## 971                                                                         Separate bedroom
## 972                                                                                         
## 973               I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 974                                                                                         
## 975                                                            Shared bedroom, different bed
## 976                                                                                         
## 977                                                                       On the couch/chair
## 978                                                                                         
## 979                                                                                         
## 980                                                                         Separate bedroom
## 981                                                                   Other (please specify)
## 982                                                                                         
## 983                                                                                         
## 984                                                                                         
## 985                                                                                         
## 986                                                                         Separate bedroom
## 987                                                                                         
## 988                                                                                         
## 989                                                                         Separate bedroom
## 990                                                                                         
## 991                                                                                         
## 992                                                                                         
## 993                                                                         Separate bedroom
## 994                                                                       On the couch/chair
## 995                                                                                         
## 996                                                                                         
## 997                                                                                         
## 998                                                                       On the couch/chair
## 999                                                                                         
## 1000                                                                        Separate bedroom
## 1001                                                                                        
## 1002                                                                                        
## 1003                                                                      On the couch/chair
## 1004                                                                                        
## 1005                                                                        Separate bedroom
## 1006                                                                      On the couch/chair
## 1007              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1008                                                                                        
## 1009                                                                        Separate bedroom
## 1010                                                                        Separate bedroom
## 1011                                                                                        
## 1012                                                                        Separate bedroom
## 1013                                                                      On the couch/chair
## 1014                                                                        Separate bedroom
## 1015                                                                        Separate bedroom
## 1016              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1017                                                                                        
## 1018                                                                        Separate bedroom
## 1019                                                                        Separate bedroom
## 1020                                                                      On the couch/chair
## 1021                                                                        Separate bedroom
## 1022                                                                        Separate bedroom
## 1023                                                                                        
## 1024                                                                                        
## 1025              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1026                                                                                        
## 1027                                                                                        
## 1028                                                                                        
## 1029                                                                                        
## 1030                                                                  Other (please specify)
## 1031                                                                      On the couch/chair
## 1032                                                                                        
## 1033                                                                                        
## 1034                                                                                        
## 1035              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1036                                                                                        
## 1037                                                                                        
## 1038                                                                                        
## 1039                                                                        Separate bedroom
## 1040                                                                                        
## 1041                                                                                        
## 1042                                                                      On the couch/chair
## 1043                                                           Shared bedroom, different bed
## 1044                                                                                        
## 1045              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1046              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1047                                                                                        
## 1048                                                                                        
## 1049                                                                                        
## 1050                                                                  Other (please specify)
## 1051                                                                        Separate bedroom
## 1052                                                                      On the couch/chair
## 1053                                                                                        
## 1054                                                                                        
## 1055                                                                        Separate bedroom
## 1056                                                                                        
## 1057                                                                                        
## 1058                                                                        Separate bedroom
## 1059              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1060                                                                                        
## 1061                                                                        Separate bedroom
## 1062                                                                                        
## 1063                                                                                        
## 1064                                                                                        
## 1065                                                                                        
## 1066                                                                                        
## 1067                                                                                        
## 1068                                                                                        
## 1069                                                                                        
## 1070                                                                  Other (please specify)
## 1071                                                                        Separate bedroom
## 1072                                                                                        
## 1073                                                                                        
## 1074                                                                                        
## 1075                                                                        Separate bedroom
## 1076                                                                                        
## 1077                                                                                        
## 1078                                                                        Separate bedroom
## 1079                                                                      On the couch/chair
## 1080                                                                                        
## 1081                                                                                        
## 1082                                                                                        
## 1083                                                                                        
## 1084                                                                                        
## 1085                                                                                        
## 1086                                                                                        
## 1087                                                                                        
## 1088              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1089                                                                                        
## 1090              I sleep in our shared bed, my partner is the one who sleeps somewhere else
## 1091                                                                      On the couch/chair
## 1092                                                                                        
## 1093                                                                                        
## 1094                                                                                        
##                                                               att7
## 1                                           Other (please specify)
## 2                                                                 
## 3                                                                 
## 4                                                                 
## 5                                                                 
## 6                                                                 
## 7                                                                 
## 8                                                                 
## 9                                                                 
## 10                                                                
## 11                                                                
## 12                                                                
## 13                                                                
## 14                                                                
## 15                                                                
## 16                                                                
## 17                                                                
## 18                                                                
## 19                     We alternate, one in main bed, one on couch
## 20                                                                
## 21                                                                
## 22                                                                
## 23                                                                
## 24                                                                
## 25                                                                
## 26                                                                
## 27                                                                
## 28                                                                
## 29                                                                
## 30                                                                
## 31                                                                
## 32                                                                
## 33                                                                
## 34                                                                
## 35                                                                
## 36                                                                
## 37                                                                
## 38                                                                
## 39                                                                
## 40                                                                
## 41                                                                
## 42                                                                
## 43                                                                
## 44                                                                
## 45                                                        kids bed
## 46                                                                
## 47                                                                
## 48                                                                
## 49                                                                
## 50                                                                
## 51                                                                
## 52                                                                
## 53                                                                
## 54                                                                
## 55                                                                
## 56                                                                
## 57                                                                
## 58                                                                
## 59                                                                
## 60                                                                
## 61                                                                
## 62                                                                
## 63                                                                
## 64                                                                
## 65                                                                
## 66                                                                
## 67                                                                
## 68                                                                
## 69                                                                
## 70                                                                
## 71                                                                
## 72                                                                
## 73                                                                
## 74                                                                
## 75                                                                
## 76                                                                
## 77                                                                
## 78                                                                
## 79                                                                
## 80                                                                
## 81                                                                
## 82                                                                
## 83                                                                
## 84                                                                
## 85                                                                
## 86                                                                
## 87                                                                
## 88                                                                
## 89                                                                
## 90                                                                
## 91                                                                
## 92                                                                
## 93                                                                
## 94                                                                
## 95                                                                
## 96                                                                
## 97                                                                
## 98                                                                
## 99                                                                
## 100                                                 I live at home
## 101                                                               
## 102                                                               
## 103                                                               
## 104                                                               
## 105                                                               
## 106                                                               
## 107                                                               
## 108                                                               
## 109                                                               
## 110                                                               
## 111                                                               
## 112                                                               
## 113                                                               
## 114                                                               
## 115                                                               
## 116                                                               
## 117                                                               
## 118                                                               
## 119                                                               
## 120                                                               
## 121                                                               
## 122                                                               
## 123                                                               
## 124                                                               
## 125                                                               
## 126                                                               
## 127                                                               
## 128                                                               
## 129                                                               
## 130                                                               
## 131                                                               
## 132                                                               
## 133                                                               
## 134                                                               
## 135                                                               
## 136                                                               
## 137                                                               
## 138                                                               
## 139                                                               
## 140                                                               
## 141                                                               
## 142                                                               
## 143                                                               
## 144                                                               
## 145                                                               
## 146                                                               
## 147                                                               
## 148                                                               
## 149                                                               
## 150                                                          Floor
## 151                                                               
## 152                                                               
## 153                                                               
## 154                                                               
## 155                                                               
## 156                                                               
## 157                                                               
## 158                                                               
## 159                                                               
## 160                                                               
## 161                           partner is out of town, hospital etc
## 162                                                               
## 163                                                               
## 164                                                  with the kids
## 165                                                               
## 166                                                               
## 167                                                               
## 168                                                               
## 169                                                               
## 170                                                               
## 171                                                               
## 172                                                               
## 173                                                               
## 174                                                               
## 175                                                               
## 176                                                               
## 177                                                               
## 178                                                               
## 179                                                               
## 180                                                               
## 181                                                               
## 182                                                               
## 183                                                               
## 184                                                               
## 185                                                               
## 186                                                               
## 187                                                               
## 188                                                               
## 189                                                               
## 190                                                               
## 191                                                               
## 192                                                               
## 193                                                               
## 194                                                               
## 195                                                               
## 196                                                               
## 197                                                               
## 198                                                               
## 199                                                               
## 200                                                               
## 201                                                               
## 202                                                               
## 203                                                               
## 204                                                               
## 205                                                               
## 206                                                               
## 207                                                               
## 208                                                               
## 209                                                               
## 210                                                               
## 211                                                               
## 212                                                               
## 213                                                               
## 214                                                               
## 215                                                               
## 216                                                               
## 217                                                               
## 218                                                               
## 219                                                               
## 220                                                               
## 221                                                               
## 222                                                               
## 223                                                               
## 224                                                               
## 225                                                               
## 226                                                               
## 227                                                               
## 228                                                               
## 229                                                               
## 230                                                               
## 231                                                               
## 232                                                               
## 233                                                               
## 234                                                               
## 235                                                               
## 236                                                               
## 237                                                               
## 238                                                               
## 239                                                               
## 240                                                               
## 241                                                               
## 242                                                               
## 243                                                               
## 244                                                               
## 245                                                               
## 246                                                               
## 247                                                               
## 248                                                               
## 249                                                               
## 250                                                               
## 251                                                               
## 252                                                               
## 253                                                               
## 254                                                               
## 255                                                               
## 256                                                               
## 257                                                               
## 258                                                               
## 259                                            This does not occur
## 260                                                               
## 261                                                               
## 262                                                               
## 263                                                               
## 264                                                               
## 265                                                               
## 266                                                               
## 267                                                               
## 268                                                               
## 269                                                               
## 270                                                               
## 271                                                               
## 272                                                               
## 273                                                               
## 274                                                               
## 275                                                               
## 276                                                               
## 277                                                               
## 278                                                               
## 279                                                               
## 280                                                               
## 281                                                               
## 282                                                               
## 283                                                               
## 284                                                               
## 285                                                               
## 286                                                               
## 287                                                               
## 288                                                               
## 289                                                               
## 290                                                               
## 291                                                               
## 292                                                               
## 293                                                               
## 294                                                               
## 295                                                               
## 296                                                               
## 297                                                               
## 298                                                               
## 299                                                               
## 300                                                               
## 301                                                               
## 302                                                               
## 303                                                               
## 304                                                               
## 305                                                               
## 306                                                               
## 307                                                               
## 308                                                               
## 309                                                               
## 310                                                               
## 311                                                               
## 312                                                               
## 313                                                               
## 314                                                               
## 315                                      Livingroom floor or couch
## 316                                                               
## 317                                                               
## 318                                                               
## 319                                                               
## 320                                                               
## 321                                                               
## 322                                                               
## 323                                                               
## 324                                                               
## 325                                                               
## 326                                     spare room in the basement
## 327                                                               
## 328                                                               
## 329                                                               
## 330                                                               
## 331                                                               
## 332                                                               
## 333                                                               
## 334                                                               
## 335                                                               
## 336                                                               
## 337                                                               
## 338                                                               
## 339                                                               
## 340                                                               
## 341                                                               
## 342                                                               
## 343                                                               
## 344                                                               
## 345                                                               
## 346                                                               
## 347                                                               
## 348                                                               
## 349                                                               
## 350                                                               
## 351                                                               
## 352                                                               
## 353                                                               
## 354                                                               
## 355                                                               
## 356                                                               
## 357                                                               
## 358                                                               
## 359                                                               
## 360                                                               
## 361                                                               
## 362                                                               
## 363                                                               
## 364                                                               
## 365                                                               
## 366                                                               
## 367                                                               
## 368                                                               
## 369                                                               
## 370                                                               
## 371                                                               
## 372                                                               
## 373                                                               
## 374                                                               
## 375                                                               
## 376                                                               
## 377                                                               
## 378                                                               
## 379                                                               
## 380                                                               
## 381                                                               
## 382                                                               
## 383                                                               
## 384                                                               
## 385                                                               
## 386                                                               
## 387                                                               
## 388                                                               
## 389                                                               
## 390                                                               
## 391                                                               
## 392                                                               
## 393                                                               
## 394                                                               
## 395                                                               
## 396                                                               
## 397                                                               
## 398                                                               
## 399                                                               
## 400                                                               
## 401                                                               
## 402                                                               
## 403                                                               
## 404                                                               
## 405                                                               
## 406                                                               
## 407                                                               
## 408                                                               
## 409                                                               
## 410                                                               
## 411                                                               
## 412                                                               
## 413                                                               
## 414                                                               
## 415                                                               
## 416                                                          Couch
## 417                                                               
## 418                                                               
## 419                                                               
## 420                                                               
## 421                                                               
## 422                                                               
## 423                                                               
## 424                                                               
## 425                                                               
## 426                                                               
## 427                                                 At my own home
## 428                                                               
## 429                                                               
## 430                                                               
## 431                                                               
## 432                                                               
## 433                                                               
## 434                                                               
## 435                                                               
## 436                                                               
## 437                                                               
## 438                                                               
## 439                                                               
## 440                                                               
## 441                                                               
## 442                                                               
## 443                                                               
## 444                                    Back room used as an office
## 445                                                               
## 446                                                               
## 447                                                               
## 448                                                               
## 449                                                               
## 450                                                               
## 451                                                               
## 452                                                               
## 453                                                               
## 454                                                               
## 455                                                               
## 456                                                               
## 457  In the bed in our child's room to assist when child is fussy.
## 458                                                               
## 459                                                               
## 460                                                               
## 461                                                               
## 462                                                               
## 463                                                               
## 464                                                               
## 465                                                               
## 466                                                               
## 467                                                               
## 468                                                               
## 469                                                               
## 470                                                               
## 471                                                               
## 472                                                               
## 473                                                               
## 474                                                               
## 475                                                               
## 476                                                               
## 477                                                               
## 478                                                               
## 479                                                               
## 480                                                               
## 481                                                               
## 482                                                               
## 483                                                               
## 484                                                               
## 485                                                               
## 486                                                               
## 487                                                               
## 488                                                               
## 489                                                               
## 490                                           Out of town location
## 491                                                               
## 492                                                               
## 493                                                               
## 494                                                               
## 495                                                               
## 496                                                               
## 497                                                               
## 498                                                               
## 499                                                               
## 500                                                               
## 501                                                               
## 502                                                               
## 503                                                               
## 504                                                               
## 505                                                               
## 506                                                               
## 507                                                               
## 508                                                          Never
## 509                                                               
## 510                                                               
## 511                                                               
## 512                                                               
## 513                                                               
## 514                                                               
## 515                                                               
## 516                                                               
## 517                                                               
## 518                                                               
## 519                                                               
## 520                                                               
## 521                                                               
## 522                                                               
## 523                                                               
## 524                                                               
## 525                                                               
## 526                                                               
## 527                                                               
## 528                                                               
## 529                                                               
## 530                                                               
## 531                                                               
## 532                                                               
## 533                                                               
## 534                                                               
## 535                                                               
## 536                                                               
## 537                                                               
## 538                                                               
## 539                                                               
## 540                                                               
## 541                                                               
## 542                                                               
## 543                                                      kids room
## 544                                                               
## 545                                                               
## 546                                                               
## 547                                                               
## 548                                                               
## 549                                                               
## 550                                                               
## 551                                                               
## 552                                                               
## 553                                                               
## 554                                                               
## 555                                                               
## 556                                                               
## 557                                                               
## 558                                                               
## 559                                                               
## 560                                                               
## 561                                                               
## 562                                                               
## 563                                                               
## 564                                                               
## 565                                                               
## 566                                                               
## 567                                                               
## 568                                                               
## 569                                                               
## 570                                                               
## 571                                                               
## 572                                                               
## 573                                                               
## 574                                                               
## 575                                                               
## 576                                                               
## 577                                                               
## 578                                                               
## 579                                                               
## 580                                                               
## 581                                                               
## 582                                                               
## 583                                                               
## 584                                                               
## 585                                                               
## 586                                                               
## 587                                                               
## 588                                      With the baby in her room
## 589                                                               
## 590                                                               
## 591                                                               
## 592                                                               
## 593                                                               
## 594                                                               
## 595                                                               
## 596                                                               
## 597                                                               
## 598                                                               
## 599                                                               
## 600                                                               
## 601                                                               
## 602                                                               
## 603                                                               
## 604                                                               
## 605                                                               
## 606                                                               
## 607                                                               
## 608                                                               
## 609                                                               
## 610                                                               
## 611                                                               
## 612                                                               
## 613                                                               
## 614                                                               
## 615                                                               
## 616                                                               
## 617                                                               
## 618                           guest room when visiting out of town
## 619                                                               
## 620                                                               
## 621                                                               
## 622                                                               
## 623                                                               
## 624                                                               
## 625                                                               
## 626                                                               
## 627                                                               
## 628                                                               
## 629                                                               
## 630                                                               
## 631                                                               
## 632                                                               
## 633                                                               
## 634                                                               
## 635                                                               
## 636                                                               
## 637                                                               
## 638                                                               
## 639                                                               
## 640                                                               
## 641                                                               
## 642                                                               
## 643                               I sleep on the living room floor
## 644                                                               
## 645                                                               
## 646                                                               
## 647                                                               
## 648                                                    Out of town
## 649                                                               
## 650                                                               
## 651                                                               
## 652                                                               
## 653                                                               
## 654                                                               
## 655                                                               
## 656                                                               
## 657                                                               
## 658                                                               
## 659                                                               
## 660                                                               
## 661                                                               
## 662                                                               
## 663                                                               
## 664                                                               
## 665                                                               
## 666                                                               
## 667                                                               
## 668                                                               
## 669                                                               
## 670                                                               
## 671                                                               
## 672                                                               
## 673                                                               
## 674                                                               
## 675                                                               
## 676                                                               
## 677                                                               
## 678                                                               
## 679                                                               
## 680                                                               
## 681                                                               
## 682                                                               
## 683                                                               
## 684                                                               
## 685                                                               
## 686                                                               
## 687                                                               
## 688                                                               
## 689                                                               
## 690                                                               
## 691                                                               
## 692                                                               
## 693                                                               
## 694                                                               
## 695                                                               
## 696                                                               
## 697                                                               
## 698                                                               
## 699                                                               
## 700                                                               
## 701                                                               
## 702                                                               
## 703                                                               
## 704                                                               
## 705                                                               
## 706                                                               
## 707                                                               
## 708                                                               
## 709                                                               
## 710                                                               
## 711                                                               
## 712                                                               
## 713                                                               
## 714                                                               
## 715                                                               
## 716                                                               
## 717                                                               
## 718                                                               
## 719                                                               
## 720                                                               
## 721                                                               
## 722                                                               
## 723                                                               
## 724                                                               
## 725                                                               
## 726                                                               
## 727                                                               
## 728                                                               
## 729                                                               
## 730                                                               
## 731                                                               
## 732                                                               
## 733                                                               
## 734                                                               
## 735                                                               
## 736                                                               
## 737                                                               
## 738                                                               
## 739                                                               
## 740                                                               
## 741                                                               
## 742                                                               
## 743                                                               
## 744                                                               
## 745                                                               
## 746                                                               
## 747                                                               
## 748                                                               
## 749                                                               
## 750                                                               
## 751                                                               
## 752                                                               
## 753                                       we don't  have  differnt
## 754                                                               
## 755                                                               
## 756                                                               
## 757                                                               
## 758                                                               
## 759                                                               
## 760                                                               
## 761                                                               
## 762                                                               
## 763                                                               
## 764                                                               
## 765                                                    Guest house
## 766                                                               
## 767                                                               
## 768                                                               
## 769                                                               
## 770                                                               
## 771                                                               
## 772                                                               
## 773                                                               
## 774                                                               
## 775                                                               
## 776                                                               
## 777                                                               
## 778                                                               
## 779                                                               
## 780                                                               
## 781                                                               
## 782                                                               
## 783                                                               
## 784                                                               
## 785                                                               
## 786                                                               
## 787                                                               
## 788                                                               
## 789                                                               
## 790                                                               
## 791                                                               
## 792                                                               
## 793                                                               
## 794                                                               
## 795                                                               
## 796                                                               
## 797                                                               
## 798                                                               
## 799                                                               
## 800                                                               
## 801                                                               
## 802                                                               
## 803                                                               
## 804                                                               
## 805                                                               
## 806                                                               
## 807                                                               
## 808                                                               
## 809                                                               
## 810                                                               
## 811                                                               
## 812                                                               
## 813                                                               
## 814                                                               
## 815                                                               
## 816                                                               
## 817                                                               
## 818                                                               
## 819                                                               
## 820                                                               
## 821                                                               
## 822                                                               
## 823                                                               
## 824                                                               
## 825                                                               
## 826                                                               
## 827                                                               
## 828                                                               
## 829                                                               
## 830                                                               
## 831                                                               
## 832                                                               
## 833                                                               
## 834                                                               
## 835                                                               
## 836                                                               
## 837                       I sleep on the floor in a different room
## 838                                                               
## 839                                                               
## 840                                                               
## 841                                                               
## 842                                                               
## 843                                                               
## 844                                                               
## 845                                                               
## 846                                                               
## 847                                                               
## 848                                                               
## 849                                                               
## 850                                                               
## 851                                                               
## 852                                                               
## 853                                                               
## 854                                                               
## 855                                                               
## 856                                                               
## 857                                                               
## 858                                                               
## 859                                                               
## 860                                                               
## 861                                                               
## 862                                                               
## 863                                                               
## 864                                                               
## 865                                                               
## 866                                                               
## 867                                                               
## 868                                                               
## 869                                                               
## 870                                                               
## 871                                                               
## 872                                                               
## 873                                                               
## 874                                                               
## 875                                                               
## 876                                                               
## 877                                                               
## 878                                                               
## 879                                                               
## 880                                                               
## 881                                                               
## 882                                                               
## 883                                                               
## 884                                                               
## 885                                                               
## 886                                                               
## 887                                                               
## 888                                                               
## 889                                                               
## 890                                                               
## 891                                                               
## 892                                                               
## 893                                                               
## 894                                                               
## 895                                                               
## 896                                                               
## 897                                                               
## 898                                                               
## 899                                                               
## 900                                                               
## 901                                                               
## 902                                                               
## 903                                                               
## 904                                                               
## 905                                                               
## 906                                                               
## 907                                                               
## 908                                                               
## 909                                                               
## 910                                                               
## 911                                                               
## 912                                                               
## 913                                                               
## 914                                                               
## 915                                                               
## 916                                                               
## 917                                                               
## 918                                                               
## 919                                                               
## 920                                                               
## 921                                                               
## 922                                                               
## 923                                                               
## 924                                                               
## 925                                                               
## 926                                                               
## 927                                                               
## 928                                                               
## 929                                                               
## 930                                                               
## 931                                                               
## 932                                                               
## 933                                                               
## 934                                                               
## 935                                                               
## 936                                                               
## 937                                                               
## 938                                                               
## 939                                                               
## 940                                                               
## 941                                                               
## 942                                                               
## 943                                                               
## 944                                                               
## 945                                                               
## 946                                                               
## 947                                                               
## 948                                                               
## 949                                                               
## 950                                                               
## 951                                                               
## 952                                                               
## 953                                                               
## 954                                                               
## 955                                                               
## 956                                                               
## 957                                                               
## 958                                                               
## 959                                                               
## 960                                                               
## 961                                                               
## 962                                                               
## 963                                                               
## 964                                                               
## 965                                                               
## 966                                                               
## 967                                                               
## 968                                                               
## 969                                                               
## 970                                                               
## 971                                                               
## 972                                                               
## 973                                                               
## 974                                                               
## 975                                                               
## 976                                                               
## 977                                                               
## 978                                                               
## 979                                                               
## 980                                                               
## 981                                       always sleep in same bed
## 982                                                               
## 983                                                               
## 984                                                               
## 985                                                               
## 986                                                               
## 987                                                               
## 988                                                               
## 989                                                               
## 990                                                               
## 991                                                               
## 992                                                               
## 993                                                               
## 994                                                               
## 995                                                               
## 996                                                               
## 997                                                               
## 998                                                               
## 999                                                               
## 1000                                                              
## 1001                                                              
## 1002                                                              
## 1003                                                              
## 1004                                                              
## 1005                                                              
## 1006                                                              
## 1007                                                              
## 1008                                                              
## 1009                                                              
## 1010                                                              
## 1011                                                              
## 1012                                                              
## 1013                                                              
## 1014                                                              
## 1015                                                              
## 1016                                                              
## 1017                                                              
## 1018                                                              
## 1019                                                              
## 1020                                                              
## 1021                                                              
## 1022                                                              
## 1023                                                              
## 1024                                                              
## 1025                                                              
## 1026                                                              
## 1027                                                              
## 1028                                                              
## 1029                                                              
## 1030                                             porch in the wind
## 1031                                                              
## 1032                                                              
## 1033                                                              
## 1034                                                              
## 1035                                                              
## 1036                                                              
## 1037                                                              
## 1038                                                              
## 1039                                                              
## 1040                                                              
## 1041                                                              
## 1042                                                              
## 1043                                                              
## 1044                                                              
## 1045                                                              
## 1046                                                              
## 1047                                                              
## 1048                                                              
## 1049                                                              
## 1050                                                      same bed
## 1051                                                              
## 1052                                                              
## 1053                                                              
## 1054                                                              
## 1055                                                              
## 1056                                                              
## 1057                                                              
## 1058                                                              
## 1059                                                              
## 1060                                                              
## 1061                                                              
## 1062                                                              
## 1063                                                              
## 1064                                                              
## 1065                                                              
## 1066                                                              
## 1067                                                              
## 1068                                                              
## 1069                                                              
## 1070                                                     kids room
## 1071                                                              
## 1072                                                              
## 1073                                                              
## 1074                                                              
## 1075                                                              
## 1076                                                              
## 1077                                                              
## 1078                                                              
## 1079                                                              
## 1080                                                              
## 1081                                                              
## 1082                                                              
## 1083                                                              
## 1084                                                              
## 1085                                                              
## 1086                                                              
## 1087                                                              
## 1088                                                              
## 1089                                                              
## 1090                                                              
## 1091                                                              
## 1092                                                              
## 1093                                                              
## 1094                                                              
##      When.you.re.not.sleeping.in.the.same.bed..where.does.your.partner.typically.sleep.
## 1                                                                              Response
## 2            My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 3                                                                      Separate bedroom
## 4                                                                                      
## 5                                                                                      
## 6                                                                                      
## 7                                                                                      
## 8                                                                                      
## 9                                                                                      
## 10                                                                                     
## 11                                                                                     
## 12                                                                                     
## 13                                                                                     
## 14                                                                     Separate bedroom
## 15                                                                                     
## 16                                                                                     
## 17           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 18           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 19                                                               Other (please specify)
## 20                                                                                     
## 21                                                                                     
## 22                                                                                     
## 23                                                                                     
## 24                                                                                     
## 25                                                                                     
## 26                                                                                     
## 27                                                                                     
## 28                                                                                     
## 29                                                                                     
## 30                                                                                     
## 31                                                                                     
## 32                                                                   On the couch/chair
## 33                                                                     Separate bedroom
## 34                                                                                     
## 35                                                                                     
## 36           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 37                                                                   On the couch/chair
## 38           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 39                                                                   On the couch/chair
## 40           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 41                                                                                     
## 42                                                                     Separate bedroom
## 43                                                                                     
## 44           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 45           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 46                                                                                     
## 47                                                                     Separate bedroom
## 48           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 49                                                                                     
## 50                                                                                     
## 51                                                                     Separate bedroom
## 52                                                                                     
## 53           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 54                                                                                     
## 55           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 56                                                                                     
## 57           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 58                                                                                     
## 59                                                                                     
## 60                                                                                     
## 61                                                                                     
## 62                                                                                     
## 63           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 64                                                        Shared bedroom, different bed
## 65                                                                   On the couch/chair
## 66                                                                                     
## 67           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 68                                                                                     
## 69                                                                   On the couch/chair
## 70                                                                                     
## 71                                                                                     
## 72           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 73           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 74                                                                                     
## 75                                                                                     
## 76                                                                     Separate bedroom
## 77                                                                                     
## 78                                                                                     
## 79                                                                     Separate bedroom
## 80                                                                                     
## 81                                                                                     
## 82           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 83                                                                                     
## 84           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 85           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 86                                                                                     
## 87                                                                                     
## 88           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 89                                                                                     
## 90                                                                                     
## 91                                                        Shared bedroom, different bed
## 92                                                                                     
## 93                                                                                     
## 94                                                                                     
## 95                                                                                     
## 96                                                                                     
## 97           My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 98                                                                     Separate bedroom
## 99                                                                                     
## 100                                                              Other (please specify)
## 101                                                                                    
## 102                                                                                    
## 103                                                                  On the couch/chair
## 104                                                                                    
## 105                                                                                    
## 106                                                                    Separate bedroom
## 107                                                                                    
## 108                                                                                    
## 109                                                                                    
## 110                                                                                    
## 111                                                                                    
## 112                                                                                    
## 113                                                                                    
## 114                                                                                    
## 115                                                                                    
## 116                                                                                    
## 117                                                                                    
## 118                                                                                    
## 119                                                                                    
## 120          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 121                                                                  On the couch/chair
## 122                                                                  On the couch/chair
## 123          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 124          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 125                                                                                    
## 126                                                                                    
## 127                                                                                    
## 128                                                                    Separate bedroom
## 129          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 130                                                                                    
## 131                                                                    Separate bedroom
## 132                                                                                    
## 133                                                                                    
## 134                                                                                    
## 135                                                                    Separate bedroom
## 136                                                                                    
## 137                                                                  On the couch/chair
## 138                                                                                    
## 139          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 140                                                                                    
## 141                                                                                    
## 142                                                                                    
## 143                                                                                    
## 144                                                                                    
## 145                                                                                    
## 146                                                                                    
## 147                                                                                    
## 148                                                                                    
## 149                                                                                    
## 150          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 151          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 152          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 153                                                                                    
## 154                                   Shared bedroom, but one of us sleeps on the floor
## 155                                                                                    
## 156                                                                                    
## 157                                                                                    
## 158                                                                                    
## 159                                                                                    
## 160                                                                  On the couch/chair
## 161                                                              Other (please specify)
## 162          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 163                                                                                    
## 164                                                              Other (please specify)
## 165          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 166                                                                    Separate bedroom
## 167                                                                                    
## 168                                                                    Separate bedroom
## 169                                                                                    
## 170                                                                                    
## 171          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 172          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 173                                                                    Separate bedroom
## 174          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 175                                                                    Separate bedroom
## 176          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 177                                                                                    
## 178                                                                                    
## 179                                                                                    
## 180                                                                                    
## 181                                                                    Separate bedroom
## 182                                                                                    
## 183          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 184          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 185          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 186                                                                                    
## 187                                                                                    
## 188                                                                                    
## 189                                                                                    
## 190                                                                    Separate bedroom
## 191                                                                    Separate bedroom
## 192                                                                    Separate bedroom
## 193                                                                  On the couch/chair
## 194                                                                    Separate bedroom
## 195          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 196                                                                  On the couch/chair
## 197                                                                                    
## 198                                                                  On the couch/chair
## 199                                                                  On the couch/chair
## 200                                                                  On the couch/chair
## 201                                                                                    
## 202                                                                                    
## 203                                                                                    
## 204          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 205                                                                  On the couch/chair
## 206          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 207                                                              Other (please specify)
## 208                                                                                    
## 209          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 210          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 211                                                                    Separate bedroom
## 212                                                                    Separate bedroom
## 213                                                                                    
## 214                                                                    Separate bedroom
## 215                                                                                    
## 216                                                                    Separate bedroom
## 217          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 218                                                                  On the couch/chair
## 219                                                                                    
## 220                                                                                    
## 221                                                                                    
## 222                                                                                    
## 223                                                                  On the couch/chair
## 224          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 225          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 226                                                                    Separate bedroom
## 227                                                                                    
## 228          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 229          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 230                                                                                    
## 231                                                                                    
## 232                                                                    Separate bedroom
## 233                                                                                    
## 234          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 235                                                                    Separate bedroom
## 236                                                                                    
## 237                                                                                    
## 238          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 239                                                                                    
## 240                                                                                    
## 241                                                                                    
## 242                                                                                    
## 243                                                                  On the couch/chair
## 244                                                                    Separate bedroom
## 245                                                                    Separate bedroom
## 246          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 247          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 248                                                                    Separate bedroom
## 249                                                                    Separate bedroom
## 250          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 251                                                                                    
## 252                                                                                    
## 253                                                                                    
## 254                                                                                    
## 255                                                                  On the couch/chair
## 256                                                                                    
## 257                                                                                    
## 258                                                                    Separate bedroom
## 259                                                              Other (please specify)
## 260          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 261          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 262                                                                    Separate bedroom
## 263                                                                                    
## 264          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 265                                                                                    
## 266                                                                  On the couch/chair
## 267                                                       Shared bedroom, different bed
## 268                                                                  On the couch/chair
## 269                                                       Shared bedroom, different bed
## 270                                                                  On the couch/chair
## 271                                                                                    
## 272                                                       Shared bedroom, different bed
## 273                                                                                    
## 274                                                                                    
## 275                                                                                    
## 276                                                                  On the couch/chair
## 277                                                                                    
## 278                                                                                    
## 279                                                                    Separate bedroom
## 280                                                                  On the couch/chair
## 281          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 282                                                                    Separate bedroom
## 283                                                                                    
## 284                                                                  On the couch/chair
## 285                                                                                    
## 286                                                                    Separate bedroom
## 287                                                                    Separate bedroom
## 288          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 289                                                                                    
## 290                                                                    Separate bedroom
## 291                                                                                    
## 292                                                              Other (please specify)
## 293                                                                                    
## 294          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 295                                                                                    
## 296          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 297                                                                                    
## 298                                                                                    
## 299                                                                                    
## 300          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 301                                                                                    
## 302                                                                    Separate bedroom
## 303                                                                                    
## 304                                                                                    
## 305                                                                                    
## 306                                                                    Separate bedroom
## 307                                                                                    
## 308                                                                  On the couch/chair
## 309          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 310                                                                                    
## 311                                                                  On the couch/chair
## 312                                                                    Separate bedroom
## 313                                                                  On the couch/chair
## 314                                                                                    
## 315          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 316                                                                                    
## 317                                                                                    
## 318                                                                  On the couch/chair
## 319          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 320                                                                                    
## 321                                                                                    
## 322                                                                    Separate bedroom
## 323          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 324                                                                                    
## 325                                                                                    
## 326          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 327                                                                    Separate bedroom
## 328                                                                                    
## 329          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 330                                                                                    
## 331                                                                                    
## 332          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 333                                                                                    
## 334                                                                  On the couch/chair
## 335          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 336                                                                                    
## 337                                                                                    
## 338                                                                  On the couch/chair
## 339                                                                                    
## 340                                                                    Separate bedroom
## 341                                                                                    
## 342                                                                    Separate bedroom
## 343                                                                                    
## 344                                                                                    
## 345          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 346                                                                  On the couch/chair
## 347                                                                    Separate bedroom
## 348                                                                                    
## 349                                                                    Separate bedroom
## 350                                                                                    
## 351                                                                  On the couch/chair
## 352                                                                                    
## 353          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 354                                                                                    
## 355                                                                                    
## 356                                                                                    
## 357                                                                                    
## 358                                                                  On the couch/chair
## 359                                                                  On the couch/chair
## 360                                                                                    
## 361          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 362                                                                                    
## 363                                                                                    
## 364                                                                                    
## 365                                                                                    
## 366                                                                                    
## 367                                                                                    
## 368          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 369                                                                                    
## 370                                                                                    
## 371                                                                                    
## 372                                                                                    
## 373                                                                                    
## 374                                                       Shared bedroom, different bed
## 375                                                                                    
## 376                                                                                    
## 377          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 378                                                                    Separate bedroom
## 379                                                                    Separate bedroom
## 380                                                                    Separate bedroom
## 381                                                                                    
## 382                                                                  On the couch/chair
## 383                                                                                    
## 384                                                                                    
## 385                                                                    Separate bedroom
## 386                                                                                    
## 387                                                                  On the couch/chair
## 388                                                                  On the couch/chair
## 389          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 390                                                                                    
## 391                                                                                    
## 392                                                                                    
## 393                                                                                    
## 394                                                                                    
## 395                                                                    Separate bedroom
## 396          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 397                                                                  On the couch/chair
## 398                                                                                    
## 399                                                                                    
## 400                                                                                    
## 401                                                                                    
## 402                                                                    Separate bedroom
## 403                                                                  On the couch/chair
## 404                                                                                    
## 405                                                                                    
## 406                                                                                    
## 407                                                                    Separate bedroom
## 408                                                                  On the couch/chair
## 409                                                                                    
## 410                                                                                    
## 411                                                                                    
## 412          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 413                                                                                    
## 414                                                                                    
## 415                                                                                    
## 416                                                              Other (please specify)
## 417                                                                                    
## 418                                                                                    
## 419                                                                  On the couch/chair
## 420                                                                                    
## 421                                                                  On the couch/chair
## 422          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 423                                                                    Separate bedroom
## 424                                                                  On the couch/chair
## 425                                                                                    
## 426                                                                                    
## 427                                                              Other (please specify)
## 428                                                                    Separate bedroom
## 429          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 430                                                                                    
## 431          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 432                                                                                    
## 433                                                                  On the couch/chair
## 434                                                                  On the couch/chair
## 435                                                                                    
## 436          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 437                                                                                    
## 438                                                                                    
## 439                                                                  On the couch/chair
## 440                                                                                    
## 441                                                                                    
## 442                                                                                    
## 443                                                                                    
## 444          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 445                                                                                    
## 446                                                                                    
## 447                                                                    Separate bedroom
## 448                                                                                    
## 449                                                                                    
## 450                                                                    Separate bedroom
## 451                                                                                    
## 452                                                                    Separate bedroom
## 453                                                                                    
## 454                                                                                    
## 455                                                                  On the couch/chair
## 456                                                                                    
## 457                                                              Other (please specify)
## 458                                                                                    
## 459                                                                                    
## 460                                                                    Separate bedroom
## 461                                                                  On the couch/chair
## 462                                                                                    
## 463                                                                                    
## 464                                                                    Separate bedroom
## 465                                                                                    
## 466                                                                                    
## 467                                                                  On the couch/chair
## 468                                                                                    
## 469                                                                                    
## 470          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 471                                                                                    
## 472                                                                                    
## 473                                                                                    
## 474          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 475                                                                                    
## 476          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 477                                                                                    
## 478                                                                                    
## 479                                                                                    
## 480                                                                                    
## 481                                                                    Separate bedroom
## 482          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 483                                                                    Separate bedroom
## 484                                                                  On the couch/chair
## 485                                                                                    
## 486                                                                                    
## 487                                                                                    
## 488                                                                                    
## 489          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 490                                                              Other (please specify)
## 491          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 492                                                                                    
## 493                                                                  On the couch/chair
## 494                                                                    Separate bedroom
## 495                                                                                    
## 496          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 497                                                                                    
## 498          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 499                                                                                    
## 500                                                                                    
## 501                                                                    Separate bedroom
## 502                                                                    Separate bedroom
## 503                                                                                    
## 504          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 505                                                                                    
## 506          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 507                                                                                    
## 508                                                                  On the couch/chair
## 509                                                                    Separate bedroom
## 510          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 511                                                                                    
## 512                                                                                    
## 513                                                                                    
## 514                                                                                    
## 515                                                                                    
## 516                                                                                    
## 517                                                                                    
## 518                                                                                    
## 519                                                                                    
## 520                                                                    Separate bedroom
## 521                                                                                    
## 522                                                                                    
## 523                                                                                    
## 524                                                                  On the couch/chair
## 525                                                                                    
## 526                                                                                    
## 527                                                                                    
## 528                                                                                    
## 529                                                                  On the couch/chair
## 530                                                                                    
## 531                                                                                    
## 532                                                                                    
## 533                                                                                    
## 534                                                                  On the couch/chair
## 535                                                                                    
## 536                                                                                    
## 537                                                                                    
## 538                                                                                    
## 539          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 540                                                                                    
## 541                                                                                    
## 542                                                                  On the couch/chair
## 543                                                              Other (please specify)
## 544                                                                                    
## 545                                                                                    
## 546                                                                                    
## 547          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 548                                                                                    
## 549                                                                                    
## 550          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 551                                                                                    
## 552          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 553                                                                    Separate bedroom
## 554                                                                  On the couch/chair
## 555                                                                                    
## 556                                                                    Separate bedroom
## 557                                                                                    
## 558                                                                                    
## 559                                                                                    
## 560                                                                                    
## 561                                                                                    
## 562                                                                    Separate bedroom
## 563                                                                                    
## 564                                                                  On the couch/chair
## 565                                                                                    
## 566                                                                    Separate bedroom
## 567                                                                                    
## 568                                                                                    
## 569                                                                                    
## 570                                                                    Separate bedroom
## 571          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 572                                                                                    
## 573                                                                                    
## 574                                                                                    
## 575                                                                    Separate bedroom
## 576                                                                    Separate bedroom
## 577                                                                                    
## 578                                                                                    
## 579                                                                                    
## 580                                                                                    
## 581                                                                    Separate bedroom
## 582                                                                                    
## 583                                                                                    
## 584                                                                                    
## 585                                                                    Separate bedroom
## 586                                                                                    
## 587                                                                    Separate bedroom
## 588                                                              Other (please specify)
## 589          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 590          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 591                                                                                    
## 592                                                                  On the couch/chair
## 593                                                                    Separate bedroom
## 594                                                                                    
## 595                                                                    Separate bedroom
## 596                                                                    Separate bedroom
## 597          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 598                                                                                    
## 599                                                                                    
## 600                                                                  On the couch/chair
## 601                                                                  On the couch/chair
## 602                                                                                    
## 603          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 604                                                                    Separate bedroom
## 605          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 606                                                                    Separate bedroom
## 607                                                                                    
## 608                                                                                    
## 609                                                                                    
## 610                                                                                    
## 611          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 612                                                                                    
## 613                                                                                    
## 614                                                                                    
## 615                                                                    Separate bedroom
## 616                                                                                    
## 617                                                                                    
## 618          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 619          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 620                                                                    Separate bedroom
## 621          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 622          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 623          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 624                                                                                    
## 625                                                                                    
## 626                                                                                    
## 627                                                                                    
## 628          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 629                                                                    Separate bedroom
## 630                                                                                    
## 631                                                                                    
## 632                                                                  On the couch/chair
## 633                                                                                    
## 634                                                                    Separate bedroom
## 635                                                                                    
## 636          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 637                                                                                    
## 638                                                                                    
## 639                                                                                    
## 640                                                                                    
## 641                                                                  On the couch/chair
## 642                                                                                    
## 643          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 644                                                                                    
## 645          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 646                                                                                    
## 647                                                                                    
## 648          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 649                                                                                    
## 650                                                                                    
## 651                                                                    Separate bedroom
## 652                                                                    Separate bedroom
## 653                                                                                    
## 654                                                                                    
## 655                                                                                    
## 656                                                                    Separate bedroom
## 657                                                                    Separate bedroom
## 658                                                                                    
## 659                                                                  On the couch/chair
## 660          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 661                                                                    Separate bedroom
## 662                                                                                    
## 663          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 664                                                                                    
## 665                                                                    Separate bedroom
## 666                                                                                    
## 667                                                              Other (please specify)
## 668                                                                                    
## 669          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 670                                                                  On the couch/chair
## 671                                                                                    
## 672                                                                                    
## 673                                                                                    
## 674                                                                    Separate bedroom
## 675                                                       Shared bedroom, different bed
## 676                                                                                    
## 677          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 678                                                                                    
## 679                                                                                    
## 680                                                                                    
## 681          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 682                                                                    Separate bedroom
## 683                                                                                    
## 684                                                                                    
## 685                                                                  On the couch/chair
## 686                                                                  On the couch/chair
## 687                                                                                    
## 688                                                                                    
## 689          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 690                                                                                    
## 691                                                                                    
## 692          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 693                                                                  On the couch/chair
## 694                                                                                    
## 695                                                              Other (please specify)
## 696                                                                                    
## 697                                                                                    
## 698          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 699                                                                    Separate bedroom
## 700                                                                  On the couch/chair
## 701                                                                  On the couch/chair
## 702                                                                                    
## 703                                                                                    
## 704                                                                                    
## 705          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 706                                                                  On the couch/chair
## 707          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 708                                                                    Separate bedroom
## 709                                                                                    
## 710                                                                                    
## 711          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 712          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 713                                                                  On the couch/chair
## 714                                                                                    
## 715                                                                                    
## 716                                                                                    
## 717                                                                                    
## 718          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 719                                                                                    
## 720                                                              Other (please specify)
## 721                                                                                    
## 722                                                                                    
## 723                                                                                    
## 724                                                                                    
## 725                                                                                    
## 726                                                       Shared bedroom, different bed
## 727                                                                                    
## 728                                                                    Separate bedroom
## 729                                                                  On the couch/chair
## 730                                                                                    
## 731                                   Shared bedroom, but one of us sleeps on the floor
## 732                                                                  On the couch/chair
## 733                                                                  On the couch/chair
## 734                                                                                    
## 735                                                                                    
## 736                                   Shared bedroom, but one of us sleeps on the floor
## 737                                                                                    
## 738                                                                                    
## 739                                                                                    
## 740          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 741          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 742                                                                                    
## 743                                                                                    
## 744                                                                                    
## 745                                                                  On the couch/chair
## 746                                                                    Separate bedroom
## 747                                                                                    
## 748                                                                                    
## 749                                                                                    
## 750                                                                                    
## 751                                                                    Separate bedroom
## 752                                                                                    
## 753          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 754                                                                                    
## 755                                                                                    
## 756                                                                  On the couch/chair
## 757                                                                  On the couch/chair
## 758                                                                                    
## 759                                                                  On the couch/chair
## 760                                                                                    
## 761                                                                    Separate bedroom
## 762                                                                                    
## 763                                                                  On the couch/chair
## 764          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 765                                                              Other (please specify)
## 766                                                                                    
## 767                                                                                    
## 768                                                                                    
## 769                                                                                    
## 770                                                                    Separate bedroom
## 771                                                                    Separate bedroom
## 772                                                                                    
## 773                                                                                    
## 774                                                                    Separate bedroom
## 775                                                                                    
## 776                                                                    Separate bedroom
## 777          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 778                                   Shared bedroom, but one of us sleeps on the floor
## 779                                                                                    
## 780                                                                                    
## 781                                                                                    
## 782          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 783          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 784                                                                  On the couch/chair
## 785          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 786                                                                                    
## 787                                                                                    
## 788                                                                  On the couch/chair
## 789                                                                                    
## 790                                                                                    
## 791                                                                    Separate bedroom
## 792                                                                                    
## 793                                                                    Separate bedroom
## 794                                                              Other (please specify)
## 795                                                                                    
## 796                                                                  On the couch/chair
## 797          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 798                                                                                    
## 799                                                                                    
## 800                                                                                    
## 801          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 802          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 803                                                                                    
## 804                                                                    Separate bedroom
## 805                                                                                    
## 806                                                                                    
## 807                                                                                    
## 808                                                                                    
## 809                                                                    Separate bedroom
## 810                                                                                    
## 811                                                                                    
## 812                                                                                    
## 813                                                                    Separate bedroom
## 814                                                                                    
## 815                                                                                    
## 816                                                                                    
## 817                                                                                    
## 818                                                                    Separate bedroom
## 819          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 820                                                                                    
## 821          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 822                                                                                    
## 823                                                       Shared bedroom, different bed
## 824                                                                  On the couch/chair
## 825                                                                                    
## 826                                                                                    
## 827                                                                                    
## 828                                                                  On the couch/chair
## 829          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 830                                                       Shared bedroom, different bed
## 831                                                                    Separate bedroom
## 832                                                                                    
## 833                                                                  On the couch/chair
## 834          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 835                                                                                    
## 836                                                                    Separate bedroom
## 837          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 838          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 839                                                                                    
## 840                                                                                    
## 841                                                                                    
## 842                                                                  On the couch/chair
## 843                                                                  On the couch/chair
## 844                                                                                    
## 845                                                                    Separate bedroom
## 846                                                                    Separate bedroom
## 847                                                                                    
## 848                                                                                    
## 849                                                                  On the couch/chair
## 850                                                                  On the couch/chair
## 851                                                                                    
## 852                                                                                    
## 853                                                                    Separate bedroom
## 854                                                                                    
## 855                                                                                    
## 856          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 857                                                                                    
## 858                                                                                    
## 859                                                                                    
## 860          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 861                                                                                    
## 862          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 863          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 864                                                                                    
## 865                                                                                    
## 866                                                                                    
## 867                                                                                    
## 868                                                                                    
## 869                                                                  On the couch/chair
## 870                                                                                    
## 871                                                                    Separate bedroom
## 872                                                                    Separate bedroom
## 873                                                                    Separate bedroom
## 874                                                                                    
## 875                                                                    Separate bedroom
## 876                                                                                    
## 877          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 878                                                                  On the couch/chair
## 879          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 880                                                                                    
## 881          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 882                                                       Shared bedroom, different bed
## 883                                                                                    
## 884                                                                    Separate bedroom
## 885                                                                                    
## 886                                                                    Separate bedroom
## 887                                                                                    
## 888                                                                    Separate bedroom
## 889                                                                  On the couch/chair
## 890          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 891                                                                                    
## 892                                                                                    
## 893                                                                    Separate bedroom
## 894                                                                                    
## 895                                                                                    
## 896                                                                                    
## 897                                                                    Separate bedroom
## 898                                                                                    
## 899          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 900                                                                                    
## 901                                                                                    
## 902                                                                                    
## 903                                                                    Separate bedroom
## 904                                                                    Separate bedroom
## 905                                                              Other (please specify)
## 906                                                                                    
## 907                                                                    Separate bedroom
## 908                                                                                    
## 909                                                                                    
## 910                                                                                    
## 911                                                                    Separate bedroom
## 912                                                                    Separate bedroom
## 913                                                                                    
## 914                                                                    Separate bedroom
## 915                                                                                    
## 916                                                                    Separate bedroom
## 917                                                                                    
## 918          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 919                                                                                    
## 920          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 921                                                                                    
## 922                                                                                    
## 923                                                                                    
## 924                                                                                    
## 925                                                                  On the couch/chair
## 926                                                                                    
## 927                                                                                    
## 928                                                                                    
## 929                                                                                    
## 930                                                                                    
## 931                                                                                    
## 932                                                                                    
## 933                                                                                    
## 934                                                                    Separate bedroom
## 935                                                                                    
## 936                                                                                    
## 937                                                                                    
## 938                                                                                    
## 939                                                                                    
## 940                                                                                    
## 941                                                                                    
## 942          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 943                                                                  On the couch/chair
## 944          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 945                                                       Shared bedroom, different bed
## 946                                                                                    
## 947                                                                                    
## 948                                                                                    
## 949          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 950                                                                                    
## 951                                                                                    
## 952                                                                                    
## 953                                                                  On the couch/chair
## 954                                                                                    
## 955                                                                                    
## 956                                                                                    
## 957                                                                                    
## 958                                                                                    
## 959          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 960                                                                  On the couch/chair
## 961                                                                                    
## 962                                                                                    
## 963                                                                                    
## 964                                                                                    
## 965                                                                    Separate bedroom
## 966                                                                  On the couch/chair
## 967                                                                                    
## 968                                                                                    
## 969                                                                                    
## 970                                                                                    
## 971                                                                    Separate bedroom
## 972                                                                                    
## 973                                                                  On the couch/chair
## 974                                                                                    
## 975                                                       Shared bedroom, different bed
## 976                                                                                    
## 977          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 978                                                                                    
## 979                                                                                    
## 980                                                                  On the couch/chair
## 981                                                              Other (please specify)
## 982                                                                                    
## 983                                                                                    
## 984                                                                                    
## 985                                                                                    
## 986          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 987                                                                                    
## 988                                                                                    
## 989                                                                    Separate bedroom
## 990                                                                                    
## 991                                                                                    
## 992                                                                                    
## 993                                                       Shared bedroom, different bed
## 994          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 995                                                                                    
## 996                                                                                    
## 997                                                                                    
## 998          My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 999                                                                                    
## 1000         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1001                                                                                   
## 1002                                                                                   
## 1003         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1004                                                                                   
## 1005                                                                   Separate bedroom
## 1006         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1007                                                                   Separate bedroom
## 1008                                                                                   
## 1009                                                                   Separate bedroom
## 1010         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1011                                                                                   
## 1012                                                                   Separate bedroom
## 1013         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1014                                                                   Separate bedroom
## 1015         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1016                                                                 On the couch/chair
## 1017                                                                                   
## 1018                                                                   Separate bedroom
## 1019                                                                   Separate bedroom
## 1020         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1021                                                                   Separate bedroom
## 1022         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1023                                                                                   
## 1024                                                                                   
## 1025                                                                 On the couch/chair
## 1026                                                                                   
## 1027                                                                                   
## 1028                                                                                   
## 1029                                                                                   
## 1030         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1031         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1032                                                                                   
## 1033                                                                                   
## 1034                                                                                   
## 1035                                                                 On the couch/chair
## 1036                                                                                   
## 1037                                                                                   
## 1038                                                                                   
## 1039                                                                 On the couch/chair
## 1040                                                                                   
## 1041                                                                                   
## 1042         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1043                                                      Shared bedroom, different bed
## 1044                                                                                   
## 1045                                                                 On the couch/chair
## 1046                                                      Shared bedroom, different bed
## 1047                                                                                   
## 1048                                                                                   
## 1049                                                                                   
## 1050                                                             Other (please specify)
## 1051         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1052         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1053                                                                                   
## 1054                                                                                   
## 1055         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1056                                                                                   
## 1057                                                                                   
## 1058         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1059                                                                   Separate bedroom
## 1060                                                                                   
## 1061                                                                   Separate bedroom
## 1062                                                                                   
## 1063                                                                                   
## 1064                                                                                   
## 1065                                                                                   
## 1066                                                                                   
## 1067                                                                                   
## 1068                                                                                   
## 1069                                                                                   
## 1070         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1071                                                                   Separate bedroom
## 1072                                                                                   
## 1073                                                                                   
## 1074                                                                                   
## 1075                                                                   Separate bedroom
## 1076                                                                                   
## 1077                                                                                   
## 1078                                                                   Separate bedroom
## 1079                                                                 On the couch/chair
## 1080                                                                                   
## 1081                                                                                   
## 1082                                                                                   
## 1083                                                                                   
## 1084                                                                                   
## 1085                                                                                   
## 1086                                                                                   
## 1087                                                                                   
## 1088                                                                 On the couch/chair
## 1089                                                                                   
## 1090                                                                   Separate bedroom
## 1091         My partner sleeps in our shared bed, I'm the one who sleeps somewhere else
## 1092                                                                                   
## 1093                                                                                   
## 1094                                                                                   
##                                                                                                                  att9
## 1                                                                                              Other (please specify)
## 2                                                                                                                    
## 3                                                                                                                    
## 4                                                                                                                    
## 5                                                                                                                    
## 6                                                                                                                    
## 7                                                                                                                    
## 8                                                                                                                    
## 9                                                                                                                    
## 10                                                                                                                   
## 11                                                                                                                   
## 12                                                                                                                   
## 13                                                                                                                   
## 14                                                                                                                   
## 15                                                                                                                   
## 16                                                                                                                   
## 17                                                                                                                   
## 18                                                                                                                   
## 19                                                                        We alternate, one in main bed, one on couch
## 20                                                                                                                   
## 21                                                                                                                   
## 22                                                                                                                   
## 23                                                                                                                   
## 24                                                                                                                   
## 25                                                                                                                   
## 26                                                                                                                   
## 27                                                                                                                   
## 28                                                                                                                   
## 29                                                                                                                   
## 30                                                                                                                   
## 31                                                                                                                   
## 32                                                                                                                   
## 33                                                                                                                   
## 34                                                                                                                   
## 35                                                                                                                   
## 36                                                                                                                   
## 37                                                                                                                   
## 38                                                                                                                   
## 39                                                                                                                   
## 40                                                                                                                   
## 41                                                                                                                   
## 42                                                                                                                   
## 43                                                                                                                   
## 44                                                                                                                   
## 45                                                                                                                   
## 46                                                                                                                   
## 47                                                                                                                   
## 48                                                                                                                   
## 49                                                                                                                   
## 50                                                                                                                   
## 51                                                                                                                   
## 52                                                                                                                   
## 53                                                                                                                   
## 54                                                                                                                   
## 55                                                                                                                   
## 56                                                                                                                   
## 57                                                                                                                   
## 58                                                                                                                   
## 59                                                                                                                   
## 60                                                                                                                   
## 61                                                                                                                   
## 62                                                                                                                   
## 63                                                                                                                   
## 64                                                                                                                   
## 65                                                                                                                   
## 66                                                                                                                   
## 67                                                                                                                   
## 68                                                                                                                   
## 69                                                                                                                   
## 70                                                                                                                   
## 71                                                                                                                   
## 72                                                                                                                   
## 73                                                                                                                   
## 74                                                                                                                   
## 75                                                                                                                   
## 76                                                                                                                   
## 77                                                                                                                   
## 78                                                                                                                   
## 79                                                                                                                   
## 80                                                                                                                   
## 81                                                                                                                   
## 82                                                                                                                   
## 83                                                                                                                   
## 84                                                                                                                   
## 85                                                                                                                   
## 86                                                                                                                   
## 87                                                                                                                   
## 88                                                                                                                   
## 89                                                                                                                   
## 90                                                                                                                   
## 91                                                                                                                   
## 92                                                                                                                   
## 93                                                                                                                   
## 94                                                                                                                   
## 95                                                                                                                   
## 96                                                                                                                   
## 97                                                                                                                   
## 98                                                                                                                   
## 99                                                                                                                   
## 100                                                                                              He has his own house
## 101                                                                                                                  
## 102                                                                                                                  
## 103                                                                                                                  
## 104                                                                                                                  
## 105                                                                                                                  
## 106                                                                                                                  
## 107                                                                                                                  
## 108                                                                                                                  
## 109                                                                                                                  
## 110                                                                                                                  
## 111                                                                                                                  
## 112                                                                                                                  
## 113                                                                                                                  
## 114                                                                                                                  
## 115                                                                                                                  
## 116                                                                                                                  
## 117                                                                                                                  
## 118                                                                                                                  
## 119                                                                                                                  
## 120                                                                                                                  
## 121                                                                                                                  
## 122                                                                                                                  
## 123                                                                                                                  
## 124                                                                                                                  
## 125                                                                                                                  
## 126                                                                                                                  
## 127                                                                                                                  
## 128                                                                                                                  
## 129                                                                                                                  
## 130                                                                                                                  
## 131                                                                                                                  
## 132                                                                                                                  
## 133                                                                                                                  
## 134                                                                                                                  
## 135                                                                                                                  
## 136                                                                                                                  
## 137                                                                                                                  
## 138                                                                                                                  
## 139                                                                                                                  
## 140                                                                                                                  
## 141                                                                                                                  
## 142                                                                                                                  
## 143                                                                                                                  
## 144                                                                                                                  
## 145                                                                                                                  
## 146                                                                                                                  
## 147                                                                                                                  
## 148                                                                                                                  
## 149                                                                                                                  
## 150                                                                                                                  
## 151                                                                                                                  
## 152                                                                                                                  
## 153                                                                                                                  
## 154                                                                                                                  
## 155                                                                                                                  
## 156                                                                                                                  
## 157                                                                                                                  
## 158                                                                                                                  
## 159                                                                                                                  
## 160                                                                                                                  
## 161                                                                                                         see above
## 162                                                                                                                  
## 163                                                                                                                  
## 164                                                                                                         with kids
## 165                                                                                                                  
## 166                                                                                                                  
## 167                                                                                                                  
## 168                                                                                                                  
## 169                                                                                                                  
## 170                                                                                                                  
## 171                                                                                                                  
## 172                                                                                                                  
## 173                                                                                                                  
## 174                                                                                                                  
## 175                                                                                                                  
## 176                                                                                                                  
## 177                                                                                                                  
## 178                                                                                                                  
## 179                                                                                                                  
## 180                                                                                                                  
## 181                                                                                                                  
## 182                                                                                                                  
## 183                                                                                                                  
## 184                                                                                                                  
## 185                                                                                                                  
## 186                                                                                                                  
## 187                                                                                                                  
## 188                                                                                                                  
## 189                                                                                                                  
## 190                                                                                                                  
## 191                                                                                                                  
## 192                                                                                                                  
## 193                                                                                                                  
## 194                                                                                                                  
## 195                                                                                                                  
## 196                                                                                                                  
## 197                                                                                                                  
## 198                                                                                                                  
## 199                                                                                                                  
## 200                                                                                                                  
## 201                                                                                                                  
## 202                                                                                                                  
## 203                                                                                                                  
## 204                                                                                                                  
## 205                                                                                                                  
## 206                                                                                                                  
## 207                                                     one or the other may sleep in the chair if we don't feel good
## 208                                                                                                                  
## 209                                                                                                                  
## 210                                                                                                                  
## 211                                                                                                                  
## 212                                                                                                                  
## 213                                                                                                                  
## 214                                                                                                                  
## 215                                                                                                                  
## 216                                                                                                                  
## 217                                                                                                                  
## 218                                                                                                                  
## 219                                                                                                                  
## 220                                                                                                                  
## 221                                                                                                                  
## 222                                                                                                                  
## 223                                                                                                                  
## 224                                                                                                                  
## 225                                                                                                                  
## 226                                                                                                                  
## 227                                                                                                                  
## 228                                                                                                                  
## 229                                                                                                                  
## 230                                                                                                                  
## 231                                                                                                                  
## 232                                                                                                                  
## 233                                                                                                                  
## 234                                                                                                                  
## 235                                                                                                                  
## 236                                                                                                                  
## 237                                                                                                                  
## 238                                                                                                                  
## 239                                                                                                                  
## 240                                                                                                                  
## 241                                                                                                                  
## 242                                                                                                                  
## 243                                                                                                                  
## 244                                                                                                                  
## 245                                                                                                                  
## 246                                                                                                                  
## 247                                                                                                                  
## 248                                                                                                                  
## 249                                                                                                                  
## 250                                                                                                                  
## 251                                                                                                                  
## 252                                                                                                                  
## 253                                                                                                                  
## 254                                                                                                                  
## 255                                                                                                                  
## 256                                                                                                                  
## 257                                                                                                                  
## 258                                                                                                                  
## 259                                                                                                     Same as above
## 260                                                                                                                  
## 261                                                                                                                  
## 262                                                                                                                  
## 263                                                                                                                  
## 264                                                                                                                  
## 265                                                                                                                  
## 266                                                                                                                  
## 267                                                                                                                  
## 268                                                                                                                  
## 269                                                                                                                  
## 270                                                                                                                  
## 271                                                                                                                  
## 272                                                                                                                  
## 273                                                                                                                  
## 274                                                                                                                  
## 275                                                                                                                  
## 276                                                                                                                  
## 277                                                                                                                  
## 278                                                                                                                  
## 279                                                                                                                  
## 280                                                                                                                  
## 281                                                                                                                  
## 282                                                                                                                  
## 283                                                                                                                  
## 284                                                                                                                  
## 285                                                                                                                  
## 286                                                                                                                  
## 287                                                                                                                  
## 288                                                                                                                  
## 289                                                                                                                  
## 290                                                                                                                  
## 291                                                                                                                  
## 292                                                                                                             hotel
## 293                                                                                                                  
## 294                                                                                                                  
## 295                                                                                                                  
## 296                                                                                                                  
## 297                                                                                                                  
## 298                                                                                                                  
## 299                                                                                                                  
## 300                                                                                                                  
## 301                                                                                                                  
## 302                                                                                                                  
## 303                                                                                                                  
## 304                                                                                                                  
## 305                                                                                                                  
## 306                                                                                                                  
## 307                                                                                                                  
## 308                                                                                                                  
## 309                                                                                                                  
## 310                                                                                                                  
## 311                                                                                                                  
## 312                                                                                                                  
## 313                                                                                                                  
## 314                                                                                                                  
## 315                                                                                                                  
## 316                                                                                                                  
## 317                                                                                                                  
## 318                                                                                                                  
## 319                                                                                                                  
## 320                                                                                                                  
## 321                                                                                                                  
## 322                                                                                                                  
## 323                                                                                                                  
## 324                                                                                                                  
## 325                                                                                                                  
## 326                                                                                                                  
## 327                                                                                                                  
## 328                                                                                                                  
## 329                                                                                                                  
## 330                                                                                                                  
## 331                                                                                                                  
## 332                                                                                                                  
## 333                                                                                                                  
## 334                                                                                                                  
## 335                                                                                                                  
## 336                                                                                                                  
## 337                                                                                                                  
## 338                                                                                                                  
## 339                                                                                                                  
## 340                                                                                                                  
## 341                                                                                                                  
## 342                                                                                                                  
## 343                                                                                                                  
## 344                                                                                                                  
## 345                                                                                                                  
## 346                                                                                                                  
## 347                                                                                                                  
## 348                                                                                                                  
## 349                                                                                                                  
## 350                                                                                                                  
## 351                                                                                                                  
## 352                                                                                                                  
## 353                                                                                                                  
## 354                                                                                                                  
## 355                                                                                                                  
## 356                                                                                                                  
## 357                                                                                                                  
## 358                                                                                                                  
## 359                                                                                                                  
## 360                                                                                                                  
## 361                                                                                                                  
## 362                                                                                                                  
## 363                                                                                                                  
## 364                                                                                                                  
## 365                                                                                                                  
## 366                                                                                                                  
## 367                                                                                                                  
## 368                                                                                                                  
## 369                                                                                                                  
## 370                                                                                                                  
## 371                                                                                                                  
## 372                                                                                                                  
## 373                                                                                                                  
## 374                                                                                                                  
## 375                                                                                                                  
## 376                                                                                                                  
## 377                                                                                                                  
## 378                                                                                                                  
## 379                                                                                                                  
## 380                                                                                                                  
## 381                                                                                                                  
## 382                                                                                                                  
## 383                                                                                                                  
## 384                                                                                                                  
## 385                                                                                                                  
## 386                                                                                                                  
## 387                                                                                                                  
## 388                                                                                                                  
## 389                                                                                                                  
## 390                                                                                                                  
## 391                                                                                                                  
## 392                                                                                                                  
## 393                                                                                                                  
## 394                                                                                                                  
## 395                                                                                                                  
## 396                                                                                                                  
## 397                                                                                                                  
## 398                                                                                                                  
## 399                                                                                                                  
## 400                                                                                                                  
## 401                                                                                                                  
## 402                                                                                                                  
## 403                                                                                                                  
## 404                                                                                                                  
## 405                                                                                                                  
## 406                                                                                                                  
## 407                                                                                                                  
## 408                                                                                                                  
## 409                                                                                                                  
## 410                                                                                                                  
## 411                                                                                                                  
## 412                                                                                                                  
## 413                                                                                                                  
## 414                                                                                                                  
## 415                                                                                                                  
## 416                                                                                                             Couch
## 417                                                                                                                  
## 418                                                                                                                  
## 419                                                                                                                  
## 420                                                                                                                  
## 421                                                                                                                  
## 422                                                                                                                  
## 423                                                                                                                  
## 424                                                                                                                  
## 425                                                                                                                  
## 426                                                                                                                  
## 427                                                                                                   At her own home
## 428                                                                                                                  
## 429                                                                                                                  
## 430                                                                                                                  
## 431                                                                                                                  
## 432                                                                                                                  
## 433                                                                                                                  
## 434                                                                                                                  
## 435                                                                                                                  
## 436                                                                                                                  
## 437                                                                                                                  
## 438                                                                                                                  
## 439                                                                                                                  
## 440                                                                                                                  
## 441                                                                                                                  
## 442                                                                                                                  
## 443                                                                                                                  
## 444                                                                                                                  
## 445                                                                                                                  
## 446                                                                                                                  
## 447                                                                                                                  
## 448                                                                                                                  
## 449                                                                                                                  
## 450                                                                                                                  
## 451                                                                                                                  
## 452                                                                                                                  
## 453                                                                                                                  
## 454                                                                                                                  
## 455                                                                                                                  
## 456                                                                                                                  
## 457                                                      In the bed in our child's room to assist when child is fussy
## 458                                                                                                                  
## 459                                                                                                                  
## 460                                                                                                                  
## 461                                                                                                                  
## 462                                                                                                                  
## 463                                                                                                                  
## 464                                                                                                                  
## 465                                                                                                                  
## 466                                                                                                                  
## 467                                                                                                                  
## 468                                                                                                                  
## 469                                                                                                                  
## 470                                                                                                                  
## 471                                                                                                                  
## 472                                                                                                                  
## 473                                                                                                                  
## 474                                                                                                                  
## 475                                                                                                                  
## 476                                                                                                                  
## 477                                                                                                                  
## 478                                                                                                                  
## 479                                                                                                                  
## 480                                                                                                                  
## 481                                                                                                                  
## 482                                                                                                                  
## 483                                                                                                                  
## 484                                                                                                                  
## 485                                                                                                                  
## 486                                                                                                                  
## 487                                                                                                                  
## 488                                                                                                                  
## 489                                                                                                                  
## 490                                                                                              Out of town location
## 491                                                                                                                  
## 492                                                                                                                  
## 493                                                                                                                  
## 494                                                                                                                  
## 495                                                                                                                  
## 496                                                                                                                  
## 497                                                                                                                  
## 498                                                                                                                  
## 499                                                                                                                  
## 500                                                                                                                  
## 501                                                                                                                  
## 502                                                                                                                  
## 503                                                                                                                  
## 504                                                                                                                  
## 505                                                                                                                  
## 506                                                                                                                  
## 507                                                                                                                  
## 508                                                                                                                  
## 509                                                                                                                  
## 510                                                                                                                  
## 511                                                                                                                  
## 512                                                                                                                  
## 513                                                                                                                  
## 514                                                                                                                  
## 515                                                                                                                  
## 516                                                                                                                  
## 517                                                                                                                  
## 518                                                                                                                  
## 519                                                                                                                  
## 520                                                                                                                  
## 521                                                                                                                  
## 522                                                                                                                  
## 523                                                                                                                  
## 524                                                                                                                  
## 525                                                                                                                  
## 526                                                                                                                  
## 527                                                                                                                  
## 528                                                                                                                  
## 529                                                                                                                  
## 530                                                                                                                  
## 531                                                                                                                  
## 532                                                                                                                  
## 533                                                                                                                  
## 534                                                                                                                  
## 535                                                                                                                  
## 536                                                                                                                  
## 537                                                                                                                  
## 538                                                                                                                  
## 539                                                                                                                  
## 540                                                                                                                  
## 541                                                                                                                  
## 542                                                                                                                  
## 543                                                                                                    master bedroom
## 544                                                                                                                  
## 545                                                                                                                  
## 546                                                                                                                  
## 547                                                                                                                  
## 548                                                                                                                  
## 549                                                                                                                  
## 550                                                                                                                  
## 551                                                                                                                  
## 552                                                                                                                  
## 553                                                                                                                  
## 554                                                                                                                  
## 555                                                                                                                  
## 556                                                                                                                  
## 557                                                                                                                  
## 558                                                                                                                  
## 559                                                                                                                  
## 560                                                                                                                  
## 561                                                                                                                  
## 562                                                                                                                  
## 563                                                                                                                  
## 564                                                                                                                  
## 565                                                                                                                  
## 566                                                                                                                  
## 567                                                                                                                  
## 568                                                                                                                  
## 569                                                                                                                  
## 570                                                                                                                  
## 571                                                                                                                  
## 572                                                                                                                  
## 573                                                                                                                  
## 574                                                                                                                  
## 575                                                                                                                  
## 576                                                                                                                  
## 577                                                                                                                  
## 578                                                                                                                  
## 579                                                                                                                  
## 580                                                                                                                  
## 581                                                                                                                  
## 582                                                                                                                  
## 583                                                                                                                  
## 584                                                                                                                  
## 585                                                                                                                  
## 586                                                                                                                  
## 587                                                                                                                  
## 588                                                                                         With the baby in her room
## 589                                                                                                                  
## 590                                                                                                                  
## 591                                                                                                                  
## 592                                                                                                                  
## 593                                                                                                                  
## 594                                                                                                                  
## 595                                                                                                                  
## 596                                                                                                                  
## 597                                                                                                                  
## 598                                                                                                                  
## 599                                                                                                                  
## 600                                                                                                                  
## 601                                                                                                                  
## 602                                                                                                                  
## 603                                                                                                                  
## 604                                                                                                                  
## 605                                                                                                                  
## 606                                                                                                                  
## 607                                                                                                                  
## 608                                                                                                                  
## 609                                                                                                                  
## 610                                                                                                                  
## 611                                                                                                                  
## 612                                                                                                                  
## 613                                                                                                                  
## 614                                                                                                                  
## 615                                                                                                                  
## 616                                                                                                                  
## 617                                                                                                                  
## 618                                                                                                                  
## 619                                                                                                                  
## 620                                                                                                                  
## 621                                                                                                                  
## 622                                                                                                                  
## 623                                                                                                                  
## 624                                                                                                                  
## 625                                                                                                                  
## 626                                                                                                                  
## 627                                                                                                                  
## 628                                                                                                                  
## 629                                                                                                                  
## 630                                                                                                                  
## 631                                                                                                                  
## 632                                                                                                                  
## 633                                                                                                                  
## 634                                                                                                                  
## 635                                                                                                                  
## 636                                                                                                                  
## 637                                                                                                                  
## 638                                                                                                                  
## 639                                                                                                                  
## 640                                                                                                                  
## 641                                                                                                                  
## 642                                                                                                                  
## 643                                                                                                                  
## 644                                                                                                                  
## 645                                                                                                                  
## 646                                                                                                                  
## 647                                                                                                                  
## 648                                                                                                                  
## 649                                                                                                                  
## 650                                                                                                                  
## 651                                                                                                                  
## 652                                                                                                                  
## 653                                                                                                                  
## 654                                                                                                                  
## 655                                                                                                                  
## 656                                                                                                                  
## 657                                                                                                                  
## 658                                                                                                                  
## 659                                                                                                                  
## 660                                                                                                                  
## 661                                                                                                                  
## 662                                                                                                                  
## 663                                                                                                                  
## 664                                                                                                                  
## 665                                                                                                                  
## 666                                                                                                                  
## 667  One of us sleeps in our bed. One sleeps on couch in separate room depending upon which of us is unable to sleep.
## 668                                                                                                                  
## 669                                                                                                                  
## 670                                                                                                                  
## 671                                                                                                                  
## 672                                                                                                                  
## 673                                                                                                                  
## 674                                                                                                                  
## 675                                                                                                                  
## 676                                                                                                                  
## 677                                                                                                                  
## 678                                                                                                                  
## 679                                                                                                                  
## 680                                                                                                                  
## 681                                                                                                                  
## 682                                                                                                                  
## 683                                                                                                                  
## 684                                                                                                                  
## 685                                                                                                                  
## 686                                                                                                                  
## 687                                                                                                                  
## 688                                                                                                                  
## 689                                                                                                                  
## 690                                                                                                                  
## 691                                                                                                                  
## 692                                                                                                                  
## 693                                                                                                                  
## 694                                                                                                                  
## 695                                                                                   I AM SLEEPING IN A HOSPITAL BED
## 696                                                                                                                  
## 697                                                                                                                  
## 698                                                                                                                  
## 699                                                                                                                  
## 700                                                                                                                  
## 701                                                                                                                  
## 702                                                                                                                  
## 703                                                                                                                  
## 704                                                                                                                  
## 705                                                                                                                  
## 706                                                                                                                  
## 707                                                                                                                  
## 708                                                                                                                  
## 709                                                                                                                  
## 710                                                                                                                  
## 711                                                                                                                  
## 712                                                                                                                  
## 713                                                                                                                  
## 714                                                                                                                  
## 715                                                                                                                  
## 716                                                                                                                  
## 717                                                                                                                  
## 718                                                                                                                  
## 719                                                                                                                  
## 720                                                                                                 his parents house
## 721                                                                                                                  
## 722                                                                                                                  
## 723                                                                                                                  
## 724                                                                                                                  
## 725                                                                                                                  
## 726                                                                                                                  
## 727                                                                                                                  
## 728                                                                                                                  
## 729                                                                                                                  
## 730                                                                                                                  
## 731                                                                                                                  
## 732                                                                                                                  
## 733                                                                                                                  
## 734                                                                                                                  
## 735                                                                                                                  
## 736                                                                                                                  
## 737                                                                                                                  
## 738                                                                                                                  
## 739                                                                                                                  
## 740                                                                                                                  
## 741                                                                                                                  
## 742                                                                                                                  
## 743                                                                                                                  
## 744                                                                                                                  
## 745                                                                                                                  
## 746                                                                                                                  
## 747                                                                                                                  
## 748                                                                                                                  
## 749                                                                                                                  
## 750                                                                                                                  
## 751                                                                                                                  
## 752                                                                                                                  
## 753                                                                                                                  
## 754                                                                                                                  
## 755                                                                                                                  
## 756                                                                                                                  
## 757                                                                                                                  
## 758                                                                                                                  
## 759                                                                                                                  
## 760                                                                                                                  
## 761                                                                                                                  
## 762                                                                                                                  
## 763                                                                                                                  
## 764                                                                                                                  
## 765                                                                                         Trailer house in next lot
## 766                                                                                                                  
## 767                                                                                                                  
## 768                                                                                                                  
## 769                                                                                                                  
## 770                                                                                                                  
## 771                                                                                                                  
## 772                                                                                                                  
## 773                                                                                                                  
## 774                                                                                                                  
## 775                                                                                                                  
## 776                                                                                                                  
## 777                                                                                                                  
## 778                                                                                                                  
## 779                                                                                                                  
## 780                                                                                                                  
## 781                                                                                                                  
## 782                                                                                                                  
## 783                                                                                                                  
## 784                                                                                                                  
## 785                                                                                                                  
## 786                                                                                                                  
## 787                                                                                                                  
## 788                                                                                                                  
## 789                                                                                                                  
## 790                                                                                                                  
## 791                                                                                                                  
## 792                                                                                                                  
## 793                                                                                                                  
## 794                                                                                                          Basement
## 795                                                                                                                  
## 796                                                                                                                  
## 797                                                                                                                  
## 798                                                                                                                  
## 799                                                                                                                  
## 800                                                                                                                  
## 801                                                                                                                  
## 802                                                                                                                  
## 803                                                                                                                  
## 804                                                                                                                  
## 805                                                                                                                  
## 806                                                                                                                  
## 807                                                                                                                  
## 808                                                                                                                  
## 809                                                                                                                  
## 810                                                                                                                  
## 811                                                                                                                  
## 812                                                                                                                  
## 813                                                                                                                  
## 814                                                                                                                  
## 815                                                                                                                  
## 816                                                                                                                  
## 817                                                                                                                  
## 818                                                                                                                  
## 819                                                                                                                  
## 820                                                                                                                  
## 821                                                                                                                  
## 822                                                                                                                  
## 823                                                                                                                  
## 824                                                                                                                  
## 825                                                                                                                  
## 826                                                                                                                  
## 827                                                                                                                  
## 828                                                                                                                  
## 829                                                                                                                  
## 830                                                                                                                  
## 831                                                                                                                  
## 832                                                                                                                  
## 833                                                                                                                  
## 834                                                                                                                  
## 835                                                                                                                  
## 836                                                                                                                  
## 837                                                                                                                  
## 838                                                                                                                  
## 839                                                                                                                  
## 840                                                                                                                  
## 841                                                                                                                  
## 842                                                                                                                  
## 843                                                                                                                  
## 844                                                                                                                  
## 845                                                                                                                  
## 846                                                                                                                  
## 847                                                                                                                  
## 848                                                                                                                  
## 849                                                                                                                  
## 850                                                                                                                  
## 851                                                                                                                  
## 852                                                                                                                  
## 853                                                                                                                  
## 854                                                                                                                  
## 855                                                                                                                  
## 856                                                                                                                  
## 857                                                                                                                  
## 858                                                                                                                  
## 859                                                                                                                  
## 860                                                                                                                  
## 861                                                                                                                  
## 862                                                                                                                  
## 863                                                                                                                  
## 864                                                                                                                  
## 865                                                                                                                  
## 866                                                                                                                  
## 867                                                                                                                  
## 868                                                                                                                  
## 869                                                                                                                  
## 870                                                                                                                  
## 871                                                                                                                  
## 872                                                                                                                  
## 873                                                                                                                  
## 874                                                                                                                  
## 875                                                                                                                  
## 876                                                                                                                  
## 877                                                                                                                  
## 878                                                                                                                  
## 879                                                                                                                  
## 880                                                                                                                  
## 881                                                                                                                  
## 882                                                                                                                  
## 883                                                                                                                  
## 884                                                                                                                  
## 885                                                                                                                  
## 886                                                                                                                  
## 887                                                                                                                  
## 888                                                                                                                  
## 889                                                                                                                  
## 890                                                                                                                  
## 891                                                                                                                  
## 892                                                                                                                  
## 893                                                                                                                  
## 894                                                                                                                  
## 895                                                                                                                  
## 896                                                                                                                  
## 897                                                                                                                  
## 898                                                                                                                  
## 899                                                                                                                  
## 900                                                                                                                  
## 901                                                                                                                  
## 902                                                                                                                  
## 903                                                                                                                  
## 904                                                                                                                  
## 905                                                                                          Elsewhere away from home
## 906                                                                                                                  
## 907                                                                                                                  
## 908                                                                                                                  
## 909                                                                                                                  
## 910                                                                                                                  
## 911                                                                                                                  
## 912                                                                                                                  
## 913                                                                                                                  
## 914                                                                                                                  
## 915                                                                                                                  
## 916                                                                                                                  
## 917                                                                                                                  
## 918                                                                                                                  
## 919                                                                                                                  
## 920                                                                                                                  
## 921                                                                                                                  
## 922                                                                                                                  
## 923                                                                                                                  
## 924                                                                                                                  
## 925                                                                                                                  
## 926                                                                                                                  
## 927                                                                                                                  
## 928                                                                                                                  
## 929                                                                                                                  
## 930                                                                                                                  
## 931                                                                                                                  
## 932                                                                                                                  
## 933                                                                                                                  
## 934                                                                                                                  
## 935                                                                                                                  
## 936                                                                                                                  
## 937                                                                                                                  
## 938                                                                                                                  
## 939                                                                                                                  
## 940                                                                                                                  
## 941                                                                                                                  
## 942                                                                                                                  
## 943                                                                                                                  
## 944                                                                                                                  
## 945                                                                                                                  
## 946                                                                                                                  
## 947                                                                                                                  
## 948                                                                                                                  
## 949                                                                                                                  
## 950                                                                                                                  
## 951                                                                                                                  
## 952                                                                                                                  
## 953                                                                                                                  
## 954                                                                                                                  
## 955                                                                                                                  
## 956                                                                                                                  
## 957                                                                                                                  
## 958                                                                                                                  
## 959                                                                                                                  
## 960                                                                                                                  
## 961                                                                                                                  
## 962                                                                                                                  
## 963                                                                                                                  
## 964                                                                                                                  
## 965                                                                                                                  
## 966                                                                                                                  
## 967                                                                                                                  
## 968                                                                                                                  
## 969                                                                                                                  
## 970                                                                                                                  
## 971                                                                                                                  
## 972                                                                                                                  
## 973                                                                                                                  
## 974                                                                                                                  
## 975                                                                                                                  
## 976                                                                                                                  
## 977                                                                                                                  
## 978                                                                                                                  
## 979                                                                                                                  
## 980                                                                                                                  
## 981                                                                                          always sleep in same bed
## 982                                                                                                                  
## 983                                                                                                                  
## 984                                                                                                                  
## 985                                                                                                                  
## 986                                                                                                                  
## 987                                                                                                                  
## 988                                                                                                                  
## 989                                                                                                                  
## 990                                                                                                                  
## 991                                                                                                                  
## 992                                                                                                                  
## 993                                                                                                                  
## 994                                                                                                                  
## 995                                                                                                                  
## 996                                                                                                                  
## 997                                                                                                                  
## 998                                                                                                                  
## 999                                                                                                                  
## 1000                                                                                                                 
## 1001                                                                                                                 
## 1002                                                                                                                 
## 1003                                                                                                                 
## 1004                                                                                                                 
## 1005                                                                                                                 
## 1006                                                                                                                 
## 1007                                                                                                                 
## 1008                                                                                                                 
## 1009                                                                                                                 
## 1010                                                                                                                 
## 1011                                                                                                                 
## 1012                                                                                                                 
## 1013                                                                                                                 
## 1014                                                                                                                 
## 1015                                                                                                                 
## 1016                                                                                                                 
## 1017                                                                                                                 
## 1018                                                                                                                 
## 1019                                                                                                                 
## 1020                                                                                                                 
## 1021                                                                                                                 
## 1022                                                                                                                 
## 1023                                                                                                                 
## 1024                                                                                                                 
## 1025                                                                                                                 
## 1026                                                                                                                 
## 1027                                                                                                                 
## 1028                                                                                                                 
## 1029                                                                                                                 
## 1030                                                                                                                 
## 1031                                                                                                                 
## 1032                                                                                                                 
## 1033                                                                                                                 
## 1034                                                                                                                 
## 1035                                                                                                                 
## 1036                                                                                                                 
## 1037                                                                                                                 
## 1038                                                                                                                 
## 1039                                                                                                                 
## 1040                                                                                                                 
## 1041                                                                                                                 
## 1042                                                                                                                 
## 1043                                                                                                                 
## 1044                                                                                                                 
## 1045                                                                                                                 
## 1046                                                                                                                 
## 1047                                                                                                                 
## 1048                                                                                                                 
## 1049                                                                                                                 
## 1050                                                                                                         same bed
## 1051                                                                                                                 
## 1052                                                                                                                 
## 1053                                                                                                                 
## 1054                                                                                                                 
## 1055                                                                                                                 
## 1056                                                                                                                 
## 1057                                                                                                                 
## 1058                                                                                                                 
## 1059                                                                                                                 
## 1060                                                                                                                 
## 1061                                                                                                                 
## 1062                                                                                                                 
## 1063                                                                                                                 
## 1064                                                                                                                 
## 1065                                                                                                                 
## 1066                                                                                                                 
## 1067                                                                                                                 
## 1068                                                                                                                 
## 1069                                                                                                                 
## 1070                                                                                                                 
## 1071                                                                                                                 
## 1072                                                                                                                 
## 1073                                                                                                                 
## 1074                                                                                                                 
## 1075                                                                                                                 
## 1076                                                                                                                 
## 1077                                                                                                                 
## 1078                                                                                                                 
## 1079                                                                                                                 
## 1080                                                                                                                 
## 1081                                                                                                                 
## 1082                                                                                                                 
## 1083                                                                                                                 
## 1084                                                                                                                 
## 1085                                                                                                                 
## 1086                                                                                                                 
## 1087                                                                                                                 
## 1088                                                                                                                 
## 1089                                                                                                                 
## 1090                                                                                                                 
## 1091                                                                                                                 
## 1092                                                                                                                 
## 1093                                                                                                                 
## 1094                                                                                                                 
##      When.was.the.first.time.you.slept.in.separate.beds.
## 1                                               Response
## 2         Within the first 1-5 years of our relationship
## 3       Immediately/ We've always slept in separate beds
## 4                                                       
## 5                                                       
## 6                                                       
## 7                                                       
## 8                                                       
## 9                                                       
## 10                                                      
## 11                                                      
## 12                                                      
## 13                                                      
## 14                 Within 6-10 years of our relationship
## 15                                                      
## 16                                                      
## 17                Within 11-15 years of our relationship
## 18        Within the first 1-5 years of our relationship
## 19        Within the first 1-5 years of our relationship
## 20                                                      
## 21                                                      
## 22                                                      
## 23                                                      
## 24                                                      
## 25                                                      
## 26                                                      
## 27                                                      
## 28                                                      
## 29                                                      
## 30                                                      
## 31                                                      
## 32        Within the first 1-5 years of our relationship
## 33      Immediately/ We've always slept in separate beds
## 34                                                      
## 35                                                      
## 36        Within the first 1-5 years of our relationship
## 37        Within the first 1-5 years of our relationship
## 38        Within the first 1-5 years of our relationship
## 39                Within 11-15 years of our relationship
## 40        Within the first 1-5 years of our relationship
## 41                                                      
## 42        Within the first 1-5 years of our relationship
## 43                                                      
## 44        Within the first 1-5 years of our relationship
## 45                Within 11-15 years of our relationship
## 46                                                      
## 47        Within the first 1-5 years of our relationship
## 48                 Within 6-10 years of our relationship
## 49                                                      
## 50                                                      
## 51                 Within 6-10 years of our relationship
## 52                                                      
## 53                 Within 6-10 years of our relationship
## 54                                                      
## 55        Within the first 1-5 years of our relationship
## 56                                                      
## 57        Within the first 1-5 years of our relationship
## 58                                                      
## 59                                                      
## 60                                                      
## 61                                                      
## 62                                                      
## 63                 Within 6-10 years of our relationship
## 64      Immediately/ We've always slept in separate beds
## 65        Within the first 1-5 years of our relationship
## 66                                                      
## 67      Immediately/ We've always slept in separate beds
## 68                                                      
## 69                 Within 6-10 years of our relationship
## 70                                                      
## 71                                                      
## 72        Within the first 1-5 years of our relationship
## 73        Within the first 1-5 years of our relationship
## 74                                                      
## 75                                                      
## 76                    After 20 years of our relationship
## 77                                                      
## 78                                                      
## 79                Within 16-20 years of our relationship
## 80                                                      
## 81                                                      
## 82        Within the first 1-5 years of our relationship
## 83                                                      
## 84                 Within 6-10 years of our relationship
## 85                 Within 6-10 years of our relationship
## 86                                                      
## 87                                                      
## 88      Immediately/ We've always slept in separate beds
## 89                                                      
## 90                                                      
## 91        Within the first 1-5 years of our relationship
## 92                                                      
## 93                                                      
## 94                                                      
## 95                                                      
## 96                                                      
## 97                Within 11-15 years of our relationship
## 98        Within the first 1-5 years of our relationship
## 99                                                      
## 100     Immediately/ We've always slept in separate beds
## 101                                                     
## 102                                                     
## 103       Within the first 1-5 years of our relationship
## 104                                                     
## 105                                                     
## 106     Immediately/ We've always slept in separate beds
## 107                                                     
## 108                                                     
## 109                                                     
## 110                                                     
## 111                                                     
## 112                                                     
## 113                                                     
## 114                                                     
## 115                                                     
## 116                                                     
## 117                                                     
## 118                                                     
## 119                                                     
## 120     Immediately/ We've always slept in separate beds
## 121       Within the first 1-5 years of our relationship
## 122       Within the first 1-5 years of our relationship
## 123                Within 6-10 years of our relationship
## 124               Within 11-15 years of our relationship
## 125                                                     
## 126                                                     
## 127                                                     
## 128       Within the first 1-5 years of our relationship
## 129                Within 6-10 years of our relationship
## 130                                                     
## 131                   After 20 years of our relationship
## 132                                                     
## 133                                                     
## 134                                                     
## 135               Within 16-20 years of our relationship
## 136                                                     
## 137       Within the first 1-5 years of our relationship
## 138                                                     
## 139               Within 11-15 years of our relationship
## 140                                                     
## 141                                                     
## 142                                                     
## 143                                                     
## 144                                                     
## 145                                                     
## 146                                                     
## 147                                                     
## 148                                                     
## 149                                                     
## 150                   After 20 years of our relationship
## 151       Within the first 1-5 years of our relationship
## 152       Within the first 1-5 years of our relationship
## 153                                                     
## 154       Within the first 1-5 years of our relationship
## 155                                                     
## 156                                                     
## 157                                                     
## 158                                                     
## 159                                                     
## 160       Within the first 1-5 years of our relationship
## 161               Within 11-15 years of our relationship
## 162               Within 16-20 years of our relationship
## 163                                                     
## 164               Within 16-20 years of our relationship
## 165       Within the first 1-5 years of our relationship
## 166                   After 20 years of our relationship
## 167                                                     
## 168                   After 20 years of our relationship
## 169                                                     
## 170                                                     
## 171       Within the first 1-5 years of our relationship
## 172                Within 6-10 years of our relationship
## 173       Within the first 1-5 years of our relationship
## 174       Within the first 1-5 years of our relationship
## 175       Within the first 1-5 years of our relationship
## 176       Within the first 1-5 years of our relationship
## 177                                                     
## 178                                                     
## 179                                                     
## 180                                                     
## 181               Within 11-15 years of our relationship
## 182                                                     
## 183       Within the first 1-5 years of our relationship
## 184       Within the first 1-5 years of our relationship
## 185       Within the first 1-5 years of our relationship
## 186                                                     
## 187                                                     
## 188                                                     
## 189                                                     
## 190               Within 11-15 years of our relationship
## 191               Within 11-15 years of our relationship
## 192               Within 16-20 years of our relationship
## 193       Within the first 1-5 years of our relationship
## 194               Within 11-15 years of our relationship
## 195                Within 6-10 years of our relationship
## 196               Within 11-15 years of our relationship
## 197                                                     
## 198                   After 20 years of our relationship
## 199               Within 16-20 years of our relationship
## 200               Within 16-20 years of our relationship
## 201                                                     
## 202                                                     
## 203                                                     
## 204                Within 6-10 years of our relationship
## 205                   After 20 years of our relationship
## 206                Within 6-10 years of our relationship
## 207       Within the first 1-5 years of our relationship
## 208                                                     
## 209               Within 11-15 years of our relationship
## 210                   After 20 years of our relationship
## 211               Within 11-15 years of our relationship
## 212                   After 20 years of our relationship
## 213                                                     
## 214                Within 6-10 years of our relationship
## 215                                                     
## 216                   After 20 years of our relationship
## 217               Within 11-15 years of our relationship
## 218               Within 16-20 years of our relationship
## 219                                                     
## 220                                                     
## 221                                                     
## 222                                                     
## 223                   After 20 years of our relationship
## 224       Within the first 1-5 years of our relationship
## 225               Within 16-20 years of our relationship
## 226                   After 20 years of our relationship
## 227                                                     
## 228               Within 11-15 years of our relationship
## 229                   After 20 years of our relationship
## 230                                                     
## 231                                                     
## 232                Within 6-10 years of our relationship
## 233                                                     
## 234                   After 20 years of our relationship
## 235               Within 11-15 years of our relationship
## 236                                                     
## 237                                                     
## 238                Within 6-10 years of our relationship
## 239                                                     
## 240                                                     
## 241                                                     
## 242                                                     
## 243       Within the first 1-5 years of our relationship
## 244                   After 20 years of our relationship
## 245     Immediately/ We've always slept in separate beds
## 246       Within the first 1-5 years of our relationship
## 247       Within the first 1-5 years of our relationship
## 248                   After 20 years of our relationship
## 249       Within the first 1-5 years of our relationship
## 250       Within the first 1-5 years of our relationship
## 251                                                     
## 252                                                     
## 253                                                     
## 254                                                     
## 255       Within the first 1-5 years of our relationship
## 256                                                     
## 257                                                     
## 258               Within 11-15 years of our relationship
## 259                   After 20 years of our relationship
## 260                Within 6-10 years of our relationship
## 261                   After 20 years of our relationship
## 262     Immediately/ We've always slept in separate beds
## 263                                                     
## 264       Within the first 1-5 years of our relationship
## 265                                                     
## 266                Within 6-10 years of our relationship
## 267                Within 6-10 years of our relationship
## 268       Within the first 1-5 years of our relationship
## 269                Within 6-10 years of our relationship
## 270       Within the first 1-5 years of our relationship
## 271                                                     
## 272       Within the first 1-5 years of our relationship
## 273                                                     
## 274                                                     
## 275                                                     
## 276       Within the first 1-5 years of our relationship
## 277                                                     
## 278                                                     
## 279       Within the first 1-5 years of our relationship
## 280                Within 6-10 years of our relationship
## 281       Within the first 1-5 years of our relationship
## 282               Within 11-15 years of our relationship
## 283                                                     
## 284       Within the first 1-5 years of our relationship
## 285                                                     
## 286       Within the first 1-5 years of our relationship
## 287                   After 20 years of our relationship
## 288                   After 20 years of our relationship
## 289                                                     
## 290       Within the first 1-5 years of our relationship
## 291                                                     
## 292       Within the first 1-5 years of our relationship
## 293                                                     
## 294       Within the first 1-5 years of our relationship
## 295                                                     
## 296               Within 11-15 years of our relationship
## 297                                                     
## 298                                                     
## 299                                                     
## 300                Within 6-10 years of our relationship
## 301                                                     
## 302       Within the first 1-5 years of our relationship
## 303                                                     
## 304                                                     
## 305                                                     
## 306               Within 11-15 years of our relationship
## 307                                                     
## 308               Within 11-15 years of our relationship
## 309       Within the first 1-5 years of our relationship
## 310                                                     
## 311               Within 16-20 years of our relationship
## 312       Within the first 1-5 years of our relationship
## 313       Within the first 1-5 years of our relationship
## 314                                                     
## 315       Within the first 1-5 years of our relationship
## 316                                                     
## 317                                                     
## 318       Within the first 1-5 years of our relationship
## 319       Within the first 1-5 years of our relationship
## 320                                                     
## 321                                                     
## 322                Within 6-10 years of our relationship
## 323                Within 6-10 years of our relationship
## 324                                                     
## 325                                                     
## 326       Within the first 1-5 years of our relationship
## 327                   After 20 years of our relationship
## 328                                                     
## 329       Within the first 1-5 years of our relationship
## 330                                                     
## 331                                                     
## 332       Within the first 1-5 years of our relationship
## 333                                                     
## 334                   After 20 years of our relationship
## 335       Within the first 1-5 years of our relationship
## 336                                                     
## 337                                                     
## 338       Within the first 1-5 years of our relationship
## 339                                                     
## 340       Within the first 1-5 years of our relationship
## 341                                                     
## 342                   After 20 years of our relationship
## 343                                                     
## 344                                                     
## 345       Within the first 1-5 years of our relationship
## 346               Within 16-20 years of our relationship
## 347                Within 6-10 years of our relationship
## 348                                                     
## 349       Within the first 1-5 years of our relationship
## 350                                                     
## 351       Within the first 1-5 years of our relationship
## 352                                                     
## 353                   After 20 years of our relationship
## 354                                                     
## 355                                                     
## 356                                                     
## 357                                                     
## 358       Within the first 1-5 years of our relationship
## 359                   After 20 years of our relationship
## 360                                                     
## 361       Within the first 1-5 years of our relationship
## 362                                                     
## 363                                                     
## 364                                                     
## 365                                                     
## 366                                                     
## 367                                                     
## 368               Within 16-20 years of our relationship
## 369                                                     
## 370                                                     
## 371                                                     
## 372                                                     
## 373                                                     
## 374                Within 6-10 years of our relationship
## 375                                                     
## 376                                                     
## 377               Within 16-20 years of our relationship
## 378                   After 20 years of our relationship
## 379                Within 6-10 years of our relationship
## 380               Within 16-20 years of our relationship
## 381                                                     
## 382                Within 6-10 years of our relationship
## 383                                                     
## 384                                                     
## 385       Within the first 1-5 years of our relationship
## 386                                                     
## 387       Within the first 1-5 years of our relationship
## 388       Within the first 1-5 years of our relationship
## 389       Within the first 1-5 years of our relationship
## 390                                                     
## 391                                                     
## 392                                                     
## 393                                                     
## 394                                                     
## 395       Within the first 1-5 years of our relationship
## 396       Within the first 1-5 years of our relationship
## 397       Within the first 1-5 years of our relationship
## 398                                                     
## 399                                                     
## 400                                                     
## 401                                                     
## 402       Within the first 1-5 years of our relationship
## 403       Within the first 1-5 years of our relationship
## 404                                                     
## 405                                                     
## 406                                                     
## 407       Within the first 1-5 years of our relationship
## 408                Within 6-10 years of our relationship
## 409                                                     
## 410                                                     
## 411                                                     
## 412       Within the first 1-5 years of our relationship
## 413                                                     
## 414                                                     
## 415                                                     
## 416       Within the first 1-5 years of our relationship
## 417                                                     
## 418                                                     
## 419       Within the first 1-5 years of our relationship
## 420                                                     
## 421                Within 6-10 years of our relationship
## 422       Within the first 1-5 years of our relationship
## 423               Within 16-20 years of our relationship
## 424       Within the first 1-5 years of our relationship
## 425                                                     
## 426                                                     
## 427     Immediately/ We've always slept in separate beds
## 428                Within 6-10 years of our relationship
## 429       Within the first 1-5 years of our relationship
## 430                                                     
## 431       Within the first 1-5 years of our relationship
## 432                                                     
## 433       Within the first 1-5 years of our relationship
## 434       Within the first 1-5 years of our relationship
## 435                                                     
## 436               Within 16-20 years of our relationship
## 437                                                     
## 438                                                     
## 439                Within 6-10 years of our relationship
## 440                                                     
## 441                                                     
## 442                                                     
## 443                                                     
## 444               Within 11-15 years of our relationship
## 445                                                     
## 446                                                     
## 447                   After 20 years of our relationship
## 448                                                     
## 449                                                     
## 450               Within 11-15 years of our relationship
## 451                                                     
## 452                Within 6-10 years of our relationship
## 453                                                     
## 454                                                     
## 455       Within the first 1-5 years of our relationship
## 456                                                     
## 457                Within 6-10 years of our relationship
## 458                                                     
## 459                                                     
## 460                   After 20 years of our relationship
## 461       Within the first 1-5 years of our relationship
## 462                                                     
## 463                                                     
## 464                   After 20 years of our relationship
## 465                                                     
## 466                                                     
## 467               Within 11-15 years of our relationship
## 468                                                     
## 469                                                     
## 470       Within the first 1-5 years of our relationship
## 471                                                     
## 472                                                     
## 473                                                     
## 474       Within the first 1-5 years of our relationship
## 475                                                     
## 476               Within 11-15 years of our relationship
## 477                                                     
## 478                                                     
## 479                                                     
## 480                                                     
## 481                Within 6-10 years of our relationship
## 482                Within 6-10 years of our relationship
## 483                Within 6-10 years of our relationship
## 484       Within the first 1-5 years of our relationship
## 485                                                     
## 486                                                     
## 487                                                     
## 488                                                     
## 489                   After 20 years of our relationship
## 490       Within the first 1-5 years of our relationship
## 491                   After 20 years of our relationship
## 492                                                     
## 493       Within the first 1-5 years of our relationship
## 494     Immediately/ We've always slept in separate beds
## 495                                                     
## 496       Within the first 1-5 years of our relationship
## 497                                                     
## 498       Within the first 1-5 years of our relationship
## 499                                                     
## 500                                                     
## 501       Within the first 1-5 years of our relationship
## 502               Within 16-20 years of our relationship
## 503                                                     
## 504                Within 6-10 years of our relationship
## 505                                                     
## 506       Within the first 1-5 years of our relationship
## 507                                                     
## 508                   After 20 years of our relationship
## 509                   After 20 years of our relationship
## 510       Within the first 1-5 years of our relationship
## 511                                                     
## 512                                                     
## 513                                                     
## 514                                                     
## 515                                                     
## 516                                                     
## 517                                                     
## 518                                                     
## 519                                                     
## 520                   After 20 years of our relationship
## 521                                                     
## 522                                                     
## 523                                                     
## 524       Within the first 1-5 years of our relationship
## 525                                                     
## 526                                                     
## 527                                                     
## 528                                                     
## 529       Within the first 1-5 years of our relationship
## 530                                                     
## 531                                                     
## 532                                                     
## 533                                                     
## 534       Within the first 1-5 years of our relationship
## 535                                                     
## 536                                                     
## 537                                                     
## 538                                                     
## 539                   After 20 years of our relationship
## 540                                                     
## 541                                                     
## 542                Within 6-10 years of our relationship
## 543                Within 6-10 years of our relationship
## 544                                                     
## 545                                                     
## 546                                                     
## 547                Within 6-10 years of our relationship
## 548                                                     
## 549                                                     
## 550       Within the first 1-5 years of our relationship
## 551                                                     
## 552       Within the first 1-5 years of our relationship
## 553                   After 20 years of our relationship
## 554                   After 20 years of our relationship
## 555                                                     
## 556                   After 20 years of our relationship
## 557                                                     
## 558                                                     
## 559                                                     
## 560                                                     
## 561                                                     
## 562               Within 11-15 years of our relationship
## 563                                                     
## 564       Within the first 1-5 years of our relationship
## 565                                                     
## 566                   After 20 years of our relationship
## 567                                                     
## 568                                                     
## 569                                                     
## 570                Within 6-10 years of our relationship
## 571                Within 6-10 years of our relationship
## 572                                                     
## 573                                                     
## 574                                                     
## 575       Within the first 1-5 years of our relationship
## 576       Within the first 1-5 years of our relationship
## 577                                                     
## 578                                                     
## 579                                                     
## 580                                                     
## 581                   After 20 years of our relationship
## 582                                                     
## 583                                                     
## 584                                                     
## 585       Within the first 1-5 years of our relationship
## 586                                                     
## 587                Within 6-10 years of our relationship
## 588       Within the first 1-5 years of our relationship
## 589               Within 11-15 years of our relationship
## 590                Within 6-10 years of our relationship
## 591                                                     
## 592       Within the first 1-5 years of our relationship
## 593                Within 6-10 years of our relationship
## 594                                                     
## 595       Within the first 1-5 years of our relationship
## 596       Within the first 1-5 years of our relationship
## 597                Within 6-10 years of our relationship
## 598                                                     
## 599                                                     
## 600       Within the first 1-5 years of our relationship
## 601                   After 20 years of our relationship
## 602                                                     
## 603               Within 11-15 years of our relationship
## 604                   After 20 years of our relationship
## 605       Within the first 1-5 years of our relationship
## 606               Within 11-15 years of our relationship
## 607                                                     
## 608                                                     
## 609                                                     
## 610                                                     
## 611       Within the first 1-5 years of our relationship
## 612                                                     
## 613                                                     
## 614                                                     
## 615       Within the first 1-5 years of our relationship
## 616                                                     
## 617                                                     
## 618       Within the first 1-5 years of our relationship
## 619       Within the first 1-5 years of our relationship
## 620               Within 11-15 years of our relationship
## 621       Within the first 1-5 years of our relationship
## 622       Within the first 1-5 years of our relationship
## 623       Within the first 1-5 years of our relationship
## 624                                                     
## 625                                                     
## 626                                                     
## 627                                                     
## 628               Within 16-20 years of our relationship
## 629     Immediately/ We've always slept in separate beds
## 630                                                     
## 631                                                     
## 632                Within 6-10 years of our relationship
## 633                                                     
## 634     Immediately/ We've always slept in separate beds
## 635                                                     
## 636       Within the first 1-5 years of our relationship
## 637                                                     
## 638                                                     
## 639                                                     
## 640                                                     
## 641                   After 20 years of our relationship
## 642                                                     
## 643       Within the first 1-5 years of our relationship
## 644                                                     
## 645       Within the first 1-5 years of our relationship
## 646                                                     
## 647                                                     
## 648                Within 6-10 years of our relationship
## 649                                                     
## 650                                                     
## 651               Within 16-20 years of our relationship
## 652                   After 20 years of our relationship
## 653                                                     
## 654                                                     
## 655                                                     
## 656               Within 11-15 years of our relationship
## 657                   After 20 years of our relationship
## 658                                                     
## 659       Within the first 1-5 years of our relationship
## 660       Within the first 1-5 years of our relationship
## 661       Within the first 1-5 years of our relationship
## 662                                                     
## 663               Within 11-15 years of our relationship
## 664                                                     
## 665       Within the first 1-5 years of our relationship
## 666                                                     
## 667     Immediately/ We've always slept in separate beds
## 668                                                     
## 669       Within the first 1-5 years of our relationship
## 670                Within 6-10 years of our relationship
## 671                                                     
## 672                                                     
## 673                                                     
## 674       Within the first 1-5 years of our relationship
## 675                   After 20 years of our relationship
## 676                                                     
## 677                   After 20 years of our relationship
## 678                                                     
## 679                                                     
## 680                                                     
## 681       Within the first 1-5 years of our relationship
## 682                Within 6-10 years of our relationship
## 683                                                     
## 684                                                     
## 685       Within the first 1-5 years of our relationship
## 686               Within 16-20 years of our relationship
## 687                                                     
## 688                                                     
## 689       Within the first 1-5 years of our relationship
## 690                                                     
## 691                                                     
## 692                Within 6-10 years of our relationship
## 693       Within the first 1-5 years of our relationship
## 694                                                     
## 695       Within the first 1-5 years of our relationship
## 696                                                     
## 697                                                     
## 698       Within the first 1-5 years of our relationship
## 699                Within 6-10 years of our relationship
## 700       Within the first 1-5 years of our relationship
## 701                Within 6-10 years of our relationship
## 702                                                     
## 703                                                     
## 704                                                     
## 705               Within 11-15 years of our relationship
## 706                Within 6-10 years of our relationship
## 707                Within 6-10 years of our relationship
## 708               Within 11-15 years of our relationship
## 709                                                     
## 710                                                     
## 711               Within 11-15 years of our relationship
## 712       Within the first 1-5 years of our relationship
## 713                   After 20 years of our relationship
## 714                                                     
## 715                                                     
## 716                                                     
## 717                                                     
## 718       Within the first 1-5 years of our relationship
## 719                                                     
## 720       Within the first 1-5 years of our relationship
## 721                                                     
## 722                                                     
## 723                                                     
## 724                                                     
## 725                                                     
## 726               Within 11-15 years of our relationship
## 727                                                     
## 728               Within 11-15 years of our relationship
## 729               Within 16-20 years of our relationship
## 730                                                     
## 731               Within 16-20 years of our relationship
## 732               Within 11-15 years of our relationship
## 733               Within 11-15 years of our relationship
## 734                                                     
## 735                                                     
## 736                   After 20 years of our relationship
## 737                                                     
## 738                                                     
## 739                                                     
## 740                   After 20 years of our relationship
## 741       Within the first 1-5 years of our relationship
## 742                                                     
## 743                                                     
## 744                                                     
## 745               Within 11-15 years of our relationship
## 746       Within the first 1-5 years of our relationship
## 747                                                     
## 748                                                     
## 749                                                     
## 750                                                     
## 751                   After 20 years of our relationship
## 752                                                     
## 753     Immediately/ We've always slept in separate beds
## 754                                                     
## 755                                                     
## 756       Within the first 1-5 years of our relationship
## 757       Within the first 1-5 years of our relationship
## 758                                                     
## 759       Within the first 1-5 years of our relationship
## 760                                                     
## 761       Within the first 1-5 years of our relationship
## 762                                                     
## 763                Within 6-10 years of our relationship
## 764                Within 6-10 years of our relationship
## 765       Within the first 1-5 years of our relationship
## 766                                                     
## 767                                                     
## 768                                                     
## 769                                                     
## 770               Within 11-15 years of our relationship
## 771               Within 11-15 years of our relationship
## 772                                                     
## 773                                                     
## 774                Within 6-10 years of our relationship
## 775                                                     
## 776                Within 6-10 years of our relationship
## 777               Within 11-15 years of our relationship
## 778       Within the first 1-5 years of our relationship
## 779                                                     
## 780                                                     
## 781                                                     
## 782       Within the first 1-5 years of our relationship
## 783       Within the first 1-5 years of our relationship
## 784                   After 20 years of our relationship
## 785               Within 11-15 years of our relationship
## 786                                                     
## 787                                                     
## 788     Immediately/ We've always slept in separate beds
## 789                                                     
## 790                                                     
## 791                Within 6-10 years of our relationship
## 792                                                     
## 793     Immediately/ We've always slept in separate beds
## 794       Within the first 1-5 years of our relationship
## 795                                                     
## 796       Within the first 1-5 years of our relationship
## 797       Within the first 1-5 years of our relationship
## 798                                                     
## 799                                                     
## 800                                                     
## 801       Within the first 1-5 years of our relationship
## 802                   After 20 years of our relationship
## 803                                                     
## 804       Within the first 1-5 years of our relationship
## 805                                                     
## 806                                                     
## 807                                                     
## 808                                                     
## 809               Within 11-15 years of our relationship
## 810                                                     
## 811                                                     
## 812                                                     
## 813       Within the first 1-5 years of our relationship
## 814                                                     
## 815                                                     
## 816                                                     
## 817                                                     
## 818               Within 11-15 years of our relationship
## 819       Within the first 1-5 years of our relationship
## 820                                                     
## 821                Within 6-10 years of our relationship
## 822                                                     
## 823       Within the first 1-5 years of our relationship
## 824                Within 6-10 years of our relationship
## 825                                                     
## 826                                                     
## 827                                                     
## 828               Within 11-15 years of our relationship
## 829       Within the first 1-5 years of our relationship
## 830       Within the first 1-5 years of our relationship
## 831                   After 20 years of our relationship
## 832                                                     
## 833       Within the first 1-5 years of our relationship
## 834               Within 16-20 years of our relationship
## 835                                                     
## 836                   After 20 years of our relationship
## 837               Within 11-15 years of our relationship
## 838               Within 11-15 years of our relationship
## 839                                                     
## 840                                                     
## 841                                                     
## 842               Within 11-15 years of our relationship
## 843                Within 6-10 years of our relationship
## 844                                                     
## 845                Within 6-10 years of our relationship
## 846                Within 6-10 years of our relationship
## 847                                                     
## 848                                                     
## 849       Within the first 1-5 years of our relationship
## 850       Within the first 1-5 years of our relationship
## 851                                                     
## 852                                                     
## 853                   After 20 years of our relationship
## 854                                                     
## 855                                                     
## 856                Within 6-10 years of our relationship
## 857                                                     
## 858                                                     
## 859                                                     
## 860                   After 20 years of our relationship
## 861                                                     
## 862                   After 20 years of our relationship
## 863       Within the first 1-5 years of our relationship
## 864                                                     
## 865                                                     
## 866                                                     
## 867                                                     
## 868                                                     
## 869               Within 11-15 years of our relationship
## 870                                                     
## 871                Within 6-10 years of our relationship
## 872                   After 20 years of our relationship
## 873                   After 20 years of our relationship
## 874                                                     
## 875       Within the first 1-5 years of our relationship
## 876                                                     
## 877                Within 6-10 years of our relationship
## 878               Within 16-20 years of our relationship
## 879                Within 6-10 years of our relationship
## 880                                                     
## 881                Within 6-10 years of our relationship
## 882       Within the first 1-5 years of our relationship
## 883                                                     
## 884       Within the first 1-5 years of our relationship
## 885                                                     
## 886                Within 6-10 years of our relationship
## 887                                                     
## 888               Within 16-20 years of our relationship
## 889                   After 20 years of our relationship
## 890                   After 20 years of our relationship
## 891                                                     
## 892                                                     
## 893                   After 20 years of our relationship
## 894                                                     
## 895                                                     
## 896                                                     
## 897               Within 16-20 years of our relationship
## 898                                                     
## 899       Within the first 1-5 years of our relationship
## 900                                                     
## 901                                                     
## 902                                                     
## 903                Within 6-10 years of our relationship
## 904               Within 11-15 years of our relationship
## 905       Within the first 1-5 years of our relationship
## 906                                                     
## 907                   After 20 years of our relationship
## 908                                                     
## 909                                                     
## 910                                                     
## 911                Within 6-10 years of our relationship
## 912               Within 11-15 years of our relationship
## 913                                                     
## 914                   After 20 years of our relationship
## 915                                                     
## 916                Within 6-10 years of our relationship
## 917                                                     
## 918               Within 11-15 years of our relationship
## 919                                                     
## 920               Within 11-15 years of our relationship
## 921                                                     
## 922                                                     
## 923                                                     
## 924                                                     
## 925       Within the first 1-5 years of our relationship
## 926                                                     
## 927                                                     
## 928                                                     
## 929                                                     
## 930                                                     
## 931                                                     
## 932                                                     
## 933                                                     
## 934               Within 11-15 years of our relationship
## 935                                                     
## 936                                                     
## 937                                                     
## 938                                                     
## 939                                                     
## 940                                                     
## 941                                                     
## 942                   After 20 years of our relationship
## 943       Within the first 1-5 years of our relationship
## 944       Within the first 1-5 years of our relationship
## 945       Within the first 1-5 years of our relationship
## 946                                                     
## 947                                                     
## 948                                                     
## 949       Within the first 1-5 years of our relationship
## 950                                                     
## 951                                                     
## 952                                                     
## 953                Within 6-10 years of our relationship
## 954                                                     
## 955                                                     
## 956                                                     
## 957                                                     
## 958                                                     
## 959                Within 6-10 years of our relationship
## 960       Within the first 1-5 years of our relationship
## 961                                                     
## 962                                                     
## 963                                                     
## 964                                                     
## 965                   After 20 years of our relationship
## 966                Within 6-10 years of our relationship
## 967                                                     
## 968                                                     
## 969                                                     
## 970                                                     
## 971               Within 16-20 years of our relationship
## 972                                                     
## 973               Within 11-15 years of our relationship
## 974                                                     
## 975     Immediately/ We've always slept in separate beds
## 976                                                     
## 977       Within the first 1-5 years of our relationship
## 978                                                     
## 979                                                     
## 980                   After 20 years of our relationship
## 981       Within the first 1-5 years of our relationship
## 982                                                     
## 983                                                     
## 984                                                     
## 985                                                     
## 986                   After 20 years of our relationship
## 987                                                     
## 988                                                     
## 989       Within the first 1-5 years of our relationship
## 990                                                     
## 991                                                     
## 992                                                     
## 993               Within 11-15 years of our relationship
## 994                   After 20 years of our relationship
## 995                                                     
## 996                                                     
## 997                                                     
## 998               Within 11-15 years of our relationship
## 999                                                     
## 1000                  After 20 years of our relationship
## 1001                                                    
## 1002                                                    
## 1003                  After 20 years of our relationship
## 1004                                                    
## 1005              Within 16-20 years of our relationship
## 1006              Within 11-15 years of our relationship
## 1007               Within 6-10 years of our relationship
## 1008                                                    
## 1009                  After 20 years of our relationship
## 1010               Within 6-10 years of our relationship
## 1011                                                    
## 1012      Within the first 1-5 years of our relationship
## 1013               Within 6-10 years of our relationship
## 1014                  After 20 years of our relationship
## 1015               Within 6-10 years of our relationship
## 1016              Within 11-15 years of our relationship
## 1017                                                    
## 1018      Within the first 1-5 years of our relationship
## 1019                  After 20 years of our relationship
## 1020      Within the first 1-5 years of our relationship
## 1021      Within the first 1-5 years of our relationship
## 1022      Within the first 1-5 years of our relationship
## 1023                                                    
## 1024                                                    
## 1025              Within 16-20 years of our relationship
## 1026                                                    
## 1027                                                    
## 1028                                                    
## 1029                                                    
## 1030              Within 11-15 years of our relationship
## 1031      Within the first 1-5 years of our relationship
## 1032                                                    
## 1033                                                    
## 1034                                                    
## 1035                  After 20 years of our relationship
## 1036                                                    
## 1037                                                    
## 1038                                                    
## 1039               Within 6-10 years of our relationship
## 1040                                                    
## 1041                                                    
## 1042      Within the first 1-5 years of our relationship
## 1043      Within the first 1-5 years of our relationship
## 1044                                                    
## 1045               Within 6-10 years of our relationship
## 1046      Within the first 1-5 years of our relationship
## 1047                                                    
## 1048                                                    
## 1049                                                    
## 1050               Within 6-10 years of our relationship
## 1051              Within 11-15 years of our relationship
## 1052      Within the first 1-5 years of our relationship
## 1053                                                    
## 1054                                                    
## 1055      Within the first 1-5 years of our relationship
## 1056                                                    
## 1057                                                    
## 1058      Within the first 1-5 years of our relationship
## 1059               Within 6-10 years of our relationship
## 1060                                                    
## 1061      Within the first 1-5 years of our relationship
## 1062                                                    
## 1063                                                    
## 1064                                                    
## 1065                                                    
## 1066                                                    
## 1067                                                    
## 1068                                                    
## 1069                                                    
## 1070      Within the first 1-5 years of our relationship
## 1071      Within the first 1-5 years of our relationship
## 1072                                                    
## 1073                                                    
## 1074                                                    
## 1075      Within the first 1-5 years of our relationship
## 1076                                                    
## 1077                                                    
## 1078                  After 20 years of our relationship
## 1079                  After 20 years of our relationship
## 1080                                                    
## 1081                                                    
## 1082                                                    
## 1083                                                    
## 1084                                                    
## 1085                                                    
## 1086                                                    
## 1087                                                    
## 1088               Within 6-10 years of our relationship
## 1089                                                    
## 1090      Within the first 1-5 years of our relationship
## 1091                  After 20 years of our relationship
## 1092                                                    
## 1093                                                    
## 1094                                                    
##      Which.of.the.following.best.describes.your.current.occupation.
## 1                                                          Response
## 2                                            Other (please specify)
## 3                                    Healthcare Support Occupations
## 4                                                 Legal Occupations
## 5                    Life, Physical, and Social Science Occupations
## 6                     Office and Administrative Support Occupations
## 7        Arts, Design, Entertainment, Sports, and Media Occupations
## 8                                                                  
## 9                Healthcare Practitioners and Technical Occupations
## 10                                           Other (please specify)
## 11                                           Other (please specify)
## 12        Building and Grounds Cleaning and Maintenance Occupations
## 13                                   Protective Service Occupations
## 14       Arts, Design, Entertainment, Sports, and Media Occupations
## 15                    Business and Financial Operations Occupations
## 16               Healthcare Practitioners and Technical Occupations
## 17               Healthcare Practitioners and Technical Occupations
## 18                                           Other (please specify)
## 19                                           Other (please specify)
## 20                Installation, Maintenance, and Repair Occupations
## 21                                                Legal Occupations
## 22                     Education, Training, and Library Occupations
## 23                          Construction and Extraction Occupations
## 24                          Construction and Extraction Occupations
## 25                    Office and Administrative Support Occupations
## 26                                           Other (please specify)
## 27                                           Other (please specify)
## 28                                    Sales and Related Occupations
## 29                     Education, Training, and Library Occupations
## 30                            Computer and Mathematical Occupations
## 31                    Business and Financial Operations Occupations
## 32                     Education, Training, and Library Occupations
## 33                            Computer and Mathematical Occupations
## 34                                                Legal Occupations
## 35                          Construction and Extraction Occupations
## 36                     Education, Training, and Library Occupations
## 37                                           Other (please specify)
## 38                                    Sales and Related Occupations
## 39                  Transportation and Materials Moving Occupations
## 40                            Computer and Mathematical Occupations
## 41        Building and Grounds Cleaning and Maintenance Occupations
## 42                     Education, Training, and Library Occupations
## 43                            Computer and Mathematical Occupations
## 44                    Business and Financial Operations Occupations
## 45                            Computer and Mathematical Occupations
## 46       Arts, Design, Entertainment, Sports, and Media Occupations
## 47                                    Sales and Related Occupations
## 48                     Education, Training, and Library Occupations
## 49                                    Sales and Related Occupations
## 50                                    Sales and Related Occupations
## 51                  Transportation and Materials Moving Occupations
## 52                     Education, Training, and Library Occupations
## 53                                           Other (please specify)
## 54                         Architecture and Engineering Occupations
## 55                          Construction and Extraction Occupations
## 56                 Food Preparation and Serving Related Occupations
## 57                                           Other (please specify)
## 58                   Life, Physical, and Social Science Occupations
## 59                    Business and Financial Operations Occupations
## 60                            Computer and Mathematical Occupations
## 61                       Farming, Fishing, and Forestry Occupations
## 62                                   Healthcare Support Occupations
## 63       Arts, Design, Entertainment, Sports, and Media Occupations
## 64       Arts, Design, Entertainment, Sports, and Media Occupations
## 65               Healthcare Practitioners and Technical Occupations
## 66                         Architecture and Engineering Occupations
## 67                            Computer and Mathematical Occupations
## 68                                    Sales and Related Occupations
## 69                     Education, Training, and Library Occupations
## 70                                    Sales and Related Occupations
## 71                                                                 
## 72                   Life, Physical, and Social Science Occupations
## 73                         Architecture and Engineering Occupations
## 74                            Computer and Mathematical Occupations
## 75                                           Other (please specify)
## 76                                    Sales and Related Occupations
## 77                                           Management Occupations
## 78                    Business and Financial Operations Occupations
## 79               Healthcare Practitioners and Technical Occupations
## 80                                           Other (please specify)
## 81                                           Other (please specify)
## 82                    Business and Financial Operations Occupations
## 83                                           Other (please specify)
## 84        Building and Grounds Cleaning and Maintenance Occupations
## 85                    Business and Financial Operations Occupations
## 86                                           Production Occupations
## 87                                           Production Occupations
## 88                    Business and Financial Operations Occupations
## 89                   Life, Physical, and Social Science Occupations
## 90                                           Other (please specify)
## 91                            Computer and Mathematical Occupations
## 92                                           Management Occupations
## 93                     Education, Training, and Library Occupations
## 94                                                                 
## 95                            Computer and Mathematical Occupations
## 96                                                                 
## 97                                    Sales and Related Occupations
## 98                                                Legal Occupations
## 99                   Life, Physical, and Social Science Occupations
## 100                                          Management Occupations
## 101                                          Production Occupations
## 102                   Business and Financial Operations Occupations
## 103                   Office and Administrative Support Occupations
## 104                        Architecture and Engineering Occupations
## 105                           Computer and Mathematical Occupations
## 106              Healthcare Practitioners and Technical Occupations
## 107                        Architecture and Engineering Occupations
## 108                                          Other (please specify)
## 109                                   Sales and Related Occupations
## 110                    Education, Training, and Library Occupations
## 111                                   Sales and Related Occupations
## 112                                  Healthcare Support Occupations
## 113                                          Management Occupations
## 114                   Business and Financial Operations Occupations
## 115               Installation, Maintenance, and Repair Occupations
## 116                                   Sales and Related Occupations
## 117                                          Management Occupations
## 118                                                                
## 119                  Life, Physical, and Social Science Occupations
## 120                                          Other (please specify)
## 121                                          Other (please specify)
## 122                                          Management Occupations
## 123                                          Production Occupations
## 124                         Construction and Extraction Occupations
## 125                                          Management Occupations
## 126                   Business and Financial Operations Occupations
## 127                   Business and Financial Operations Occupations
## 128                                          Other (please specify)
## 129               Installation, Maintenance, and Repair Occupations
## 130                                          Other (please specify)
## 131                        Architecture and Engineering Occupations
## 132                      Farming, Fishing, and Forestry Occupations
## 133                    Education, Training, and Library Occupations
## 134                                          Management Occupations
## 135                        Community and Social Service Occupations
## 136                                          Management Occupations
## 137                   Office and Administrative Support Occupations
## 138                           Personal Care and Service Occupations
## 139                                          Other (please specify)
## 140                        Architecture and Engineering Occupations
## 141                    Education, Training, and Library Occupations
## 142                                               Legal Occupations
## 143                                          Management Occupations
## 144                                               Legal Occupations
## 145                                               Legal Occupations
## 146                 Transportation and Materials Moving Occupations
## 147                                          Management Occupations
## 148                           Computer and Mathematical Occupations
## 149                                          Other (please specify)
## 150               Installation, Maintenance, and Repair Occupations
## 151                        Community and Social Service Occupations
## 152                         Construction and Extraction Occupations
## 153                        Architecture and Engineering Occupations
## 154                   Office and Administrative Support Occupations
## 155                                          Other (please specify)
## 156       Building and Grounds Cleaning and Maintenance Occupations
## 157                                          Management Occupations
## 158                        Architecture and Engineering Occupations
## 159                                               Legal Occupations
## 160                           Computer and Mathematical Occupations
## 161                    Education, Training, and Library Occupations
## 162                                          Management Occupations
## 163                   Office and Administrative Support Occupations
## 164                        Community and Social Service Occupations
## 165                    Education, Training, and Library Occupations
## 166                                          Other (please specify)
## 167                                                                
## 168                   Office and Administrative Support Occupations
## 169               Installation, Maintenance, and Repair Occupations
## 170                                  Healthcare Support Occupations
## 171                        Architecture and Engineering Occupations
## 172                                          Other (please specify)
## 173                           Computer and Mathematical Occupations
## 174                                               Legal Occupations
## 175                                          Management Occupations
## 176                                          Production Occupations
## 177                Food Preparation and Serving Related Occupations
## 178                    Education, Training, and Library Occupations
## 179                                  Protective Service Occupations
## 180                                                                
## 181                                          Management Occupations
## 182                    Education, Training, and Library Occupations
## 183                        Community and Social Service Occupations
## 184                                          Other (please specify)
## 185                                          Other (please specify)
## 186                        Architecture and Engineering Occupations
## 187                Food Preparation and Serving Related Occupations
## 188                        Community and Social Service Occupations
## 189                    Education, Training, and Library Occupations
## 190                                          Management Occupations
## 191                                          Management Occupations
## 192                                          Other (please specify)
## 193               Installation, Maintenance, and Repair Occupations
## 194                   Office and Administrative Support Occupations
## 195                                               Legal Occupations
## 196                   Office and Administrative Support Occupations
## 197                                   Sales and Related Occupations
## 198                                          Management Occupations
## 199                                          Management Occupations
## 200                    Education, Training, and Library Occupations
## 201                   Business and Financial Operations Occupations
## 202                                  Healthcare Support Occupations
## 203                                          Other (please specify)
## 204                                                                
## 205                                          Management Occupations
## 206                                          Other (please specify)
## 207              Healthcare Practitioners and Technical Occupations
## 208                                          Other (please specify)
## 209                                          Other (please specify)
## 210                                               Legal Occupations
## 211                                          Other (please specify)
## 212                                          Other (please specify)
## 213                                          Other (please specify)
## 214                                          Other (please specify)
## 215                                          Other (please specify)
## 216                                          Other (please specify)
## 217              Healthcare Practitioners and Technical Occupations
## 218                                  Healthcare Support Occupations
## 219                                          Other (please specify)
## 220                    Education, Training, and Library Occupations
## 221                                          Other (please specify)
## 222                    Education, Training, and Library Occupations
## 223                                          Other (please specify)
## 224                    Education, Training, and Library Occupations
## 225                   Business and Financial Operations Occupations
## 226                                          Other (please specify)
## 227                                   Sales and Related Occupations
## 228                    Education, Training, and Library Occupations
## 229                                          Other (please specify)
## 230                           Computer and Mathematical Occupations
## 231      Arts, Design, Entertainment, Sports, and Media Occupations
## 232                                          Other (please specify)
## 233              Healthcare Practitioners and Technical Occupations
## 234                                          Other (please specify)
## 235                                   Sales and Related Occupations
## 236                                          Management Occupations
## 237                                   Sales and Related Occupations
## 238                                          Other (please specify)
## 239      Arts, Design, Entertainment, Sports, and Media Occupations
## 240                                          Other (please specify)
## 241              Healthcare Practitioners and Technical Occupations
## 242                        Architecture and Engineering Occupations
## 243                                          Other (please specify)
## 244                                          Other (please specify)
## 245                Food Preparation and Serving Related Occupations
## 246                           Computer and Mathematical Occupations
## 247               Installation, Maintenance, and Repair Occupations
## 248              Healthcare Practitioners and Technical Occupations
## 249                    Education, Training, and Library Occupations
## 250                        Architecture and Engineering Occupations
## 251                   Business and Financial Operations Occupations
## 252                   Office and Administrative Support Occupations
## 253                    Education, Training, and Library Occupations
## 254                                          Other (please specify)
## 255                                          Management Occupations
## 256                  Life, Physical, and Social Science Occupations
## 257                  Life, Physical, and Social Science Occupations
## 258                                          Other (please specify)
## 259                                  Healthcare Support Occupations
## 260                           Computer and Mathematical Occupations
## 261                    Education, Training, and Library Occupations
## 262              Healthcare Practitioners and Technical Occupations
## 263                                          Other (please specify)
## 264                    Education, Training, and Library Occupations
## 265                   Office and Administrative Support Occupations
## 266                    Education, Training, and Library Occupations
## 267                   Office and Administrative Support Occupations
## 268                                   Sales and Related Occupations
## 269                                          Other (please specify)
## 270                    Education, Training, and Library Occupations
## 271                    Education, Training, and Library Occupations
## 272                                          Other (please specify)
## 273                           Computer and Mathematical Occupations
## 274                                          Management Occupations
## 275                    Education, Training, and Library Occupations
## 276                                  Healthcare Support Occupations
## 277                        Architecture and Engineering Occupations
## 278                                               Legal Occupations
## 279                                          Other (please specify)
## 280                                               Legal Occupations
## 281                        Architecture and Engineering Occupations
## 282                   Business and Financial Operations Occupations
## 283                                          Other (please specify)
## 284                  Life, Physical, and Social Science Occupations
## 285                                          Other (please specify)
## 286                Food Preparation and Serving Related Occupations
## 287                    Education, Training, and Library Occupations
## 288                                          Other (please specify)
## 289                                          Management Occupations
## 290                                   Sales and Related Occupations
## 291                           Computer and Mathematical Occupations
## 292                Food Preparation and Serving Related Occupations
## 293                                          Other (please specify)
## 294                   Business and Financial Operations Occupations
## 295                                          Other (please specify)
## 296                                          Other (please specify)
## 297                    Education, Training, and Library Occupations
## 298                                  Healthcare Support Occupations
## 299              Healthcare Practitioners and Technical Occupations
## 300                    Education, Training, and Library Occupations
## 301                Food Preparation and Serving Related Occupations
## 302                   Business and Financial Operations Occupations
## 303                   Office and Administrative Support Occupations
## 304              Healthcare Practitioners and Technical Occupations
## 305                   Office and Administrative Support Occupations
## 306                           Computer and Mathematical Occupations
## 307                                          Other (please specify)
## 308                                   Sales and Related Occupations
## 309      Arts, Design, Entertainment, Sports, and Media Occupations
## 310                                          Other (please specify)
## 311                                          Other (please specify)
## 312                                          Other (please specify)
## 313                                          Other (please specify)
## 314                   Office and Administrative Support Occupations
## 315                                          Other (please specify)
## 316                                          Other (please specify)
## 317                                          Other (please specify)
## 318                    Education, Training, and Library Occupations
## 319                                          Management Occupations
## 320                                          Other (please specify)
## 321                                          Other (please specify)
## 322                           Computer and Mathematical Occupations
## 323                                          Other (please specify)
## 324                Food Preparation and Serving Related Occupations
## 325                   Business and Financial Operations Occupations
## 326                                          Other (please specify)
## 327                    Education, Training, and Library Occupations
## 328                   Office and Administrative Support Occupations
## 329      Arts, Design, Entertainment, Sports, and Media Occupations
## 330                                                                
## 331                                          Other (please specify)
## 332                                          Other (please specify)
## 333      Arts, Design, Entertainment, Sports, and Media Occupations
## 334                                          Other (please specify)
## 335                                          Management Occupations
## 336                         Construction and Extraction Occupations
## 337                                          Other (please specify)
## 338                                          Management Occupations
## 339                                          Other (please specify)
## 340                   Office and Administrative Support Occupations
## 341                    Education, Training, and Library Occupations
## 342                                          Other (please specify)
## 343      Arts, Design, Entertainment, Sports, and Media Occupations
## 344                                          Production Occupations
## 345                                               Legal Occupations
## 346                                          Management Occupations
## 347                                          Other (please specify)
## 348                           Personal Care and Service Occupations
## 349                   Office and Administrative Support Occupations
## 350                   Office and Administrative Support Occupations
## 351                                          Management Occupations
## 352                    Education, Training, and Library Occupations
## 353                 Transportation and Materials Moving Occupations
## 354                           Personal Care and Service Occupations
## 355                                          Other (please specify)
## 356                   Business and Financial Operations Occupations
## 357                    Education, Training, and Library Occupations
## 358                                   Sales and Related Occupations
## 359                                          Other (please specify)
## 360                                          Management Occupations
## 361                                          Other (please specify)
## 362                                  Healthcare Support Occupations
## 363                           Computer and Mathematical Occupations
## 364                                          Other (please specify)
## 365                   Office and Administrative Support Occupations
## 366                    Education, Training, and Library Occupations
## 367      Arts, Design, Entertainment, Sports, and Media Occupations
## 368                    Education, Training, and Library Occupations
## 369                                          Other (please specify)
## 370                                                                
## 371                                   Sales and Related Occupations
## 372                    Education, Training, and Library Occupations
## 373                                          Other (please specify)
## 374                                          Other (please specify)
## 375                                          Other (please specify)
## 376                                          Management Occupations
## 377                    Education, Training, and Library Occupations
## 378                                          Other (please specify)
## 379                                          Management Occupations
## 380                   Office and Administrative Support Occupations
## 381                                          Other (please specify)
## 382                           Personal Care and Service Occupations
## 383                                          Other (please specify)
## 384                                          Other (please specify)
## 385                                          Other (please specify)
## 386                                   Sales and Related Occupations
## 387                   Office and Administrative Support Occupations
## 388                                          Management Occupations
## 389                                   Sales and Related Occupations
## 390                                                                
## 391                                   Sales and Related Occupations
## 392                           Computer and Mathematical Occupations
## 393                                  Healthcare Support Occupations
## 394                                          Other (please specify)
## 395                                          Other (please specify)
## 396                    Education, Training, and Library Occupations
## 397                                          Other (please specify)
## 398                                          Other (please specify)
## 399                   Office and Administrative Support Occupations
## 400                   Office and Administrative Support Occupations
## 401                                                                
## 402                         Construction and Extraction Occupations
## 403                 Transportation and Materials Moving Occupations
## 404                                          Other (please specify)
## 405                                          Other (please specify)
## 406                    Education, Training, and Library Occupations
## 407                   Office and Administrative Support Occupations
## 408                                          Production Occupations
## 409                   Office and Administrative Support Occupations
## 410              Healthcare Practitioners and Technical Occupations
## 411                    Education, Training, and Library Occupations
## 412      Arts, Design, Entertainment, Sports, and Media Occupations
## 413                           Computer and Mathematical Occupations
## 414                                                                
## 415                                               Legal Occupations
## 416                                   Sales and Related Occupations
## 417                                          Management Occupations
## 418                   Business and Financial Operations Occupations
## 419      Arts, Design, Entertainment, Sports, and Media Occupations
## 420                                               Legal Occupations
## 421                                          Other (please specify)
## 422              Healthcare Practitioners and Technical Occupations
## 423                                          Other (please specify)
## 424                                          Management Occupations
## 425                                          Other (please specify)
## 426                                          Management Occupations
## 427                   Office and Administrative Support Occupations
## 428                                          Other (please specify)
## 429      Arts, Design, Entertainment, Sports, and Media Occupations
## 430                           Computer and Mathematical Occupations
## 431                                  Healthcare Support Occupations
## 432                   Business and Financial Operations Occupations
## 433               Installation, Maintenance, and Repair Occupations
## 434                                   Sales and Related Occupations
## 435                   Business and Financial Operations Occupations
## 436                                          Other (please specify)
## 437                                          Other (please specify)
## 438                                          Other (please specify)
## 439                                               Legal Occupations
## 440                    Education, Training, and Library Occupations
## 441                   Business and Financial Operations Occupations
## 442                                          Management Occupations
## 443                                          Other (please specify)
## 444                        Community and Social Service Occupations
## 445              Healthcare Practitioners and Technical Occupations
## 446                                          Other (please specify)
## 447                    Education, Training, and Library Occupations
## 448                    Education, Training, and Library Occupations
## 449                                          Other (please specify)
## 450                                          Other (please specify)
## 451                                          Other (please specify)
## 452                                          Other (please specify)
## 453                Food Preparation and Serving Related Occupations
## 454                    Education, Training, and Library Occupations
## 455                   Office and Administrative Support Occupations
## 456                           Personal Care and Service Occupations
## 457                                  Healthcare Support Occupations
## 458                                          Other (please specify)
## 459                                                                
## 460                                          Other (please specify)
## 461              Healthcare Practitioners and Technical Occupations
## 462                                          Other (please specify)
## 463                           Personal Care and Service Occupations
## 464                    Education, Training, and Library Occupations
## 465                    Education, Training, and Library Occupations
## 466                   Office and Administrative Support Occupations
## 467              Healthcare Practitioners and Technical Occupations
## 468                                          Other (please specify)
## 469               Installation, Maintenance, and Repair Occupations
## 470                                          Other (please specify)
## 471                    Education, Training, and Library Occupations
## 472                                          Other (please specify)
## 473                   Office and Administrative Support Occupations
## 474                                          Other (please specify)
## 475                                                                
## 476                                          Management Occupations
## 477                                               Legal Occupations
## 478                                          Other (please specify)
## 479                   Business and Financial Operations Occupations
## 480                    Education, Training, and Library Occupations
## 481                                          Management Occupations
## 482              Healthcare Practitioners and Technical Occupations
## 483                    Education, Training, and Library Occupations
## 484              Healthcare Practitioners and Technical Occupations
## 485                Food Preparation and Serving Related Occupations
## 486                                          Other (please specify)
## 487                                                                
## 488                                          Other (please specify)
## 489                                          Other (please specify)
## 490                   Office and Administrative Support Occupations
## 491                                          Other (please specify)
## 492                                                                
## 493                                          Other (please specify)
## 494                                   Sales and Related Occupations
## 495                    Education, Training, and Library Occupations
## 496                                          Other (please specify)
## 497                                               Legal Occupations
## 498                   Business and Financial Operations Occupations
## 499                                   Sales and Related Occupations
## 500                    Education, Training, and Library Occupations
## 501                   Business and Financial Operations Occupations
## 502                                          Other (please specify)
## 503                                          Other (please specify)
## 504                                          Other (please specify)
## 505                                                                
## 506                   Office and Administrative Support Occupations
## 507                                          Other (please specify)
## 508              Healthcare Practitioners and Technical Occupations
## 509                    Education, Training, and Library Occupations
## 510                                          Other (please specify)
## 511                           Computer and Mathematical Occupations
## 512                           Computer and Mathematical Occupations
## 513                                          Other (please specify)
## 514                                          Other (please specify)
## 515      Arts, Design, Entertainment, Sports, and Media Occupations
## 516                                          Other (please specify)
## 517                    Education, Training, and Library Occupations
## 518                                          Other (please specify)
## 519                    Education, Training, and Library Occupations
## 520                                          Other (please specify)
## 521                    Education, Training, and Library Occupations
## 522                                   Sales and Related Occupations
## 523                                          Other (please specify)
## 524                                          Other (please specify)
## 525              Healthcare Practitioners and Technical Occupations
## 526                   Office and Administrative Support Occupations
## 527                                          Other (please specify)
## 528                                          Other (please specify)
## 529                           Computer and Mathematical Occupations
## 530                        Architecture and Engineering Occupations
## 531                                          Other (please specify)
## 532                                          Other (please specify)
## 533                                          Other (please specify)
## 534                                          Other (please specify)
## 535              Healthcare Practitioners and Technical Occupations
## 536                                               Legal Occupations
## 537                                  Protective Service Occupations
## 538                                          Other (please specify)
## 539                    Education, Training, and Library Occupations
## 540                                          Other (please specify)
## 541                                   Sales and Related Occupations
## 542              Healthcare Practitioners and Technical Occupations
## 543                    Education, Training, and Library Occupations
## 544                    Education, Training, and Library Occupations
## 545                                               Legal Occupations
## 546                        Community and Social Service Occupations
## 547                                          Other (please specify)
## 548                                          Other (please specify)
## 549                                   Sales and Related Occupations
## 550                    Education, Training, and Library Occupations
## 551                                          Other (please specify)
## 552                    Education, Training, and Library Occupations
## 553                                          Other (please specify)
## 554                                               Legal Occupations
## 555                                          Management Occupations
## 556                                   Sales and Related Occupations
## 557                    Education, Training, and Library Occupations
## 558                                                                
## 559                                          Other (please specify)
## 560              Healthcare Practitioners and Technical Occupations
## 561                                          Other (please specify)
## 562                                          Other (please specify)
## 563                                          Other (please specify)
## 564                Food Preparation and Serving Related Occupations
## 565                                          Other (please specify)
## 566                                          Other (please specify)
## 567                                          Production Occupations
## 568                                          Other (please specify)
## 569                                          Production Occupations
## 570                    Education, Training, and Library Occupations
## 571                    Education, Training, and Library Occupations
## 572                   Business and Financial Operations Occupations
## 573      Arts, Design, Entertainment, Sports, and Media Occupations
## 574                        Architecture and Engineering Occupations
## 575                 Transportation and Materials Moving Occupations
## 576                   Office and Administrative Support Occupations
## 577                                  Healthcare Support Occupations
## 578                                          Other (please specify)
## 579                                          Management Occupations
## 580                           Computer and Mathematical Occupations
## 581                    Education, Training, and Library Occupations
## 582                                          Other (please specify)
## 583      Arts, Design, Entertainment, Sports, and Media Occupations
## 584                                                                
## 585      Arts, Design, Entertainment, Sports, and Media Occupations
## 586                                          Other (please specify)
## 587              Healthcare Practitioners and Technical Occupations
## 588                                          Other (please specify)
## 589                                   Sales and Related Occupations
## 590                    Education, Training, and Library Occupations
## 591                    Education, Training, and Library Occupations
## 592                                          Other (please specify)
## 593                    Education, Training, and Library Occupations
## 594                        Architecture and Engineering Occupations
## 595                                  Healthcare Support Occupations
## 596                    Education, Training, and Library Occupations
## 597                    Education, Training, and Library Occupations
## 598                  Life, Physical, and Social Science Occupations
## 599                        Architecture and Engineering Occupations
## 600                                          Other (please specify)
## 601                                          Production Occupations
## 602                                          Other (please specify)
## 603                Food Preparation and Serving Related Occupations
## 604                    Education, Training, and Library Occupations
## 605                    Education, Training, and Library Occupations
## 606              Healthcare Practitioners and Technical Occupations
## 607                    Education, Training, and Library Occupations
## 608                        Architecture and Engineering Occupations
## 609                   Business and Financial Operations Occupations
## 610              Healthcare Practitioners and Technical Occupations
## 611                           Personal Care and Service Occupations
## 612                   Business and Financial Operations Occupations
## 613                  Life, Physical, and Social Science Occupations
## 614                                          Other (please specify)
## 615                                          Other (please specify)
## 616                   Office and Administrative Support Occupations
## 617                                          Other (please specify)
## 618                                   Sales and Related Occupations
## 619                  Life, Physical, and Social Science Occupations
## 620                  Life, Physical, and Social Science Occupations
## 621                   Business and Financial Operations Occupations
## 622                           Computer and Mathematical Occupations
## 623                                          Other (please specify)
## 624                                  Healthcare Support Occupations
## 625                                          Management Occupations
## 626                           Computer and Mathematical Occupations
## 627                    Education, Training, and Library Occupations
## 628                                   Sales and Related Occupations
## 629                      Farming, Fishing, and Forestry Occupations
## 630                                          Other (please specify)
## 631                        Community and Social Service Occupations
## 632                   Office and Administrative Support Occupations
## 633                 Transportation and Materials Moving Occupations
## 634                   Office and Administrative Support Occupations
## 635                                          Other (please specify)
## 636                                   Sales and Related Occupations
## 637                                          Other (please specify)
## 638                        Architecture and Engineering Occupations
## 639                                          Other (please specify)
## 640                                          Other (please specify)
## 641                    Education, Training, and Library Occupations
## 642                                                                
## 643              Healthcare Practitioners and Technical Occupations
## 644                                          Other (please specify)
## 645                   Office and Administrative Support Occupations
## 646                    Education, Training, and Library Occupations
## 647                                          Other (please specify)
## 648                   Office and Administrative Support Occupations
## 649                  Life, Physical, and Social Science Occupations
## 650                                          Other (please specify)
## 651                                   Sales and Related Occupations
## 652                                  Healthcare Support Occupations
## 653                  Life, Physical, and Social Science Occupations
## 654                                          Other (please specify)
## 655                           Computer and Mathematical Occupations
## 656                                  Healthcare Support Occupations
## 657                                          Other (please specify)
## 658              Healthcare Practitioners and Technical Occupations
## 659               Installation, Maintenance, and Repair Occupations
## 660                                          Other (please specify)
## 661                                          Other (please specify)
## 662                                   Sales and Related Occupations
## 663                                          Other (please specify)
## 664                                          Other (please specify)
## 665                                               Legal Occupations
## 666                                          Other (please specify)
## 667                    Education, Training, and Library Occupations
## 668      Arts, Design, Entertainment, Sports, and Media Occupations
## 669                                          Other (please specify)
## 670                    Education, Training, and Library Occupations
## 671                    Education, Training, and Library Occupations
## 672                        Community and Social Service Occupations
## 673                    Education, Training, and Library Occupations
## 674                    Education, Training, and Library Occupations
## 675                                          Other (please specify)
## 676                                  Protective Service Occupations
## 677      Arts, Design, Entertainment, Sports, and Media Occupations
## 678                                          Other (please specify)
## 679                                          Other (please specify)
## 680                   Office and Administrative Support Occupations
## 681                        Architecture and Engineering Occupations
## 682                                          Other (please specify)
## 683                         Construction and Extraction Occupations
## 684      Arts, Design, Entertainment, Sports, and Media Occupations
## 685                                          Management Occupations
## 686              Healthcare Practitioners and Technical Occupations
## 687                                          Other (please specify)
## 688                                          Other (please specify)
## 689                   Office and Administrative Support Occupations
## 690      Arts, Design, Entertainment, Sports, and Media Occupations
## 691                        Architecture and Engineering Occupations
## 692                                   Sales and Related Occupations
## 693                   Business and Financial Operations Occupations
## 694                                          Other (please specify)
## 695                                          Other (please specify)
## 696                                          Other (please specify)
## 697                   Business and Financial Operations Occupations
## 698                           Computer and Mathematical Occupations
## 699                                  Healthcare Support Occupations
## 700                    Education, Training, and Library Occupations
## 701              Healthcare Practitioners and Technical Occupations
## 702                           Computer and Mathematical Occupations
## 703                                          Other (please specify)
## 704      Arts, Design, Entertainment, Sports, and Media Occupations
## 705                        Community and Social Service Occupations
## 706                           Personal Care and Service Occupations
## 707                                  Healthcare Support Occupations
## 708                Food Preparation and Serving Related Occupations
## 709                   Business and Financial Operations Occupations
## 710                                  Healthcare Support Occupations
## 711                                               Legal Occupations
## 712       Building and Grounds Cleaning and Maintenance Occupations
## 713                                          Other (please specify)
## 714                                                                
## 715      Arts, Design, Entertainment, Sports, and Media Occupations
## 716                                          Other (please specify)
## 717                                          Other (please specify)
## 718                    Education, Training, and Library Occupations
## 719       Building and Grounds Cleaning and Maintenance Occupations
## 720                                          Other (please specify)
## 721                 Transportation and Materials Moving Occupations
## 722                                          Other (please specify)
## 723                    Education, Training, and Library Occupations
## 724                                                                
## 725                   Office and Administrative Support Occupations
## 726                                  Healthcare Support Occupations
## 727                        Community and Social Service Occupations
## 728                                          Other (please specify)
## 729                   Business and Financial Operations Occupations
## 730                                          Other (please specify)
## 731                   Office and Administrative Support Occupations
## 732                                   Sales and Related Occupations
## 733                                          Other (please specify)
## 734      Arts, Design, Entertainment, Sports, and Media Occupations
## 735                                          Management Occupations
## 736                    Education, Training, and Library Occupations
## 737      Arts, Design, Entertainment, Sports, and Media Occupations
## 738                                  Healthcare Support Occupations
## 739                                  Healthcare Support Occupations
## 740                                          Other (please specify)
## 741                                          Other (please specify)
## 742                                                                
## 743                           Personal Care and Service Occupations
## 744                                          Other (please specify)
## 745                                          Other (please specify)
## 746                   Office and Administrative Support Occupations
## 747                   Office and Administrative Support Occupations
## 748                                  Healthcare Support Occupations
## 749                                                                
## 750              Healthcare Practitioners and Technical Occupations
## 751                                          Other (please specify)
## 752                   Business and Financial Operations Occupations
## 753                                          Other (please specify)
## 754                                          Other (please specify)
## 755                                  Healthcare Support Occupations
## 756                  Life, Physical, and Social Science Occupations
## 757                   Office and Administrative Support Occupations
## 758                                          Management Occupations
## 759                    Education, Training, and Library Occupations
## 760                                          Management Occupations
## 761                   Office and Administrative Support Occupations
## 762                      Farming, Fishing, and Forestry Occupations
## 763              Healthcare Practitioners and Technical Occupations
## 764                                          Production Occupations
## 765                        Architecture and Engineering Occupations
## 766                    Education, Training, and Library Occupations
## 767                                          Other (please specify)
## 768                           Computer and Mathematical Occupations
## 769                           Computer and Mathematical Occupations
## 770                                          Production Occupations
## 771                                               Legal Occupations
## 772                                   Sales and Related Occupations
## 773                                          Other (please specify)
## 774                   Office and Administrative Support Occupations
## 775                        Community and Social Service Occupations
## 776                           Computer and Mathematical Occupations
## 777                    Education, Training, and Library Occupations
## 778                                          Other (please specify)
## 779                   Office and Administrative Support Occupations
## 780                                          Other (please specify)
## 781                        Architecture and Engineering Occupations
## 782                                               Legal Occupations
## 783      Arts, Design, Entertainment, Sports, and Media Occupations
## 784                                          Other (please specify)
## 785                    Education, Training, and Library Occupations
## 786                        Community and Social Service Occupations
## 787              Healthcare Practitioners and Technical Occupations
## 788                    Education, Training, and Library Occupations
## 789                                                                
## 790              Healthcare Practitioners and Technical Occupations
## 791                   Office and Administrative Support Occupations
## 792                                          Other (please specify)
## 793      Arts, Design, Entertainment, Sports, and Media Occupations
## 794                                          Management Occupations
## 795                  Life, Physical, and Social Science Occupations
## 796                                   Sales and Related Occupations
## 797                         Construction and Extraction Occupations
## 798                    Education, Training, and Library Occupations
## 799                         Construction and Extraction Occupations
## 800                   Office and Administrative Support Occupations
## 801                   Office and Administrative Support Occupations
## 802                                          Other (please specify)
## 803                        Community and Social Service Occupations
## 804                                          Other (please specify)
## 805                   Office and Administrative Support Occupations
## 806                        Community and Social Service Occupations
## 807      Arts, Design, Entertainment, Sports, and Media Occupations
## 808                    Education, Training, and Library Occupations
## 809                                          Other (please specify)
## 810                   Business and Financial Operations Occupations
## 811                        Community and Social Service Occupations
## 812                                   Sales and Related Occupations
## 813                    Education, Training, and Library Occupations
## 814                           Computer and Mathematical Occupations
## 815                                          Management Occupations
## 816                                   Sales and Related Occupations
## 817                                          Other (please specify)
## 818                                  Healthcare Support Occupations
## 819                   Business and Financial Operations Occupations
## 820                                   Sales and Related Occupations
## 821                           Computer and Mathematical Occupations
## 822                    Education, Training, and Library Occupations
## 823                                          Other (please specify)
## 824                                          Other (please specify)
## 825                    Education, Training, and Library Occupations
## 826                                  Healthcare Support Occupations
## 827                                          Management Occupations
## 828                                  Protective Service Occupations
## 829                         Construction and Extraction Occupations
## 830                                          Other (please specify)
## 831                                          Other (please specify)
## 832                   Business and Financial Operations Occupations
## 833                        Community and Social Service Occupations
## 834                                          Other (please specify)
## 835                    Education, Training, and Library Occupations
## 836                                          Other (please specify)
## 837                   Office and Administrative Support Occupations
## 838                           Computer and Mathematical Occupations
## 839                                          Other (please specify)
## 840                                               Legal Occupations
## 841              Healthcare Practitioners and Technical Occupations
## 842                                          Other (please specify)
## 843               Installation, Maintenance, and Repair Occupations
## 844                  Life, Physical, and Social Science Occupations
## 845                                   Sales and Related Occupations
## 846                           Computer and Mathematical Occupations
## 847                                          Other (please specify)
## 848                    Education, Training, and Library Occupations
## 849                    Education, Training, and Library Occupations
## 850                        Community and Social Service Occupations
## 851              Healthcare Practitioners and Technical Occupations
## 852                                          Other (please specify)
## 853                                          Other (please specify)
## 854                   Office and Administrative Support Occupations
## 855                                               Legal Occupations
## 856                           Computer and Mathematical Occupations
## 857                   Office and Administrative Support Occupations
## 858                                          Management Occupations
## 859                                          Management Occupations
## 860                                               Legal Occupations
## 861                                               Legal Occupations
## 862                                          Other (please specify)
## 863                    Education, Training, and Library Occupations
## 864                                          Management Occupations
## 865                                                                
## 866                                          Other (please specify)
## 867                    Education, Training, and Library Occupations
## 868                    Education, Training, and Library Occupations
## 869                           Personal Care and Service Occupations
## 870                        Architecture and Engineering Occupations
## 871                                  Healthcare Support Occupations
## 872                                          Other (please specify)
## 873                                          Other (please specify)
## 874                                          Other (please specify)
## 875                           Computer and Mathematical Occupations
## 876                                          Other (please specify)
## 877                   Business and Financial Operations Occupations
## 878                                          Other (please specify)
## 879                    Education, Training, and Library Occupations
## 880                                          Other (please specify)
## 881                   Office and Administrative Support Occupations
## 882                   Business and Financial Operations Occupations
## 883                                          Other (please specify)
## 884                                               Legal Occupations
## 885                        Architecture and Engineering Occupations
## 886                                          Other (please specify)
## 887                                   Sales and Related Occupations
## 888                                          Other (please specify)
## 889                   Office and Administrative Support Occupations
## 890                                          Other (please specify)
## 891                Food Preparation and Serving Related Occupations
## 892                  Life, Physical, and Social Science Occupations
## 893                                               Legal Occupations
## 894                                               Legal Occupations
## 895                                          Other (please specify)
## 896                                          Management Occupations
## 897                    Education, Training, and Library Occupations
## 898                   Office and Administrative Support Occupations
## 899                                  Healthcare Support Occupations
## 900                    Education, Training, and Library Occupations
## 901                   Office and Administrative Support Occupations
## 902                                          Management Occupations
## 903                        Community and Social Service Occupations
## 904              Healthcare Practitioners and Technical Occupations
## 905                           Computer and Mathematical Occupations
## 906                           Computer and Mathematical Occupations
## 907                                          Other (please specify)
## 908              Healthcare Practitioners and Technical Occupations
## 909                                          Management Occupations
## 910                    Education, Training, and Library Occupations
## 911                                   Sales and Related Occupations
## 912                   Office and Administrative Support Occupations
## 913                    Education, Training, and Library Occupations
## 914              Healthcare Practitioners and Technical Occupations
## 915                    Education, Training, and Library Occupations
## 916                                          Other (please specify)
## 917                    Education, Training, and Library Occupations
## 918                    Education, Training, and Library Occupations
## 919                Food Preparation and Serving Related Occupations
## 920                  Life, Physical, and Social Science Occupations
## 921                           Personal Care and Service Occupations
## 922                                          Other (please specify)
## 923                                          Other (please specify)
## 924                                          Production Occupations
## 925      Arts, Design, Entertainment, Sports, and Media Occupations
## 926                   Office and Administrative Support Occupations
## 927                    Education, Training, and Library Occupations
## 928                  Life, Physical, and Social Science Occupations
## 929                   Office and Administrative Support Occupations
## 930                  Life, Physical, and Social Science Occupations
## 931                                  Healthcare Support Occupations
## 932                   Business and Financial Operations Occupations
## 933                                          Other (please specify)
## 934                                          Other (please specify)
## 935                                          Other (please specify)
## 936                    Education, Training, and Library Occupations
## 937                   Business and Financial Operations Occupations
## 938                   Business and Financial Operations Occupations
## 939                                               Legal Occupations
## 940                  Life, Physical, and Social Science Occupations
## 941                                          Other (please specify)
## 942                   Office and Administrative Support Occupations
## 943      Arts, Design, Entertainment, Sports, and Media Occupations
## 944                        Architecture and Engineering Occupations
## 945                   Office and Administrative Support Occupations
## 946                    Education, Training, and Library Occupations
## 947                   Business and Financial Operations Occupations
## 948                                          Management Occupations
## 949                                          Management Occupations
## 950              Healthcare Practitioners and Technical Occupations
## 951                                          Other (please specify)
## 952                   Office and Administrative Support Occupations
## 953                    Education, Training, and Library Occupations
## 954                   Office and Administrative Support Occupations
## 955      Arts, Design, Entertainment, Sports, and Media Occupations
## 956                    Education, Training, and Library Occupations
## 957                    Education, Training, and Library Occupations
## 958                                          Other (please specify)
## 959                    Education, Training, and Library Occupations
## 960                                          Other (please specify)
## 961                   Office and Administrative Support Occupations
## 962      Arts, Design, Entertainment, Sports, and Media Occupations
## 963                                                                
## 964                    Education, Training, and Library Occupations
## 965                                          Other (please specify)
## 966                           Personal Care and Service Occupations
## 967      Arts, Design, Entertainment, Sports, and Media Occupations
## 968                                   Sales and Related Occupations
## 969                   Office and Administrative Support Occupations
## 970                                          Other (please specify)
## 971                                          Other (please specify)
## 972      Arts, Design, Entertainment, Sports, and Media Occupations
## 973                        Community and Social Service Occupations
## 974                                               Legal Occupations
## 975                           Computer and Mathematical Occupations
## 976       Building and Grounds Cleaning and Maintenance Occupations
## 977                   Office and Administrative Support Occupations
## 978                                          Management Occupations
## 979                                   Sales and Related Occupations
## 980                   Office and Administrative Support Occupations
## 981                    Education, Training, and Library Occupations
## 982                                          Other (please specify)
## 983              Healthcare Practitioners and Technical Occupations
## 984              Healthcare Practitioners and Technical Occupations
## 985                        Community and Social Service Occupations
## 986                    Education, Training, and Library Occupations
## 987                                               Legal Occupations
## 988                                          Other (please specify)
## 989                    Education, Training, and Library Occupations
## 990                                          Management Occupations
## 991                    Education, Training, and Library Occupations
## 992                                          Other (please specify)
## 993                                  Healthcare Support Occupations
## 994                                          Management Occupations
## 995                        Architecture and Engineering Occupations
## 996                                          Other (please specify)
## 997                  Life, Physical, and Social Science Occupations
## 998                           Computer and Mathematical Occupations
## 999              Healthcare Practitioners and Technical Occupations
## 1000                   Education, Training, and Library Occupations
## 1001             Healthcare Practitioners and Technical Occupations
## 1002                  Office and Administrative Support Occupations
## 1003                                         Other (please specify)
## 1004                                         Other (please specify)
## 1005                  Office and Administrative Support Occupations
## 1006                                         Other (please specify)
## 1007     Arts, Design, Entertainment, Sports, and Media Occupations
## 1008                                         Other (please specify)
## 1009                  Office and Administrative Support Occupations
## 1010                                 Protective Service Occupations
## 1011                  Office and Administrative Support Occupations
## 1012                                         Management Occupations
## 1013                                  Sales and Related Occupations
## 1014                   Education, Training, and Library Occupations
## 1015                   Education, Training, and Library Occupations
## 1016                  Office and Administrative Support Occupations
## 1017                          Computer and Mathematical Occupations
## 1018                          Computer and Mathematical Occupations
## 1019                                         Other (please specify)
## 1020                                         Other (please specify)
## 1021                                         Other (please specify)
## 1022                                         Other (please specify)
## 1023                                 Healthcare Support Occupations
## 1024                                         Other (please specify)
## 1025                          Computer and Mathematical Occupations
## 1026                                  Sales and Related Occupations
## 1027                   Education, Training, and Library Occupations
## 1028                   Education, Training, and Library Occupations
## 1029                       Architecture and Engineering Occupations
## 1030                                 Healthcare Support Occupations
## 1031                                         Other (please specify)
## 1032                   Education, Training, and Library Occupations
## 1033                                                               
## 1034                   Education, Training, and Library Occupations
## 1035                  Office and Administrative Support Occupations
## 1036                                         Management Occupations
## 1037                   Education, Training, and Library Occupations
## 1038                          Computer and Mathematical Occupations
## 1039                                         Other (please specify)
## 1040                                         Other (please specify)
## 1041             Healthcare Practitioners and Technical Occupations
## 1042                                         Other (please specify)
## 1043                     Farming, Fishing, and Forestry Occupations
## 1044                 Life, Physical, and Social Science Occupations
## 1045                                 Healthcare Support Occupations
## 1046                        Construction and Extraction Occupations
## 1047                                         Other (please specify)
## 1048                  Office and Administrative Support Occupations
## 1049                   Education, Training, and Library Occupations
## 1050              Installation, Maintenance, and Repair Occupations
## 1051                                 Healthcare Support Occupations
## 1052                   Education, Training, and Library Occupations
## 1053                                         Other (please specify)
## 1054                          Personal Care and Service Occupations
## 1055                                         Management Occupations
## 1056                   Education, Training, and Library Occupations
## 1057                                         Management Occupations
## 1058                                         Other (please specify)
## 1059             Healthcare Practitioners and Technical Occupations
## 1060             Healthcare Practitioners and Technical Occupations
## 1061                                         Other (please specify)
## 1062                                         Other (please specify)
## 1063                                         Other (please specify)
## 1064                                         Other (please specify)
## 1065                                         Other (please specify)
## 1066                  Business and Financial Operations Occupations
## 1067                                         Other (please specify)
## 1068                                         Other (please specify)
## 1069                                 Protective Service Occupations
## 1070                                         Production Occupations
## 1071             Healthcare Practitioners and Technical Occupations
## 1072                                         Other (please specify)
## 1073                                  Sales and Related Occupations
## 1074                                         Other (please specify)
## 1075                                              Legal Occupations
## 1076                                         Other (please specify)
## 1077                   Education, Training, and Library Occupations
## 1078                       Community and Social Service Occupations
## 1079                                 Healthcare Support Occupations
## 1080               Food Preparation and Serving Related Occupations
## 1081                                 Healthcare Support Occupations
## 1082                                         Other (please specify)
## 1083                  Office and Administrative Support Occupations
## 1084                                         Management Occupations
## 1085                   Education, Training, and Library Occupations
## 1086                                 Healthcare Support Occupations
## 1087                  Office and Administrative Support Occupations
## 1088                  Office and Administrative Support Occupations
## 1089                                         Management Occupations
## 1090     Arts, Design, Entertainment, Sports, and Media Occupations
## 1091                                         Other (please specify)
## 1092                                         Management Occupations
## 1093     Arts, Design, Entertainment, Sports, and Media Occupations
## 1094                  Office and Administrative Support Occupations
##                                                              att26
## 1                                           Other (please specify)
## 2                                                          Student
## 3                                                                 
## 4                                                                 
## 5                                                                 
## 6                                                                 
## 7                                                                 
## 8                                                                 
## 9                                                                 
## 10                                           Technology Consultant
## 11                                                         retired
## 12                                                                
## 13                                                                
## 14                                                                
## 15                                                                
## 16                                                                
## 17                                                                
## 18                                                    fire service
## 19                                       Aviation customer service
## 20                                                                
## 21                                                                
## 22                                                                
## 23                                                                
## 24                                                                
## 25                                                                
## 26                                                             n/a
## 27                                                Retired Military
## 28                                                                
## 29                                                                
## 30                                                                
## 31                                                                
## 32                                                                
## 33                                                                
## 34                                                                
## 35                                                                
## 36                                                                
## 37                              Data Entry for a Marketing Company
## 38                                                                
## 39                                                                
## 40                                                                
## 41                                                                
## 42                                                                
## 43                                                                
## 44                                                                
## 45                                                                
## 46                                                                
## 47                                                                
## 48                                                                
## 49                                                                
## 50                                                                
## 51                                                                
## 52                                                                
## 53                                 Property Management; Desk Clerk
## 54                                                                
## 55                                                                
## 56                                                                
## 57                                     All of the above: Homemaker
## 58                                                                
## 59                                                                
## 60                                                                
## 61                                                                
## 62                                                                
## 63                                                                
## 64                                                                
## 65                                                                
## 66                                                                
## 67                                                                
## 68                                                                
## 69                                                                
## 70                                                                
## 71                                                                
## 72                                                                
## 73                                                                
## 74                                                                
## 75                                                         Retired
## 76                                                                
## 77                                                                
## 78                                                                
## 79                                                                
## 80                                                         retired
## 81                                                        military
## 82                                                                
## 83                                                         retired
## 84                                                                
## 85                                                                
## 86                                                                
## 87                                                                
## 88                                                                
## 89                                                                
## 90                                    Energy (Natural Gas Storage)
## 91                                                                
## 92                                                                
## 93                                                                
## 94                                                                
## 95                                                                
## 96                                                                
## 97                                                                
## 98                                                                
## 99                                                                
## 100                                                               
## 101                                                               
## 102                                                               
## 103                                                               
## 104                                                               
## 105                                                               
## 106                                                               
## 107                                                               
## 108                                                   i'm disabled
## 109                                                               
## 110                                                               
## 111                                                               
## 112                                                               
## 113                                                               
## 114                                                               
## 115                                                               
## 116                                                               
## 117                                                               
## 118                                                               
## 119                                                               
## 120                                       Retired, Law Enforcement
## 121                                                  Cosemtologist
## 122                                                               
## 123                                                               
## 124                                                               
## 125                                                               
## 126                                                               
## 127                                                               
## 128                                          Non-profit Management
## 129                                                               
## 130                                           Small business owner
## 131                                                               
## 132                                                               
## 133                                                               
## 134                                                               
## 135                                                               
## 136                                                               
## 137                                                               
## 138                                                               
## 139                                                      Homemaker
## 140                                                               
## 141                                                               
## 142                                                               
## 143                                                               
## 144                                                               
## 145                                                               
## 146                                                               
## 147                                                               
## 148                                                               
## 149                                                       disabled
## 150                                                               
## 151                                                               
## 152                                                               
## 153                                                               
## 154                                                               
## 155                                                        retired
## 156                                                               
## 157                                                               
## 158                                                               
## 159                                                               
## 160                                                               
## 161                                                               
## 162                                                               
## 163                                                               
## 164                                                               
## 165                                                               
## 166                                      Environmental consultants
## 167                                                               
## 168                                                               
## 169                                                               
## 170                                                               
## 171                                                               
## 172                                          Securities compliance
## 173                                                               
## 174                                                               
## 175                                                               
## 176                                                               
## 177                                                               
## 178                                                               
## 179                                                               
## 180                                                               
## 181                                                               
## 182                                                               
## 183                                                               
## 184                                                 police officer
## 185                                                law enforcement
## 186                                                               
## 187                                                               
## 188                                                               
## 189                                                               
## 190                                                               
## 191                                                               
## 192                                unemployed and looking for work
## 193                                                               
## 194                                                               
## 195                                                               
## 196                                                               
## 197                                                               
## 198                                                               
## 199                                                               
## 200                                                               
## 201                                                               
## 202                                                               
## 203                                                        Retired
## 204                                                               
## 205                                                               
## 206                                             Telecommunications
## 207                                                               
## 208                           Wood product industry- manufacturing
## 209                                                      librarian
## 210                                                               
## 211                                                        retired
## 212                                                        retired
## 213                                                        retired
## 214                                                        retired
## 215                                             Retired Management
## 216                                                        retired
## 217                                                               
## 218                                                               
## 219                                                         police
## 220                                                               
## 221                                                      Caregiver
## 222                                                               
## 223                                                        retired
## 224                                                               
## 225                                                               
## 226                                              Flight Instructor
## 227                                                               
## 228                                                               
## 229       Retired. do babysit for my grandchild but not for money.
## 230                                                               
## 231                                                               
## 232                                                        retired
## 233                                                               
## 234                                                        retired
## 235                                                               
## 236                                                               
## 237                                                               
## 238                                                        retired
## 239                                                               
## 240                                               government grant
## 241                                                               
## 242                                                               
## 243                                            Stay at home parent
## 244                                                        Retired
## 245                                                               
## 246                                                               
## 247                                                               
## 248                                                               
## 249                                                               
## 250                                                               
## 251                                                               
## 252                                                               
## 253                                                               
## 254                                                      Locksmith
## 255                                                               
## 256                                                               
## 257                                                               
## 258                                                        Retired
## 259                                                               
## 260                                                               
## 261                                                               
## 262                                                               
## 263                                                        retired
## 264                                                               
## 265                                                               
## 266                                                               
## 267                                                               
## 268                                                               
## 269                                                law enforcement
## 270                                                               
## 271                                                               
## 272                  Management & Community Development Consultant
## 273                                                               
## 274                                                               
## 275                                                               
## 276                                                               
## 277                                                               
## 278                                                               
## 279                                                     Speculator
## 280                                                               
## 281                                                               
## 282                                                               
## 283                                                     Government
## 284                                                               
## 285                      outdoor power equipment sales and service
## 286                                                               
## 287                                                               
## 288                                                        retired
## 289                                                               
## 290                                                               
## 291                                                               
## 292                                                               
## 293                                                        retired
## 294                                                               
## 295                                                        Retired
## 296                                                   Semi-retired
## 297                                                               
## 298                                                               
## 299                                                               
## 300                                                               
## 301                                                               
## 302                                                               
## 303                                                               
## 304                                                               
## 305                                                               
## 306                                                               
## 307                                                       Pet Care
## 308                                                               
## 309                                                               
## 310                                                      Homemaker
## 311                                               telecomunication
## 312                                                        retired
## 313                                                       Research
## 314                                                               
## 315                                          Agricultural business
## 316                                                        Retired
## 317                                                        Retired
## 318                                                               
## 319                                                               
## 320                                                        retired
## 321                                                        retired
## 322                                                               
## 323                                               disabled student
## 324                                                               
## 325                                                               
## 326                                                    maintenance
## 327                                                               
## 328                                                               
## 329                                                               
## 330                                                               
## 331                                                        Retired
## 332                                                      education
## 333                                                               
## 334                                                        Retired
## 335                                                               
## 336                                                               
## 337            Laid off from Computer and Mathematical Occupations
## 338                                                               
## 339                                                     Unemployed
## 340                                                               
## 341                                                               
## 342                                                        Retired
## 343                                                               
## 344                                                               
## 345                                                               
## 346                                                               
## 347                                               state employment
## 348                                                               
## 349                                                               
## 350                                                               
## 351                                                               
## 352                                                               
## 353                                                               
## 354                                                               
## 355                            Pastor, ministry related occupation
## 356                                                               
## 357                                                               
## 358                                                               
## 359                                                        retired
## 360                                                               
## 361                                                       Research
## 362                                                               
## 363                                                               
## 364                                                        Student
## 365                                                               
## 366                                                               
## 367                                                               
## 368                                                               
## 369                                                        Student
## 370                                                               
## 371                                                               
## 372                                                               
## 373                                                        Student
## 374                                                        Retired
## 375                                                        retired
## 376                                                               
## 377                                                               
## 378                                                        Retired
## 379                                                               
## 380                                                               
## 381                                                      nonprofit
## 382                                                               
## 383                                                        Retired
## 384                                                  IT Consultant
## 385                                                      bartender
## 386                                                               
## 387                                                               
## 388                                                               
## 389                                                               
## 390                                                               
## 391                                                               
## 392                                                               
## 393                                                               
## 394                                                        Retired
## 395                                                   both retired
## 396                                                               
## 397                                                  Biotechnology
## 398                                                        Retired
## 399                                                               
## 400                                                               
## 401                                                               
## 402                                                               
## 403                                                               
## 404                      campground owner and small business owner
## 405                             Compliance and Training Specialist
## 406                                                               
## 407                                                               
## 408                                                               
## 409                                                               
## 410                                                               
## 411                                                               
## 412                                                               
## 413                                                               
## 414                                                               
## 415                                                               
## 416                                                               
## 417                                                               
## 418                                                               
## 419                                                               
## 420                                                               
## 421                                                     non profit
## 422                                                               
## 423                                                        retired
## 424                                                               
## 425                                                        retired
## 426                                                               
## 427                                                               
## 428                                                        retired
## 429                                                               
## 430                                                               
## 431                                                               
## 432                                                               
## 433                                                               
## 434                                                               
## 435                                                               
## 436                                                       research
## 437                                                  MANUFACTURING
## 438                                                        Dietary
## 439                                                               
## 440                                                               
## 441                                                               
## 442                                                               
## 443                        Unemployed/retired; Grassroots activist
## 444                                                               
## 445                                                               
## 446                                                        retired
## 447                                                               
## 448                                                               
## 449                                                  Transcription
## 450                                                      Homemaker
## 451                                                        Retired
## 452                                                        Retired
## 453                                                               
## 454                                                               
## 455                                                               
## 456                                                               
## 457                                                               
## 458                                                        retired
## 459                                                               
## 460                                                        Retired
## 461                                                               
## 462                                                fire department
## 463                                                               
## 464                                                               
## 465                                                               
## 466                                                               
## 467                                                               
## 468                                                    dog groomer
## 469                                                               
## 470                                            research regulation
## 471                                                               
## 472                                                        retired
## 473                                                               
## 474                       Volunteer with animal welfare nonprofits
## 475                                                               
## 476                                                               
## 477                                                               
## 478                       Retired from substance abuse counseling.
## 479                                                               
## 480                                                               
## 481                                                               
## 482                                                               
## 483                                                               
## 484                                                               
## 485                                                               
## 486                                                  Public safety
## 487                                                               
## 488                                                  Public Health
## 489                                            We are both retired
## 490                                                               
## 491                                                        retired
## 492                                                               
## 493                                           Small Business Owner
## 494                                                               
## 495                                                               
## 496                        Volunteer for animal welfare nonprofits
## 497                                                               
## 498                                                               
## 499                                                               
## 500                                                               
## 501                                                               
## 502                                                        retired
## 503                             Writing and editing, self-employed
## 504                                 Occupational Health and Safety
## 505                                                               
## 506                                                               
## 507                                                        Retired
## 508                                                               
## 509                                                               
## 510                                                        retired
## 511                                                               
## 512                                                               
## 513                                                        Retired
## 514                                                        retired
## 515                                                               
## 516                                                        Retired
## 517                                                               
## 518                                                Human Resources
## 519                                                               
## 520                                                        retired
## 521                                                               
## 522                                                               
## 523                                                        retired
## 524                                                        Retired
## 525                                                               
## 526                                                               
## 527                                               graduate student
## 528                                          Semi-retired Job-Shop
## 529                                                               
## 530                                                               
## 531                                               Customer Service
## 532                                                        retired
## 533                                                        retired
## 534                                                        retired
## 535                                                               
## 536                                                               
## 537                                                               
## 538                                                        Retired
## 539                                                               
## 540                                               retired educator
## 541                                                               
## 542                                                               
## 543                                                               
## 544                                                               
## 545                                                               
## 546                                                               
## 547                                                      homemaker
## 548                            Pastoral Care and Relgiouls Studies
## 549                                                               
## 550                                                               
## 551  Retired from medical device clinical trials but do consulting
## 552                                                               
## 553                                                      homemaker
## 554                                                               
## 555                                                               
## 556                                                               
## 557                                                               
## 558                                                               
## 559                                          Investment management
## 560                                                               
## 561                                              retired/volunteer
## 562                                                        retired
## 563                                 Safety and Occupational Health
## 564                                                               
## 565                                                       Retired!
## 566                                                       disabled
## 567                                                               
## 568                                         Commercial real estate
## 569                                                               
## 570                                                               
## 571                                                               
## 572                                                               
## 573                                                               
## 574                                                               
## 575                                                               
## 576                                                               
## 577                                                               
## 578                                                        retired
## 579                                                               
## 580                                                               
## 581                                                               
## 582                                                      Homemaker
## 583                                                               
## 584                                                               
## 585                                                               
## 586                                             boatbuilder repair
## 587                                                               
## 588                                Currently a stay-at-home mother
## 589                                                               
## 590                                                               
## 591                                                               
## 592                                                     government
## 593                                                               
## 594                                                               
## 595                                                               
## 596                                                               
## 597                                                               
## 598                                                               
## 599                                                               
## 600                                                interior design
## 601                                                               
## 602                                                       Retired1
## 603                                                               
## 604                                                               
## 605                                                               
## 606                                                               
## 607                                                               
## 608                                                               
## 609                                                               
## 610                                                               
## 611                                                               
## 612                                                               
## 613                                                               
## 614                                            Product development
## 615                                                Law enforcement
## 616                                                               
## 617                                                        retired
## 618                                                               
## 619                                                               
## 620                                                               
## 621                                                               
## 622                                                               
## 623                                                       TEXTILES
## 624                                                               
## 625                                                               
## 626                                                               
## 627                                                               
## 628                                                               
## 629                                                               
## 630                                         Information Technology
## 631                                                               
## 632                                                               
## 633                                                               
## 634                                                               
## 635                               Avocational job-shop (machinist)
## 636                                                               
## 637                                                        retired
## 638                                                               
## 639                                            Domestic specialist
## 640                                                        retired
## 641                                                               
## 642                                                               
## 643                                                               
## 644                                                  Manufacturing
## 645                                                               
## 646                                                               
## 647                                                        Retired
## 648                                                               
## 649                                                               
## 650                                                 Gas attendant.
## 651                                                               
## 652                                                               
## 653                                                               
## 654                                                        retired
## 655                                                               
## 656                                                               
## 657                                                        retired
## 658                                                               
## 659                                                               
## 660                                            Religious Education
## 661                                                        DISBLED
## 662                                                               
## 663                                                        Retired
## 664                                          Translator and editor
## 665                                                               
## 666                                                 A/V Consultant
## 667                                                               
## 668                                                               
## 669                                                       Research
## 670                                                               
## 671                                                               
## 672                                                               
## 673                                                               
## 674                                                               
## 675                                                        RETIRED
## 676                                                               
## 677                                                               
## 678                                                        retired
## 679                                                        RETIRED
## 680                                                               
## 681                                                               
## 682                                                        retired
## 683                                                               
## 684                                                               
## 685                                                               
## 686                                                               
## 687                                                     Unemployed
## 688                                                        retired
## 689                                                               
## 690                                                               
## 691                                                               
## 692                                                               
## 693                                                               
## 694                                                        retired
## 695                                                       DISABLED
## 696                                                        Retired
## 697                                                               
## 698                                                               
## 699                                                               
## 700                                                               
## 701                                                               
## 702                                                               
## 703                                                        Retired
## 704                                                               
## 705                                                               
## 706                                                               
## 707                                                               
## 708                                                               
## 709                                                               
## 710                                                               
## 711                                                               
## 712                                                               
## 713                                                        retired
## 714                                                               
## 715                                                               
## 716               Education Non-Profit/National Service - teaching
## 717                                                        Retired
## 718                                                               
## 719                                                               
## 720                                                   horticulture
## 721                                                               
## 722                                                      homemaker
## 723                                                               
## 724                                                               
## 725                                                               
## 726                                                               
## 727                                                               
## 728                                                         sAFETY
## 729                                                               
## 730                                                        retired
## 731                                                               
## 732                                                               
## 733                                                        Retired
## 734                                                               
## 735                                                               
## 736                                                               
## 737                                                               
## 738                                                               
## 739                                                               
## 740                                                        retired
## 741                                                      Homemaker
## 742                                                               
## 743                                                               
## 744                                                        Retired
## 745                                       Administrative Assistant
## 746                                                               
## 747                                                               
## 748                                                               
## 749                                                               
## 750                                                               
## 751                                                        Retired
## 752                                                               
## 753                                                         retire
## 754                                                        retired
## 755                                                               
## 756                                                               
## 757                                                               
## 758                                                               
## 759                                                               
## 760                                                               
## 761                                                               
## 762                                                               
## 763                                                               
## 764                                                               
## 765                                                               
## 766                                                               
## 767                                         bio-medical technician
## 768                                                               
## 769                                                               
## 770                                                               
## 771                                                               
## 772                                                               
## 773                                                        retired
## 774                                                               
## 775                                                               
## 776                                                               
## 777                                                               
## 778                                                         retire
## 779                                                               
## 780                                                        Retired
## 781                                                               
## 782                                                               
## 783                                                               
## 784                                                     unemployed
## 785                                                               
## 786                                                               
## 787                                                               
## 788                                                               
## 789                                                               
## 790                                                               
## 791                                                               
## 792                                                     Unemployed
## 793                                                               
## 794                                                               
## 795                                                               
## 796                                                               
## 797                                                               
## 798                                                               
## 799                                                               
## 800                                                               
## 801                                                               
## 802                                                        retired
## 803                                                               
## 804                                                           ret.
## 805                                                               
## 806                                                               
## 807                                                               
## 808                                                               
## 809                                              Financial advisor
## 810                                                               
## 811                                                               
## 812                                                               
## 813                                                               
## 814                                                               
## 815                                                               
## 816                                                               
## 817                                      Social science researcher
## 818                                                               
## 819                                                               
## 820                                                               
## 821                                                               
## 822                                                               
## 823                                homemake and homeschool teacher
## 824       Government, public sector, Dept. of Motor Vehicles clerk
## 825                                                               
## 826                                                               
## 827                                                               
## 828                                                               
## 829                                                               
## 830                                                        retired
## 831                                               retired engineer
## 832                                                               
## 833                                                               
## 834                                                        Retired
## 835                                                               
## 836                                                        retired
## 837                                                               
## 838                                                               
## 839                                                      Carpentry
## 840                                                               
## 841                                                               
## 842                                              Mom and housewife
## 843                                                               
## 844                                                               
## 845                                                               
## 846                                                               
## 847                                          disabled,  unemployed
## 848                                                               
## 849                                                               
## 850                                                               
## 851                                                               
## 852                                                     veterinary
## 853                                                        retired
## 854                                                               
## 855                                                               
## 856                                                               
## 857                                                               
## 858                                                               
## 859                                                               
## 860                                                               
## 861                                                               
## 862                                                        Retired
## 863                                                               
## 864                                                               
## 865                                                               
## 866                                                       Airlines
## 867                                                               
## 868                                                               
## 869                                                               
## 870                                                               
## 871                                                               
## 872                                                        retired
## 873                                                        retired
## 874                                                     unemployed
## 875                                                               
## 876                                                        Retired
## 877                                                               
## 878                                                      homemaker
## 879                                                               
## 880                                                        Retired
## 881                                                               
## 882                                                               
## 883                                                       Planning
## 884                                                               
## 885                                                               
## 886                                                    Housekeeper
## 887                                                               
## 888                                                        retired
## 889                                                               
## 890                                                        retired
## 891                                                               
## 892                                                               
## 893                                                               
## 894                                                               
## 895                                                        retired
## 896                                                               
## 897                                                               
## 898                                                               
## 899                                                               
## 900                                                               
## 901                                                               
## 902                                                               
## 903                                                               
## 904                                                               
## 905                                                               
## 906                                                               
## 907                                                        retired
## 908                                                               
## 909                                                               
## 910                                                               
## 911                                                               
## 912                                                               
## 913                                                               
## 914                                                               
## 915                                                               
## 916                                                        retired
## 917                                                               
## 918                                                               
## 919                                                               
## 920                                                               
## 921                                                               
## 922                                        Housekeeping supervisor
## 923                                                        retired
## 924                                                               
## 925                                                               
## 926                                                               
## 927                                                               
## 928                                                               
## 929                                                               
## 930                                                               
## 931                                                               
## 932                                                               
## 933                                                        Retired
## 934                                               stay at home mom
## 935                                                      goverment
## 936                                                               
## 937                                                               
## 938                                                               
## 939                                                               
## 940                                                               
## 941                                                      Homemaker
## 942                                                               
## 943                                                               
## 944                                                               
## 945                                                               
## 946                                                               
## 947                                                               
## 948                                                               
## 949                                                               
## 950                                                               
## 951                                       Environmental Consulting
## 952                                                               
## 953                                                               
## 954                                                               
## 955                                                               
## 956                                                               
## 957                                                               
## 958                                                     unemployed
## 959                                                               
## 960                        Physical Service / Trade - Dog Grooming
## 961                                                               
## 962                                                               
## 963                                                               
## 964                                                               
## 965                                                        retired
## 966                                                               
## 967                                                               
## 968                                                               
## 969                                                               
## 970                           global health, management consulting
## 971                                                        Retired
## 972                                                               
## 973                                                               
## 974                                                               
## 975                                                               
## 976                                                               
## 977                                                               
## 978                                                               
## 979                                                               
## 980                                                               
## 981                                                               
## 982                                          real estate appraisal
## 983                                                               
## 984                                                               
## 985                                                               
## 986                                                               
## 987                                                               
## 988                                                        Retired
## 989                                                               
## 990                                                               
## 991                                                               
## 992                                       Retired Christian Pastor
## 993                                                               
## 994                                                               
## 995                                                               
## 996                       caregiver for disabled husband and child
## 997                                                               
## 998                                                               
## 999                                                               
## 1000                                                              
## 1001                                                              
## 1002                                                              
## 1003                                                       Retired
## 1004                                                   JjANITORIAL
## 1005                                                              
## 1006                                                    Child care
## 1007                                                              
## 1008                                                     Homemaker
## 1009                                                              
## 1010                                                              
## 1011                                                              
## 1012                                                              
## 1013                                                              
## 1014                                                              
## 1015                                                              
## 1016                                                              
## 1017                                                              
## 1018                                                              
## 1019                                     Product Design Consultant
## 1020                                                    consulting
## 1021                                                     Homemaker
## 1022                                                       retired
## 1023                                                              
## 1024                                                       retired
## 1025                                                              
## 1026                                                              
## 1027                                                              
## 1028                                                              
## 1029                                                              
## 1030                                                              
## 1031                                                    consulting
## 1032                                                              
## 1033                                                              
## 1034                                                              
## 1035                                                              
## 1036                                                              
## 1037                                                              
## 1038                                                              
## 1039                                              Stay at home mom
## 1040                                                       retired
## 1041                                                              
## 1042                                              stay at home mom
## 1043                                                              
## 1044                                                              
## 1045                                                              
## 1046                                                              
## 1047                                                       retired
## 1048                                                              
## 1049                                                              
## 1050                                                              
## 1051                                                              
## 1052                                                              
## 1053                                                        Mother
## 1054                                                              
## 1055                                                              
## 1056                                                              
## 1057                                                              
## 1058                                                       Retired
## 1059                                                              
## 1060                                                              
## 1061                                              Medical Research
## 1062                                                       Retired
## 1063                                                       retired
## 1064                                                     homemaker
## 1065                                         Metropolitan Planning
## 1066                                                              
## 1067                                                       Retired
## 1068                                           stay at home mother
## 1069                                                              
## 1070                                                              
## 1071                                                              
## 1072                                                     Utilities
## 1073                                                              
## 1074                                                     Homemaker
## 1075                                                              
## 1076                                                  not employed
## 1077                                                              
## 1078                                                              
## 1079                                                              
## 1080                                                              
## 1081                                                              
## 1082                                                       retired
## 1083                                                              
## 1084                                                              
## 1085                                                              
## 1086                                                              
## 1087                                                              
## 1088                                                              
## 1089                                                              
## 1090                                                              
## 1091                                                       retired
## 1092                                                              
## 1093                                                              
## 1094                                                              
##        Gender    Household.Income                        Education
## 1    Response            Response                         Response
## 2        Male        $0 - $24,999 Some college or Associate degree
## 3        Male                                      Bachelor degree
## 4        Male           $150,000+                  Graduate degree
## 5        Male   $25,000 - $49,999                  Bachelor degree
## 6        Male $100,000 - $149,999                  Graduate degree
## 7        Male        $0 - $24,999               High school degree
## 8                                                                 
## 9                                                                 
## 10       Male                                      Graduate degree
## 11     Female   $25,000 - $49,999               High school degree
## 12       Male   $25,000 - $49,999                  Bachelor degree
## 13       Male   $50,000 - $99,999                  Bachelor degree
## 14       Male $100,000 - $149,999                  Bachelor degree
## 15       Male $100,000 - $149,999                  Graduate degree
## 16       Male $100,000 - $149,999 Some college or Associate degree
## 17       Male   $50,000 - $99,999                  Graduate degree
## 18       Male   $50,000 - $99,999 Some college or Associate degree
## 19       Male $100,000 - $149,999                  Graduate degree
## 20       Male                                      Bachelor degree
## 21       Male   $50,000 - $99,999 Some college or Associate degree
## 22       Male   $50,000 - $99,999                  Bachelor degree
## 23       Male   $25,000 - $49,999               High school degree
## 24       Male   $50,000 - $99,999                  Bachelor degree
## 25       Male   $50,000 - $99,999 Some college or Associate degree
## 26       Male                                                     
## 27       Male   $50,000 - $99,999                  Bachelor degree
## 28       Male $100,000 - $149,999                  Graduate degree
## 29       Male   $50,000 - $99,999                  Bachelor degree
## 30       Male   $50,000 - $99,999 Some college or Associate degree
## 31       Male   $50,000 - $99,999                  Bachelor degree
## 32       Male   $50,000 - $99,999                  Graduate degree
## 33       Male $100,000 - $149,999                  Bachelor degree
## 34       Male $100,000 - $149,999                  Graduate degree
## 35       Male                                      Bachelor degree
## 36       Male                                      Bachelor degree
## 37       Male   $50,000 - $99,999                  Bachelor degree
## 38       Male $100,000 - $149,999                  Bachelor degree
## 39       Male                                      Bachelor degree
## 40       Male $100,000 - $149,999 Some college or Associate degree
## 41       Male   $25,000 - $49,999               High school degree
## 42       Male   $50,000 - $99,999                  Graduate degree
## 43       Male   $50,000 - $99,999                  Graduate degree
## 44       Male   $50,000 - $99,999                  Bachelor degree
## 45       Male           $150,000+                  Graduate degree
## 46       Male                                      Bachelor degree
## 47       Male   $25,000 - $49,999 Some college or Associate degree
## 48       Male                                      Graduate degree
## 49                                                                
## 50       Male                                      Bachelor degree
## 51       Male   $25,000 - $49,999 Some college or Associate degree
## 52       Male   $50,000 - $99,999                  Bachelor degree
## 53       Male   $25,000 - $49,999 Some college or Associate degree
## 54       Male   $25,000 - $49,999                  Bachelor degree
## 55       Male                                   High school degree
## 56       Male   $50,000 - $99,999 Some college or Associate degree
## 57       Male           $150,000+ Some college or Associate degree
## 58       Male                                      Bachelor degree
## 59       Male $100,000 - $149,999                  Graduate degree
## 60       Male   $25,000 - $49,999                  Bachelor degree
## 61                                                                
## 62       Male $100,000 - $149,999                  Bachelor degree
## 63       Male                     Some college or Associate degree
## 64       Male                                   High school degree
## 65       Male           $150,000+                  Graduate degree
## 66       Male   $50,000 - $99,999                  Bachelor degree
## 67       Male $100,000 - $149,999                  Bachelor degree
## 68       Male   $25,000 - $49,999 Some college or Associate degree
## 69       Male   $50,000 - $99,999 Some college or Associate degree
## 70       Male $100,000 - $149,999                  Bachelor degree
## 71                                                                
## 72       Male   $50,000 - $99,999                  Graduate degree
## 73       Male $100,000 - $149,999                  Bachelor degree
## 74       Male                                      Bachelor degree
## 75       Male   $25,000 - $49,999 Some college or Associate degree
## 76       Male                                      Graduate degree
## 77       Male                                   High school degree
## 78       Male $100,000 - $149,999 Some college or Associate degree
## 79       Male   $50,000 - $99,999                  Graduate degree
## 80       Male                                      Bachelor degree
## 81       Male $100,000 - $149,999                  Bachelor degree
## 82       Male           $150,000+                  Graduate degree
## 83       Male   $25,000 - $49,999               High school degree
## 84       Male   $25,000 - $49,999 Some college or Associate degree
## 85       Male $100,000 - $149,999                  Bachelor degree
## 86                                                                
## 87                                                                
## 88       Male   $50,000 - $99,999 Some college or Associate degree
## 89       Male $100,000 - $149,999                  Bachelor degree
## 90                                                                
## 91       Male           $150,000+                  Bachelor degree
## 92                                                                
## 93       Male   $50,000 - $99,999                  Bachelor degree
## 94                                                                
## 95       Male           $150,000+                  Bachelor degree
## 96                                                                
## 97       Male $100,000 - $149,999                  Bachelor degree
## 98       Male           $150,000+                  Graduate degree
## 99       Male   $50,000 - $99,999                  Bachelor degree
## 100    Female                                      Bachelor degree
## 101      Male           $150,000+ Some college or Associate degree
## 102      Male $100,000 - $149,999                  Graduate degree
## 103      Male        $0 - $24,999                  Bachelor degree
## 104      Male           $150,000+                  Bachelor degree
## 105      Male           $150,000+                  Bachelor degree
## 106      Male   $25,000 - $49,999                  Bachelor degree
## 107      Male $100,000 - $149,999                  Graduate degree
## 108      Male   $50,000 - $99,999 Some college or Associate degree
## 109      Male   $50,000 - $99,999 Some college or Associate degree
## 110      Male $100,000 - $149,999 Some college or Associate degree
## 111      Male   $50,000 - $99,999                  Graduate degree
## 112      Male           $150,000+                  Graduate degree
## 113      Male                                      Graduate degree
## 114      Male           $150,000+                  Bachelor degree
## 115      Male   $50,000 - $99,999 Some college or Associate degree
## 116      Male   $50,000 - $99,999                  Bachelor degree
## 117                                                               
## 118                                                               
## 119      Male           $150,000+                  Bachelor degree
## 120      Male $100,000 - $149,999 Some college or Associate degree
## 121      Male $100,000 - $149,999               High school degree
## 122      Male   $50,000 - $99,999                  Bachelor degree
## 123      Male   $50,000 - $99,999 Some college or Associate degree
## 124      Male           $150,000+                  Graduate degree
## 125      Male $100,000 - $149,999                  Graduate degree
## 126                                                               
## 127      Male           $150,000+                  Graduate degree
## 128      Male   $50,000 - $99,999                  Bachelor degree
## 129      Male $100,000 - $149,999 Some college or Associate degree
## 130      Male                     Some college or Associate degree
## 131      Male   $50,000 - $99,999 Some college or Associate degree
## 132                                                               
## 133      Male   $25,000 - $49,999 Some college or Associate degree
## 134      Male                                      Bachelor degree
## 135      Male   $50,000 - $99,999                  Bachelor degree
## 136      Male $100,000 - $149,999 Some college or Associate degree
## 137      Male   $50,000 - $99,999 Some college or Associate degree
## 138      Male           $150,000+ Some college or Associate degree
## 139      Male   $50,000 - $99,999                  Bachelor degree
## 140      Male $100,000 - $149,999                  Graduate degree
## 141      Male   $50,000 - $99,999                  Bachelor degree
## 142      Male $100,000 - $149,999                  Graduate degree
## 143      Male           $150,000+                  Graduate degree
## 144                                                               
## 145      Male $100,000 - $149,999                  Bachelor degree
## 146      Male   $50,000 - $99,999 Some college or Associate degree
## 147      Male   $50,000 - $99,999               High school degree
## 148      Male   $50,000 - $99,999                  Graduate degree
## 149      Male   $25,000 - $49,999                  Bachelor degree
## 150      Male $100,000 - $149,999 Some college or Associate degree
## 151      Male $100,000 - $149,999 Some college or Associate degree
## 152      Male   $50,000 - $99,999 Some college or Associate degree
## 153      Male                                      Bachelor degree
## 154      Male   $25,000 - $49,999                  Bachelor degree
## 155    Female           $150,000+                  Graduate degree
## 156      Male   $50,000 - $99,999 Some college or Associate degree
## 157      Male           $150,000+                  Bachelor degree
## 158      Male   $50,000 - $99,999               High school degree
## 159      Male                                      Graduate degree
## 160      Male                     Some college or Associate degree
## 161    Female   $50,000 - $99,999                  Bachelor degree
## 162      Male           $150,000+                  Bachelor degree
## 163      Male   $50,000 - $99,999 Some college or Associate degree
## 164      Male   $50,000 - $99,999 Some college or Associate degree
## 165      Male   $50,000 - $99,999                  Graduate degree
## 166    Female $100,000 - $149,999                  Bachelor degree
## 167                                                               
## 168    Female   $50,000 - $99,999 Some college or Associate degree
## 169      Male                     Some college or Associate degree
## 170    Female                     Some college or Associate degree
## 171      Male                                      Bachelor degree
## 172      Male $100,000 - $149,999                  Graduate degree
## 173      Male $100,000 - $149,999                  Bachelor degree
## 174      Male           $150,000+                  Graduate degree
## 175    Female $100,000 - $149,999                  Graduate degree
## 176      Male   $50,000 - $99,999                  Bachelor degree
## 177      Male   $50,000 - $99,999 Some college or Associate degree
## 178      Male   $25,000 - $49,999 Some college or Associate degree
## 179      Male        $0 - $24,999               High school degree
## 180                                                               
## 181      Male           $150,000+                  Bachelor degree
## 182    Female   $25,000 - $49,999                  Graduate degree
## 183    Female $100,000 - $149,999                  Graduate degree
## 184      Male   $50,000 - $99,999 Some college or Associate degree
## 185      Male   $50,000 - $99,999                  Bachelor degree
## 186      Male $100,000 - $149,999                  Bachelor degree
## 187    Female                                   High school degree
## 188      Male   $50,000 - $99,999                  Bachelor degree
## 189    Female   $50,000 - $99,999                  Bachelor degree
## 190    Female                     Some college or Associate degree
## 191    Female   $50,000 - $99,999                  Bachelor degree
## 192      Male                                      Graduate degree
## 193      Male $100,000 - $149,999 Some college or Associate degree
## 194      Male           $150,000+                  Graduate degree
## 195      Male           $150,000+                  Graduate degree
## 196      Male   $25,000 - $49,999                  Bachelor degree
## 197      Male           $150,000+ Some college or Associate degree
## 198      Male           $150,000+                  Graduate degree
## 199                                                               
## 200      Male   $50,000 - $99,999                  Bachelor degree
## 201      Male           $150,000+                  Graduate degree
## 202      Male $100,000 - $149,999                  Bachelor degree
## 203    Female                                      Bachelor degree
## 204                                                               
## 205      Male   $50,000 - $99,999               High school degree
## 206      Male   $50,000 - $99,999 Some college or Associate degree
## 207      Male $100,000 - $149,999                  Graduate degree
## 208      Male   $50,000 - $99,999                  Bachelor degree
## 209    Female                                      Bachelor degree
## 210    Female $100,000 - $149,999                  Graduate degree
## 211      Male                     Some college or Associate degree
## 212      Male                                      Bachelor degree
## 213      Male   $50,000 - $99,999                  Bachelor degree
## 214      Male $100,000 - $149,999 Some college or Associate degree
## 215    Female $100,000 - $149,999                  Bachelor degree
## 216    Female   $50,000 - $99,999               High school degree
## 217    Female   $50,000 - $99,999 Some college or Associate degree
## 218      Male   $50,000 - $99,999                  Bachelor degree
## 219      Male $100,000 - $149,999 Some college or Associate degree
## 220    Female                                      Graduate degree
## 221    Female   $25,000 - $49,999 Some college or Associate degree
## 222      Male        $0 - $24,999     Less than high school degree
## 223    Female                                      Bachelor degree
## 224      Male $100,000 - $149,999                  Graduate degree
## 225      Male                                   High school degree
## 226      Male $100,000 - $149,999 Some college or Associate degree
## 227                                                               
## 228      Male           $150,000+                  Graduate degree
## 229    Female   $50,000 - $99,999                  Graduate degree
## 230      Male $100,000 - $149,999                  Bachelor degree
## 231                                                               
## 232      Male   $25,000 - $49,999                  Bachelor degree
## 233      Male $100,000 - $149,999 Some college or Associate degree
## 234    Female           $150,000+                  Bachelor degree
## 235      Male   $25,000 - $49,999 Some college or Associate degree
## 236      Male                     Some college or Associate degree
## 237      Male                     Some college or Associate degree
## 238      Male   $50,000 - $99,999                  Bachelor degree
## 239      Male   $50,000 - $99,999                  Graduate degree
## 240      Male                                      Bachelor degree
## 241    Female $100,000 - $149,999                  Graduate degree
## 242    Female $100,000 - $149,999                  Bachelor degree
## 243    Female                     Some college or Associate degree
## 244    Female                                      Bachelor degree
## 245    Female        $0 - $24,999 Some college or Associate degree
## 246    Female   $25,000 - $49,999                  Bachelor degree
## 247      Male   $25,000 - $49,999               High school degree
## 248    Female $100,000 - $149,999 Some college or Associate degree
## 249    Female   $50,000 - $99,999                  Graduate degree
## 250      Male   $50,000 - $99,999 Some college or Associate degree
## 251      Male $100,000 - $149,999                  Graduate degree
## 252    Female           $150,000+                  Bachelor degree
## 253      Male   $25,000 - $49,999                  Bachelor degree
## 254      Male   $25,000 - $49,999 Some college or Associate degree
## 255    Female   $50,000 - $99,999 Some college or Associate degree
## 256      Male   $50,000 - $99,999                  Graduate degree
## 257      Male   $50,000 - $99,999                  Graduate degree
## 258      Male   $50,000 - $99,999 Some college or Associate degree
## 259    Female   $50,000 - $99,999                  Bachelor degree
## 260      Male $100,000 - $149,999                  Bachelor degree
## 261    Female $100,000 - $149,999                  Graduate degree
## 262    Female   $50,000 - $99,999                  Graduate degree
## 263    Female   $50,000 - $99,999                  Bachelor degree
## 264    Female                                      Bachelor degree
## 265    Female   $50,000 - $99,999 Some college or Associate degree
## 266      Male   $50,000 - $99,999                  Bachelor degree
## 267    Female   $25,000 - $49,999                  Bachelor degree
## 268    Female   $50,000 - $99,999                  Bachelor degree
## 269      Male   $50,000 - $99,999 Some college or Associate degree
## 270      Male   $25,000 - $49,999                  Graduate degree
## 271                                                               
## 272      Male   $50,000 - $99,999                  Graduate degree
## 273      Male   $50,000 - $99,999 Some college or Associate degree
## 274      Male $100,000 - $149,999 Some college or Associate degree
## 275    Female   $50,000 - $99,999                  Bachelor degree
## 276    Female        $0 - $24,999 Some college or Associate degree
## 277      Male $100,000 - $149,999                  Graduate degree
## 278      Male           $150,000+                  Graduate degree
## 279      Male   $50,000 - $99,999                  Bachelor degree
## 280    Female                                      Graduate degree
## 281      Male $100,000 - $149,999                  Bachelor degree
## 282      Male           $150,000+                  Bachelor degree
## 283      Male                                      Graduate degree
## 284    Female   $25,000 - $49,999                  Bachelor degree
## 285      Male   $50,000 - $99,999               High school degree
## 286      Male                     Some college or Associate degree
## 287      Male $100,000 - $149,999                  Graduate degree
## 288      Male   $50,000 - $99,999 Some college or Associate degree
## 289      Male           $150,000+                  Graduate degree
## 290    Female           $150,000+                  Graduate degree
## 291      Male   $50,000 - $99,999 Some college or Associate degree
## 292    Female        $0 - $24,999 Some college or Associate degree
## 293      Male                                      Graduate degree
## 294      Male $100,000 - $149,999 Some college or Associate degree
## 295                                                               
## 296      Male $100,000 - $149,999                  Graduate degree
## 297    Female   $50,000 - $99,999                  Graduate degree
## 298      Male   $50,000 - $99,999                  Graduate degree
## 299                                                               
## 300    Female $100,000 - $149,999                  Graduate degree
## 301      Male                                      Bachelor degree
## 302    Female   $50,000 - $99,999                  Graduate degree
## 303    Female   $25,000 - $49,999 Some college or Associate degree
## 304    Female           $150,000+                  Graduate degree
## 305    Female                     Some college or Associate degree
## 306      Male   $50,000 - $99,999                  Bachelor degree
## 307    Female                                   High school degree
## 308    Female   $50,000 - $99,999 Some college or Associate degree
## 309                                                               
## 310    Female                                      Bachelor degree
## 311      Male           $150,000+                  Bachelor degree
## 312    Female $100,000 - $149,999                  Graduate degree
## 313      Male   $50,000 - $99,999                  Bachelor degree
## 314    Female $100,000 - $149,999 Some college or Associate degree
## 315    Female $100,000 - $149,999                  Graduate degree
## 316    Female                                   High school degree
## 317    Female   $25,000 - $49,999 Some college or Associate degree
## 318    Female                                      Bachelor degree
## 319    Female           $150,000+                  Graduate degree
## 320      Male $100,000 - $149,999                  Bachelor degree
## 321    Female                                   High school degree
## 322      Male                                      Bachelor degree
## 323    Female   $25,000 - $49,999 Some college or Associate degree
## 324    Female   $50,000 - $99,999                  Bachelor degree
## 325      Male $100,000 - $149,999                  Graduate degree
## 326      Male   $50,000 - $99,999 Some college or Associate degree
## 327      Male           $150,000+                  Bachelor degree
## 328    Female $100,000 - $149,999 Some college or Associate degree
## 329      Male $100,000 - $149,999                  Graduate degree
## 330                                                               
## 331      Male $100,000 - $149,999                  Graduate degree
## 332      Male   $50,000 - $99,999                  Graduate degree
## 333                                                               
## 334      Male           $150,000+                  Graduate degree
## 335      Male           $150,000+                  Graduate degree
## 336      Male           $150,000+                  Bachelor degree
## 337      Male   $50,000 - $99,999                  Graduate degree
## 338                                                               
## 339      Male        $0 - $24,999 Some college or Associate degree
## 340    Female   $25,000 - $49,999 Some college or Associate degree
## 341      Male $100,000 - $149,999                  Graduate degree
## 342      Male $100,000 - $149,999 Some college or Associate degree
## 343    Female   $50,000 - $99,999 Some college or Associate degree
## 344                                                               
## 345    Female                     Some college or Associate degree
## 346      Male $100,000 - $149,999 Some college or Associate degree
## 347    Female   $25,000 - $49,999               High school degree
## 348                                                               
## 349    Female $100,000 - $149,999                  Graduate degree
## 350    Female   $50,000 - $99,999                  Bachelor degree
## 351    Female           $150,000+                  Bachelor degree
## 352    Female   $50,000 - $99,999                  Bachelor degree
## 353      Male   $50,000 - $99,999 Some college or Associate degree
## 354    Female        $0 - $24,999 Some college or Associate degree
## 355      Male           $150,000+                  Graduate degree
## 356    Female   $50,000 - $99,999 Some college or Associate degree
## 357    Female   $50,000 - $99,999                  Graduate degree
## 358      Male           $150,000+ Some college or Associate degree
## 359    Female $100,000 - $149,999                  Bachelor degree
## 360      Male           $150,000+                  Graduate degree
## 361      Male        $0 - $24,999                  Bachelor degree
## 362    Female   $50,000 - $99,999 Some college or Associate degree
## 363      Male                                      Graduate degree
## 364    Female   $25,000 - $49,999 Some college or Associate degree
## 365    Female   $50,000 - $99,999                  Bachelor degree
## 366    Female                                      Graduate degree
## 367    Female                                      Graduate degree
## 368      Male           $150,000+                  Graduate degree
## 369    Female $100,000 - $149,999 Some college or Associate degree
## 370                                                               
## 371    Female                                      Bachelor degree
## 372    Female $100,000 - $149,999                  Bachelor degree
## 373    Female   $25,000 - $49,999 Some college or Associate degree
## 374      Male $100,000 - $149,999                  Graduate degree
## 375    Female   $50,000 - $99,999 Some college or Associate degree
## 376      Male           $150,000+                  Graduate degree
## 377    Female                                      Graduate degree
## 378      Male $100,000 - $149,999                  Graduate degree
## 379      Male                                      Graduate degree
## 380    Female $100,000 - $149,999 Some college or Associate degree
## 381      Male   $50,000 - $99,999                  Graduate degree
## 382    Female   $50,000 - $99,999                  Graduate degree
## 383      Male           $150,000+                  Graduate degree
## 384                                                               
## 385      Male $100,000 - $149,999 Some college or Associate degree
## 386                                                               
## 387    Female   $50,000 - $99,999                  Bachelor degree
## 388    Female   $25,000 - $49,999                  Bachelor degree
## 389    Female   $50,000 - $99,999                  Bachelor degree
## 390                                                               
## 391    Female $100,000 - $149,999                  Bachelor degree
## 392      Male                     Some college or Associate degree
## 393    Female   $50,000 - $99,999                  Graduate degree
## 394      Male   $50,000 - $99,999               High school degree
## 395      Male                                      Graduate degree
## 396      Male $100,000 - $149,999                  Bachelor degree
## 397      Male           $150,000+                  Graduate degree
## 398      Male                                      Graduate degree
## 399    Female   $50,000 - $99,999 Some college or Associate degree
## 400    Female        $0 - $24,999 Some college or Associate degree
## 401                                                               
## 402      Male   $50,000 - $99,999                  Graduate degree
## 403    Female   $50,000 - $99,999 Some college or Associate degree
## 404    Female   $50,000 - $99,999                  Graduate degree
## 405      Male $100,000 - $149,999 Some college or Associate degree
## 406      Male $100,000 - $149,999                  Graduate degree
## 407    Female                                      Graduate degree
## 408    Female   $50,000 - $99,999 Some college or Associate degree
## 409    Female   $25,000 - $49,999 Some college or Associate degree
## 410    Female $100,000 - $149,999 Some college or Associate degree
## 411    Female                                      Graduate degree
## 412                                                               
## 413      Male $100,000 - $149,999                  Bachelor degree
## 414                                                               
## 415    Female   $50,000 - $99,999                  Graduate degree
## 416    Female   $50,000 - $99,999               High school degree
## 417                                                               
## 418    Female           $150,000+                  Bachelor degree
## 419      Male   $50,000 - $99,999                  Graduate degree
## 420    Female        $0 - $24,999                  Bachelor degree
## 421    Female           $150,000+                  Graduate degree
## 422    Female   $50,000 - $99,999                  Bachelor degree
## 423      Male                                      Graduate degree
## 424    Female   $50,000 - $99,999 Some college or Associate degree
## 425      Male                                   High school degree
## 426      Male                                   High school degree
## 427      Male   $25,000 - $49,999                  Bachelor degree
## 428      Male   $50,000 - $99,999                  Bachelor degree
## 429    Female   $50,000 - $99,999                  Bachelor degree
## 430      Male           $150,000+                  Bachelor degree
## 431      Male   $50,000 - $99,999                  Bachelor degree
## 432      Male $100,000 - $149,999                  Graduate degree
## 433      Male   $25,000 - $49,999               High school degree
## 434    Female   $50,000 - $99,999                  Bachelor degree
## 435    Female   $50,000 - $99,999               High school degree
## 436    Female   $50,000 - $99,999 Some college or Associate degree
## 437      Male $100,000 - $149,999                  Graduate degree
## 438    Female                     Some college or Associate degree
## 439    Female $100,000 - $149,999 Some college or Associate degree
## 440    Female   $50,000 - $99,999                  Bachelor degree
## 441      Male                                      Graduate degree
## 442    Female           $150,000+ Some college or Associate degree
## 443    Female                     Some college or Associate degree
## 444      Male $100,000 - $149,999                  Graduate degree
## 445    Female   $50,000 - $99,999 Some college or Associate degree
## 446    Female                     Some college or Associate degree
## 447    Female   $50,000 - $99,999                  Graduate degree
## 448    Female   $50,000 - $99,999                  Bachelor degree
## 449    Female   $50,000 - $99,999                  Bachelor degree
## 450    Female                                   High school degree
## 451    Female   $25,000 - $49,999               High school degree
## 452      Male   $50,000 - $99,999                  Bachelor degree
## 453    Female                     Some college or Associate degree
## 454    Female                                      Graduate degree
## 455    Female $100,000 - $149,999 Some college or Associate degree
## 456    Female                                   High school degree
## 457    Female           $150,000+                  Graduate degree
## 458      Male                                      Graduate degree
## 459                                                               
## 460      Male $100,000 - $149,999                  Graduate degree
## 461    Female        $0 - $24,999               High school degree
## 462      Male $100,000 - $149,999                  Bachelor degree
## 463                                                               
## 464      Male           $150,000+                  Graduate degree
## 465                                                               
## 466    Female   $25,000 - $49,999 Some college or Associate degree
## 467    Female $100,000 - $149,999 Some college or Associate degree
## 468    Female   $50,000 - $99,999 Some college or Associate degree
## 469    Female                                   High school degree
## 470    Female   $50,000 - $99,999                  Bachelor degree
## 471    Female                                      Bachelor degree
## 472      Male                                      Graduate degree
## 473    Female                     Some college or Associate degree
## 474                                                               
## 475                                                               
## 476      Male   $50,000 - $99,999                  Graduate degree
## 477      Male           $150,000+                  Graduate degree
## 478    Female   $50,000 - $99,999                  Graduate degree
## 479      Male   $50,000 - $99,999                  Bachelor degree
## 480    Female   $50,000 - $99,999                  Graduate degree
## 481      Male                                      Graduate degree
## 482    Female   $50,000 - $99,999                  Bachelor degree
## 483    Female $100,000 - $149,999                  Graduate degree
## 484    Female   $25,000 - $49,999                  Graduate degree
## 485    Female   $25,000 - $49,999                  Bachelor degree
## 486    Female   $50,000 - $99,999                  Bachelor degree
## 487                                                               
## 488    Female        $0 - $24,999                  Bachelor degree
## 489    Female   $50,000 - $99,999 Some college or Associate degree
## 490    Female   $50,000 - $99,999 Some college or Associate degree
## 491      Male                                      Bachelor degree
## 492                                                               
## 493    Female           $150,000+               High school degree
## 494      Male        $0 - $24,999               High school degree
## 495    Female   $50,000 - $99,999                  Bachelor degree
## 496    Female $100,000 - $149,999                  Bachelor degree
## 497    Female   $50,000 - $99,999                  Graduate degree
## 498      Male           $150,000+                  Graduate degree
## 499    Female                     Some college or Associate degree
## 500      Male   $50,000 - $99,999 Some college or Associate degree
## 501      Male $100,000 - $149,999 Some college or Associate degree
## 502      Male   $50,000 - $99,999 Some college or Associate degree
## 503    Female   $50,000 - $99,999                  Bachelor degree
## 504    Female                                      Bachelor degree
## 505                                                               
## 506      Male   $50,000 - $99,999               High school degree
## 507    Female                                      Graduate degree
## 508    Female           $150,000+                  Graduate degree
## 509    Female                                      Graduate degree
## 510      Male                     Some college or Associate degree
## 511    Female           $150,000+ Some college or Associate degree
## 512    Female $100,000 - $149,999 Some college or Associate degree
## 513    Female           $150,000+                  Graduate degree
## 514      Male   $50,000 - $99,999               High school degree
## 515    Female   $50,000 - $99,999               High school degree
## 516    Female                     Some college or Associate degree
## 517    Female   $50,000 - $99,999                  Graduate degree
## 518    Female $100,000 - $149,999                  Graduate degree
## 519    Female   $50,000 - $99,999                  Bachelor degree
## 520      Male $100,000 - $149,999                  Bachelor degree
## 521    Female   $50,000 - $99,999 Some college or Associate degree
## 522    Female $100,000 - $149,999               High school degree
## 523      Male $100,000 - $149,999                  Graduate degree
## 524    Female   $50,000 - $99,999                  Bachelor degree
## 525                                                               
## 526    Female   $25,000 - $49,999                  Bachelor degree
## 527    Female   $50,000 - $99,999                  Bachelor degree
## 528      Male $100,000 - $149,999 Some college or Associate degree
## 529      Male                                      Graduate degree
## 530      Male           $150,000+                  Bachelor degree
## 531      Male                     Some college or Associate degree
## 532    Female   $50,000 - $99,999 Some college or Associate degree
## 533    Female   $50,000 - $99,999                  Graduate degree
## 534    Female                                      Bachelor degree
## 535    Female   $50,000 - $99,999                  Graduate degree
## 536    Female   $50,000 - $99,999                  Graduate degree
## 537                                                               
## 538    Female   $50,000 - $99,999                  Graduate degree
## 539    Female           $150,000+                  Bachelor degree
## 540    Female   $50,000 - $99,999                  Graduate degree
## 541      Male $100,000 - $149,999               High school degree
## 542    Female   $50,000 - $99,999                  Bachelor degree
## 543      Male   $50,000 - $99,999 Some college or Associate degree
## 544    Female   $50,000 - $99,999                  Graduate degree
## 545      Male $100,000 - $149,999                  Graduate degree
## 546    Female   $50,000 - $99,999                  Graduate degree
## 547    Female $100,000 - $149,999                  Bachelor degree
## 548    Female        $0 - $24,999                  Graduate degree
## 549    Female $100,000 - $149,999                  Graduate degree
## 550      Male $100,000 - $149,999                  Graduate degree
## 551    Female           $150,000+                  Graduate degree
## 552    Female $100,000 - $149,999                  Graduate degree
## 553    Female                                      Bachelor degree
## 554      Male           $150,000+                  Graduate degree
## 555      Male $100,000 - $149,999                  Bachelor degree
## 556      Male $100,000 - $149,999 Some college or Associate degree
## 557      Male                                      Graduate degree
## 558                                                               
## 559      Male           $150,000+                  Bachelor degree
## 560    Female $100,000 - $149,999 Some college or Associate degree
## 561    Female                                      Graduate degree
## 562      Male $100,000 - $149,999                  Graduate degree
## 563      Male   $50,000 - $99,999                  Graduate degree
## 564    Female   $25,000 - $49,999 Some college or Associate degree
## 565      Male   $50,000 - $99,999                  Bachelor degree
## 566    Female   $50,000 - $99,999                  Bachelor degree
## 567    Female $100,000 - $149,999                  Bachelor degree
## 568      Male           $150,000+                  Graduate degree
## 569      Male $100,000 - $149,999 Some college or Associate degree
## 570      Male   $50,000 - $99,999                  Bachelor degree
## 571    Female   $50,000 - $99,999                  Graduate degree
## 572    Female                                   High school degree
## 573                                                               
## 574      Male           $150,000+                  Bachelor degree
## 575      Male   $50,000 - $99,999 Some college or Associate degree
## 576      Male   $50,000 - $99,999                  Bachelor degree
## 577    Female                     Some college or Associate degree
## 578    Female   $50,000 - $99,999               High school degree
## 579      Male   $50,000 - $99,999                  Bachelor degree
## 580      Male   $50,000 - $99,999                  Bachelor degree
## 581    Female                                      Graduate degree
## 582    Female   $50,000 - $99,999               High school degree
## 583    Female        $0 - $24,999                  Bachelor degree
## 584                                                               
## 585      Male $100,000 - $149,999                  Bachelor degree
## 586      Male                     Some college or Associate degree
## 587    Female $100,000 - $149,999                  Bachelor degree
## 588    Female                                      Graduate degree
## 589    Female                                   High school degree
## 590    Female   $25,000 - $49,999                  Bachelor degree
## 591      Male        $0 - $24,999                  Bachelor degree
## 592    Female           $150,000+ Some college or Associate degree
## 593    Female   $50,000 - $99,999                  Graduate degree
## 594      Male   $50,000 - $99,999 Some college or Associate degree
## 595    Female $100,000 - $149,999                  Graduate degree
## 596    Female $100,000 - $149,999                  Graduate degree
## 597    Female $100,000 - $149,999                  Graduate degree
## 598      Male   $50,000 - $99,999                  Graduate degree
## 599      Male   $50,000 - $99,999                  Graduate degree
## 600    Female                                      Bachelor degree
## 601                                                               
## 602      Male   $25,000 - $49,999                  Bachelor degree
## 603      Male        $0 - $24,999               High school degree
## 604    Female $100,000 - $149,999                  Graduate degree
## 605    Female                                      Bachelor degree
## 606    Female                                      Bachelor degree
## 607      Male                     Some college or Associate degree
## 608      Male        $0 - $24,999 Some college or Associate degree
## 609                                                               
## 610    Female                     Some college or Associate degree
## 611    Female   $25,000 - $49,999 Some college or Associate degree
## 612      Male                                      Bachelor degree
## 613    Female   $25,000 - $49,999                  Graduate degree
## 614                                                               
## 615    Female   $50,000 - $99,999 Some college or Associate degree
## 616    Female $100,000 - $149,999               High school degree
## 617    Female   $25,000 - $49,999                  Graduate degree
## 618    Female   $25,000 - $49,999               High school degree
## 619    Female                                      Graduate degree
## 620    Female                                      Graduate degree
## 621    Female                                      Graduate degree
## 622      Male                                      Graduate degree
## 623    Female   $25,000 - $49,999 Some college or Associate degree
## 624    Female                                      Bachelor degree
## 625      Male           $150,000+                  Graduate degree
## 626      Male           $150,000+                  Bachelor degree
## 627    Female $100,000 - $149,999                  Graduate degree
## 628      Male $100,000 - $149,999                  Bachelor degree
## 629    Female   $25,000 - $49,999 Some college or Associate degree
## 630      Male   $50,000 - $99,999                  Bachelor degree
## 631      Male $100,000 - $149,999                  Bachelor degree
## 632    Female                                      Bachelor degree
## 633      Male $100,000 - $149,999                  Bachelor degree
## 634    Female $100,000 - $149,999                  Graduate degree
## 635      Male                     Some college or Associate degree
## 636    Female   $50,000 - $99,999                  Bachelor degree
## 637      Male   $50,000 - $99,999                  Bachelor degree
## 638      Male                                      Bachelor degree
## 639    Female        $0 - $24,999                  Bachelor degree
## 640      Male   $25,000 - $49,999                  Bachelor degree
## 641    Female   $25,000 - $49,999                  Bachelor degree
## 642                                                               
## 643    Female        $0 - $24,999                  Bachelor degree
## 644      Male $100,000 - $149,999 Some college or Associate degree
## 645    Female $100,000 - $149,999 Some college or Associate degree
## 646    Female   $25,000 - $49,999 Some college or Associate degree
## 647    Female                     Some college or Associate degree
## 648    Female   $50,000 - $99,999 Some college or Associate degree
## 649    Female                                                     
## 650      Male        $0 - $24,999 Some college or Associate degree
## 651      Male   $25,000 - $49,999 Some college or Associate degree
## 652    Female $100,000 - $149,999                  Graduate degree
## 653      Male   $50,000 - $99,999                  Bachelor degree
## 654      Male   $50,000 - $99,999 Some college or Associate degree
## 655    Female $100,000 - $149,999                  Bachelor degree
## 656      Male   $25,000 - $49,999 Some college or Associate degree
## 657      Male   $50,000 - $99,999                  Bachelor degree
## 658    Female   $50,000 - $99,999 Some college or Associate degree
## 659      Male   $50,000 - $99,999 Some college or Associate degree
## 660    Female $100,000 - $149,999                  Graduate degree
## 661                                                               
## 662      Male           $150,000+                  Graduate degree
## 663      Male   $50,000 - $99,999                  Bachelor degree
## 664    Female                                      Graduate degree
## 665    Female   $50,000 - $99,999                  Graduate degree
## 666      Male                     Some college or Associate degree
## 667    Female   $50,000 - $99,999                  Graduate degree
## 668      Male $100,000 - $149,999                  Bachelor degree
## 669    Female   $50,000 - $99,999                  Bachelor degree
## 670    Female   $50,000 - $99,999                  Graduate degree
## 671    Female                                      Graduate degree
## 672      Male                                      Graduate degree
## 673      Male   $50,000 - $99,999                  Graduate degree
## 674    Female $100,000 - $149,999                  Bachelor degree
## 675      Male   $50,000 - $99,999                  Bachelor degree
## 676      Male   $50,000 - $99,999 Some college or Associate degree
## 677    Female $100,000 - $149,999                  Graduate degree
## 678      Male   $50,000 - $99,999 Some college or Associate degree
## 679      Male $100,000 - $149,999                  Bachelor degree
## 680    Female   $50,000 - $99,999                  Graduate degree
## 681    Female   $25,000 - $49,999                  Bachelor degree
## 682      Male $100,000 - $149,999                  Graduate degree
## 683      Male   $50,000 - $99,999                  Bachelor degree
## 684    Female                                      Bachelor degree
## 685      Male                                      Bachelor degree
## 686    Female           $150,000+                  Graduate degree
## 687    Female   $25,000 - $49,999               High school degree
## 688                                                               
## 689      Male   $50,000 - $99,999 Some college or Associate degree
## 690    Female   $50,000 - $99,999                  Bachelor degree
## 691      Male $100,000 - $149,999 Some college or Associate degree
## 692    Female $100,000 - $149,999 Some college or Associate degree
## 693    Female                                      Bachelor degree
## 694      Male                                      Graduate degree
## 695    Female   $25,000 - $49,999 Some college or Associate degree
## 696      Male   $50,000 - $99,999 Some college or Associate degree
## 697      Male $100,000 - $149,999                  Graduate degree
## 698      Male           $150,000+                  Graduate degree
## 699      Male $100,000 - $149,999                  Graduate degree
## 700    Female           $150,000+                  Graduate degree
## 701      Male           $150,000+                  Graduate degree
## 702      Male $100,000 - $149,999                  Graduate degree
## 703      Male                                      Graduate degree
## 704    Female           $150,000+                  Graduate degree
## 705    Female   $50,000 - $99,999                  Bachelor degree
## 706    Female $100,000 - $149,999                  Graduate degree
## 707      Male $100,000 - $149,999                  Graduate degree
## 708      Male   $25,000 - $49,999                  Bachelor degree
## 709    Female           $150,000+                  Bachelor degree
## 710      Male   $50,000 - $99,999                  Bachelor degree
## 711    Female $100,000 - $149,999                  Bachelor degree
## 712      Male                     Some college or Associate degree
## 713      Male   $50,000 - $99,999                  Graduate degree
## 714                                                               
## 715    Female   $25,000 - $49,999                  Bachelor degree
## 716    Female        $0 - $24,999                  Bachelor degree
## 717      Male   $50,000 - $99,999                  Graduate degree
## 718      Male   $50,000 - $99,999                  Bachelor degree
## 719      Male           $150,000+     Less than high school degree
## 720    Female   $25,000 - $49,999 Some college or Associate degree
## 721      Male                                      Bachelor degree
## 722    Female   $25,000 - $49,999 Some college or Associate degree
## 723      Male   $25,000 - $49,999                  Graduate degree
## 724                                                               
## 725    Female   $50,000 - $99,999                  Bachelor degree
## 726    Female                                      Graduate degree
## 727      Male                                      Bachelor degree
## 728      Male $100,000 - $149,999                  Graduate degree
## 729    Female   $50,000 - $99,999 Some college or Associate degree
## 730                                                               
## 731    Female                     Some college or Associate degree
## 732    Female   $50,000 - $99,999               High school degree
## 733      Male $100,000 - $149,999                  Graduate degree
## 734      Male   $50,000 - $99,999 Some college or Associate degree
## 735    Female                                      Graduate degree
## 736      Male   $25,000 - $49,999                  Bachelor degree
## 737      Male   $25,000 - $49,999                  Bachelor degree
## 738                                                               
## 739      Male $100,000 - $149,999                  Graduate degree
## 740      Male $100,000 - $149,999 Some college or Associate degree
## 741    Female                     Some college or Associate degree
## 742                                                               
## 743    Female   $50,000 - $99,999               High school degree
## 744      Male           $150,000+ Some college or Associate degree
## 745    Female   $25,000 - $49,999               High school degree
## 746    Female   $50,000 - $99,999 Some college or Associate degree
## 747    Female                                      Bachelor degree
## 748    Female   $50,000 - $99,999               High school degree
## 749                                                               
## 750    Female           $150,000+                  Bachelor degree
## 751      Male   $50,000 - $99,999                  Bachelor degree
## 752    Female                                      Bachelor degree
## 753                                                               
## 754      Male $100,000 - $149,999                  Graduate degree
## 755    Female                     Some college or Associate degree
## 756    Female           $150,000+                  Graduate degree
## 757    Female   $50,000 - $99,999               High school degree
## 758      Male $100,000 - $149,999 Some college or Associate degree
## 759    Female $100,000 - $149,999                  Graduate degree
## 760    Female                                      Bachelor degree
## 761      Male   $50,000 - $99,999 Some college or Associate degree
## 762    Female   $50,000 - $99,999                  Graduate degree
## 763      Male                                      Graduate degree
## 764      Male   $25,000 - $49,999 Some college or Associate degree
## 765                                                               
## 766    Female $100,000 - $149,999                  Graduate degree
## 767      Male $100,000 - $149,999 Some college or Associate degree
## 768      Male                     Some college or Associate degree
## 769    Female        $0 - $24,999 Some college or Associate degree
## 770    Female   $50,000 - $99,999     Less than high school degree
## 771    Female $100,000 - $149,999                  Graduate degree
## 772    Female   $25,000 - $49,999 Some college or Associate degree
## 773      Male $100,000 - $149,999                  Graduate degree
## 774                                                               
## 775      Male   $50,000 - $99,999 Some college or Associate degree
## 776    Female   $50,000 - $99,999                  Bachelor degree
## 777    Female           $150,000+                  Bachelor degree
## 778    Female        $0 - $24,999 Some college or Associate degree
## 779    Female                                      Graduate degree
## 780      Male   $50,000 - $99,999                  Graduate degree
## 781    Female   $25,000 - $49,999                  Bachelor degree
## 782    Female                     Some college or Associate degree
## 783      Male           $150,000+                  Bachelor degree
## 784      Male        $0 - $24,999                  Bachelor degree
## 785      Male           $150,000+                  Bachelor degree
## 786                                                               
## 787    Female           $150,000+                  Graduate degree
## 788    Female   $50,000 - $99,999                  Graduate degree
## 789                                                               
## 790      Male $100,000 - $149,999                  Bachelor degree
## 791    Female   $50,000 - $99,999                  Bachelor degree
## 792    Female                                   High school degree
## 793      Male   $50,000 - $99,999                  Bachelor degree
## 794    Female $100,000 - $149,999                  Bachelor degree
## 795    Female        $0 - $24,999                  Graduate degree
## 796    Female   $50,000 - $99,999 Some college or Associate degree
## 797      Male   $50,000 - $99,999               High school degree
## 798    Female   $50,000 - $99,999                  Graduate degree
## 799      Male   $50,000 - $99,999               High school degree
## 800      Male   $50,000 - $99,999 Some college or Associate degree
## 801    Female   $50,000 - $99,999                  Bachelor degree
## 802      Male           $150,000+                  Graduate degree
## 803    Female $100,000 - $149,999                  Graduate degree
## 804      Male   $50,000 - $99,999                                 
## 805    Female        $0 - $24,999                  Bachelor degree
## 806      Male   $50,000 - $99,999                  Bachelor degree
## 807      Male           $150,000+                  Graduate degree
## 808      Male $100,000 - $149,999                  Graduate degree
## 809    Female           $150,000+                  Bachelor degree
## 810    Female $100,000 - $149,999 Some college or Associate degree
## 811      Male $100,000 - $149,999                  Bachelor degree
## 812                                                               
## 813    Female   $50,000 - $99,999                  Graduate degree
## 814      Male $100,000 - $149,999                  Bachelor degree
## 815      Male $100,000 - $149,999 Some college or Associate degree
## 816      Male                                      Graduate degree
## 817    Female                                      Bachelor degree
## 818      Male                                      Graduate degree
## 819      Male           $150,000+                  Graduate degree
## 820      Male   $50,000 - $99,999 Some college or Associate degree
## 821      Male                                      Bachelor degree
## 822    Female           $150,000+                  Graduate degree
## 823    Female        $0 - $24,999                  Bachelor degree
## 824    Female   $50,000 - $99,999 Some college or Associate degree
## 825      Male   $50,000 - $99,999                  Graduate degree
## 826    Female $100,000 - $149,999                  Bachelor degree
## 827    Female           $150,000+ Some college or Associate degree
## 828    Female $100,000 - $149,999 Some college or Associate degree
## 829      Male           $150,000+                  Graduate degree
## 830    Female   $50,000 - $99,999                  Graduate degree
## 831      Male           $150,000+                  Graduate degree
## 832      Male $100,000 - $149,999                  Bachelor degree
## 833    Female $100,000 - $149,999                  Graduate degree
## 834    Female $100,000 - $149,999 Some college or Associate degree
## 835      Male           $150,000+                  Graduate degree
## 836      Male   $25,000 - $49,999                                 
## 837    Female   $50,000 - $99,999                  Bachelor degree
## 838      Male        $0 - $24,999 Some college or Associate degree
## 839      Male                         Less than high school degree
## 840    Female   $50,000 - $99,999 Some college or Associate degree
## 841    Female           $150,000+                  Graduate degree
## 842    Female                                      Bachelor degree
## 843      Male $100,000 - $149,999               High school degree
## 844      Male   $50,000 - $99,999                  Graduate degree
## 845      Male           $150,000+                  Bachelor degree
## 846    Female                                      Bachelor degree
## 847    Female   $25,000 - $49,999 Some college or Associate degree
## 848    Female   $50,000 - $99,999                  Bachelor degree
## 849    Female   $50,000 - $99,999                  Graduate degree
## 850    Female   $25,000 - $49,999               High school degree
## 851    Female   $50,000 - $99,999               High school degree
## 852      Male                     Some college or Associate degree
## 853    Female                                      Graduate degree
## 854                                                               
## 855                                                               
## 856      Male                     Some college or Associate degree
## 857    Female                                   High school degree
## 858    Female $100,000 - $149,999                  Bachelor degree
## 859      Male           $150,000+                  Graduate degree
## 860    Female   $50,000 - $99,999                  Graduate degree
## 861    Female $100,000 - $149,999 Some college or Associate degree
## 862      Male                                   High school degree
## 863    Female                                      Graduate degree
## 864      Male           $150,000+                  Graduate degree
## 865                                                               
## 866      Male   $25,000 - $49,999                  Bachelor degree
## 867    Female                     Some college or Associate degree
## 868    Female           $150,000+                  Graduate degree
## 869    Female        $0 - $24,999 Some college or Associate degree
## 870    Female        $0 - $24,999               High school degree
## 871    Female                                      Graduate degree
## 872      Male   $50,000 - $99,999                  Graduate degree
## 873                                                               
## 874    Female   $25,000 - $49,999 Some college or Associate degree
## 875      Male        $0 - $24,999                  Bachelor degree
## 876      Male   $50,000 - $99,999                  Graduate degree
## 877      Male   $25,000 - $49,999 Some college or Associate degree
## 878    Female   $50,000 - $99,999                  Bachelor degree
## 879      Male   $25,000 - $49,999                  Graduate degree
## 880      Male $100,000 - $149,999                  Bachelor degree
## 881    Female                     Some college or Associate degree
## 882      Male   $25,000 - $49,999 Some college or Associate degree
## 883      Male   $50,000 - $99,999                  Bachelor degree
## 884      Male           $150,000+                  Bachelor degree
## 885      Male   $50,000 - $99,999                  Graduate degree
## 886    Female        $0 - $24,999     Less than high school degree
## 887    Female        $0 - $24,999 Some college or Associate degree
## 888    Female                                      Graduate degree
## 889                                                               
## 890    Female                                      Bachelor degree
## 891    Female                                      Bachelor degree
## 892    Female                                      Graduate degree
## 893      Male $100,000 - $149,999                  Graduate degree
## 894      Male           $150,000+                  Graduate degree
## 895    Female                                      Bachelor degree
## 896      Male $100,000 - $149,999 Some college or Associate degree
## 897    Female                     Some college or Associate degree
## 898    Female $100,000 - $149,999 Some college or Associate degree
## 899    Female $100,000 - $149,999                  Bachelor degree
## 900    Female $100,000 - $149,999                  Graduate degree
## 901    Female   $50,000 - $99,999                  Bachelor degree
## 902    Female $100,000 - $149,999                  Bachelor degree
## 903    Female   $50,000 - $99,999                  Bachelor degree
## 904    Female                                      Bachelor degree
## 905      Male   $50,000 - $99,999                  Bachelor degree
## 906      Male $100,000 - $149,999                  Graduate degree
## 907      Male $100,000 - $149,999                  Bachelor degree
## 908    Female $100,000 - $149,999                  Graduate degree
## 909      Male        $0 - $24,999 Some college or Associate degree
## 910    Female        $0 - $24,999                  Bachelor degree
## 911      Male $100,000 - $149,999                  Bachelor degree
## 912      Male           $150,000+                  Graduate degree
## 913    Female                                      Bachelor degree
## 914    Female                     Some college or Associate degree
## 915      Male   $50,000 - $99,999                  Bachelor degree
## 916    Female           $150,000+                  Bachelor degree
## 917    Female   $50,000 - $99,999                  Graduate degree
## 918    Female   $50,000 - $99,999 Some college or Associate degree
## 919    Female $100,000 - $149,999 Some college or Associate degree
## 920                                                               
## 921    Female   $50,000 - $99,999 Some college or Associate degree
## 922    Female   $25,000 - $49,999 Some college or Associate degree
## 923      Male   $50,000 - $99,999                  Bachelor degree
## 924      Male   $50,000 - $99,999                  Graduate degree
## 925    Female $100,000 - $149,999                  Bachelor degree
## 926    Female   $50,000 - $99,999                  Bachelor degree
## 927    Female $100,000 - $149,999                  Graduate degree
## 928      Male $100,000 - $149,999                  Graduate degree
## 929    Female $100,000 - $149,999 Some college or Associate degree
## 930                                                               
## 931    Female   $50,000 - $99,999 Some college or Associate degree
## 932      Male $100,000 - $149,999 Some college or Associate degree
## 933      Male $100,000 - $149,999                  Graduate degree
## 934    Female   $50,000 - $99,999 Some college or Associate degree
## 935      Male $100,000 - $149,999               High school degree
## 936    Female $100,000 - $149,999                  Graduate degree
## 937    Female   $50,000 - $99,999                  Bachelor degree
## 938    Female   $50,000 - $99,999                  Bachelor degree
## 939      Male           $150,000+                  Graduate degree
## 940    Female                                      Graduate degree
## 941    Female   $50,000 - $99,999 Some college or Associate degree
## 942    Female   $50,000 - $99,999 Some college or Associate degree
## 943    Female                                      Bachelor degree
## 944    Female           $150,000+                  Graduate degree
## 945    Female   $50,000 - $99,999                  Bachelor degree
## 946      Male                                      Graduate degree
## 947    Female $100,000 - $149,999                  Graduate degree
## 948    Female                                      Bachelor degree
## 949    Female $100,000 - $149,999                  Bachelor degree
## 950    Female $100,000 - $149,999                  Bachelor degree
## 951    Female   $50,000 - $99,999                  Bachelor degree
## 952                                                               
## 953    Female   $50,000 - $99,999                  Graduate degree
## 954      Male   $25,000 - $49,999 Some college or Associate degree
## 955      Male   $50,000 - $99,999               High school degree
## 956    Female   $50,000 - $99,999                  Graduate degree
## 957                                                               
## 958    Female           $150,000+                  Graduate degree
## 959    Female           $150,000+               High school degree
## 960    Female   $50,000 - $99,999 Some college or Associate degree
## 961    Female   $50,000 - $99,999               High school degree
## 962    Female $100,000 - $149,999 Some college or Associate degree
## 963                                                               
## 964                                                               
## 965    Female   $25,000 - $49,999                  Graduate degree
## 966    Female        $0 - $24,999 Some college or Associate degree
## 967    Female   $50,000 - $99,999 Some college or Associate degree
## 968                                                               
## 969    Female                     Some college or Associate degree
## 970    Female                                      Graduate degree
## 971    Female   $50,000 - $99,999               High school degree
## 972    Female           $150,000+                  Bachelor degree
## 973    Female   $25,000 - $49,999                  Bachelor degree
## 974                                                               
## 975      Male   $25,000 - $49,999                  Graduate degree
## 976    Female   $25,000 - $49,999 Some college or Associate degree
## 977      Male   $50,000 - $99,999 Some college or Associate degree
## 978      Male $100,000 - $149,999                  Graduate degree
## 979    Female           $150,000+               High school degree
## 980    Female   $50,000 - $99,999 Some college or Associate degree
## 981    Female                                      Graduate degree
## 982    Female           $150,000+                  Bachelor degree
## 983    Female $100,000 - $149,999 Some college or Associate degree
## 984    Female           $150,000+                  Graduate degree
## 985    Female   $50,000 - $99,999                  Bachelor degree
## 986                                                               
## 987    Female           $150,000+               High school degree
## 988    Female                                      Graduate degree
## 989    Female                                      Graduate degree
## 990    Female   $50,000 - $99,999 Some college or Associate degree
## 991    Female   $50,000 - $99,999                  Graduate degree
## 992      Male   $25,000 - $49,999                  Graduate degree
## 993      Male           $150,000+                  Graduate degree
## 994      Male                                      Bachelor degree
## 995    Female   $25,000 - $49,999 Some college or Associate degree
## 996    Female        $0 - $24,999               High school degree
## 997    Female $100,000 - $149,999                  Graduate degree
## 998      Male   $50,000 - $99,999 Some college or Associate degree
## 999    Female                                      Graduate degree
## 1000   Female                                      Bachelor degree
## 1001     Male   $50,000 - $99,999                  Bachelor degree
## 1002   Female   $25,000 - $49,999                  Graduate degree
## 1003     Male   $50,000 - $99,999                  Graduate degree
## 1004     Male        $0 - $24,999 Some college or Associate degree
## 1005   Female $100,000 - $149,999 Some college or Associate degree
## 1006   Female   $50,000 - $99,999 Some college or Associate degree
## 1007   Female   $50,000 - $99,999                  Bachelor degree
## 1008   Female                                      Bachelor degree
## 1009     Male $100,000 - $149,999                  Bachelor degree
## 1010   Female           $150,000+ Some college or Associate degree
## 1011   Female $100,000 - $149,999 Some college or Associate degree
## 1012     Male   $50,000 - $99,999                  Bachelor degree
## 1013     Male $100,000 - $149,999                  Bachelor degree
## 1014   Female           $150,000+                  Graduate degree
## 1015   Female   $50,000 - $99,999                  Graduate degree
## 1016   Female $100,000 - $149,999                  Bachelor degree
## 1017     Male   $50,000 - $99,999 Some college or Associate degree
## 1018   Female $100,000 - $149,999 Some college or Associate degree
## 1019     Male   $50,000 - $99,999                  Bachelor degree
## 1020                                                              
## 1021   Female   $50,000 - $99,999                  Bachelor degree
## 1022   Female   $50,000 - $99,999                  Graduate degree
## 1023   Female           $150,000+                  Graduate degree
## 1024     Male                     Some college or Associate degree
## 1025     Male $100,000 - $149,999 Some college or Associate degree
## 1026   Female   $50,000 - $99,999 Some college or Associate degree
## 1027   Female           $150,000+                  Graduate degree
## 1028   Female   $50,000 - $99,999                  Graduate degree
## 1029     Male   $25,000 - $49,999                  Bachelor degree
## 1030     Male                                      Graduate degree
## 1031   Female   $50,000 - $99,999                  Graduate degree
## 1032   Female $100,000 - $149,999                  Graduate degree
## 1033                                                              
## 1034     Male $100,000 - $149,999                  Graduate degree
## 1035   Female $100,000 - $149,999 Some college or Associate degree
## 1036   Female                     Some college or Associate degree
## 1037   Female $100,000 - $149,999                  Graduate degree
## 1038     Male                                      Bachelor degree
## 1039   Female           $150,000+                  Bachelor degree
## 1040     Male   $25,000 - $49,999               High school degree
## 1041     Male $100,000 - $149,999                  Graduate degree
## 1042   Female        $0 - $24,999 Some college or Associate degree
## 1043   Female                                      Graduate degree
## 1044   Female $100,000 - $149,999                  Graduate degree
## 1045   Female $100,000 - $149,999               High school degree
## 1046   Female                                      Bachelor degree
## 1047     Male           $150,000+                  Graduate degree
## 1048   Female   $25,000 - $49,999 Some college or Associate degree
## 1049   Female   $50,000 - $99,999                  Bachelor degree
## 1050     Male   $50,000 - $99,999               High school degree
## 1051     Male   $50,000 - $99,999                  Graduate degree
## 1052     Male $100,000 - $149,999                  Graduate degree
## 1053   Female   $50,000 - $99,999 Some college or Associate degree
## 1054   Female   $50,000 - $99,999 Some college or Associate degree
## 1055     Male $100,000 - $149,999                  Bachelor degree
## 1056     Male $100,000 - $149,999                  Graduate degree
## 1057                                                              
## 1058   Female   $50,000 - $99,999                  Bachelor degree
## 1059   Female   $50,000 - $99,999 Some college or Associate degree
## 1060   Female   $25,000 - $49,999                  Graduate degree
## 1061     Male   $50,000 - $99,999                  Graduate degree
## 1062     Male   $25,000 - $49,999                  Bachelor degree
## 1063     Male   $50,000 - $99,999 Some college or Associate degree
## 1064   Female                                      Bachelor degree
## 1065     Male                                      Bachelor degree
## 1066   Female                                      Graduate degree
## 1067   Female   $50,000 - $99,999 Some college or Associate degree
## 1068   Female           $150,000+ Some college or Associate degree
## 1069   Female   $50,000 - $99,999                  Bachelor degree
## 1070     Male   $50,000 - $99,999 Some college or Associate degree
## 1071     Male           $150,000+                  Graduate degree
## 1072     Male           $150,000+ Some college or Associate degree
## 1073   Female        $0 - $24,999 Some college or Associate degree
## 1074   Female           $150,000+ Some college or Associate degree
## 1075     Male $100,000 - $149,999                  Graduate degree
## 1076   Female   $25,000 - $49,999               High school degree
## 1077   Female $100,000 - $149,999                  Bachelor degree
## 1078   Female $100,000 - $149,999                  Graduate degree
## 1079   Female $100,000 - $149,999 Some college or Associate degree
## 1080   Female $100,000 - $149,999 Some college or Associate degree
## 1081   Female   $50,000 - $99,999 Some college or Associate degree
## 1082     Male   $50,000 - $99,999                  Graduate degree
## 1083   Female $100,000 - $149,999               High school degree
## 1084                                                              
## 1085   Female   $25,000 - $49,999 Some college or Associate degree
## 1086   Female   $50,000 - $99,999 Some college or Associate degree
## 1087   Female        $0 - $24,999 Some college or Associate degree
## 1088   Female                     Some college or Associate degree
## 1089   Female $100,000 - $149,999 Some college or Associate degree
## 1090   Female                                      Bachelor degree
## 1091     Male                                   High school degree
## 1092     Male           $150,000+                  Bachelor degree
## 1093     Male   $50,000 - $99,999 Some college or Associate degree
## 1094   Female $100,000 - $149,999 Some college or Associate degree
##      Location..Census.Region.
## 1                    Response
## 2                     Pacific
## 3              South Atlantic
## 4              South Atlantic
## 5             Middle Atlantic
## 6              South Atlantic
## 7          East North Central
## 8                            
## 9                            
## 10                   Mountain
## 11         West North Central
## 12         East North Central
## 13             South Atlantic
## 14         West North Central
## 15                    Pacific
## 16                New England
## 17                   Mountain
## 18                   Mountain
## 19             South Atlantic
## 20                   Mountain
## 21             South Atlantic
## 22             South Atlantic
## 23         East South Central
## 24                   Mountain
## 25                    Pacific
## 26                   Mountain
## 27         East North Central
## 28             South Atlantic
## 29                    Pacific
## 30            Middle Atlantic
## 31                   Mountain
## 32                   Mountain
## 33                   Mountain
## 34                    Pacific
## 35                New England
## 36                   Mountain
## 37         East North Central
## 38         East North Central
## 39             South Atlantic
## 40                New England
## 41            Middle Atlantic
## 42         East North Central
## 43         East North Central
## 44                New England
## 45                    Pacific
## 46            Middle Atlantic
## 47                   Mountain
## 48         West North Central
## 49                           
## 50                    Pacific
## 51         West North Central
## 52                New England
## 53                    Pacific
## 54         East North Central
## 55         West South Central
## 56             South Atlantic
## 57                    Pacific
## 58            Middle Atlantic
## 59                   Mountain
## 60            Middle Atlantic
## 61                           
## 62                   Mountain
## 63                   Mountain
## 64         East North Central
## 65                    Pacific
## 66         East South Central
## 67                    Pacific
## 68         West South Central
## 69         East North Central
## 70            Middle Atlantic
## 71                           
## 72                   Mountain
## 73         West North Central
## 74                    Pacific
## 75         West North Central
## 76         East North Central
## 77         West South Central
## 78                    Pacific
## 79                New England
## 80                    Pacific
## 81             South Atlantic
## 82            Middle Atlantic
## 83                    Pacific
## 84         West North Central
## 85         West North Central
## 86                           
## 87                           
## 88         West North Central
## 89                New England
## 90                           
## 91         East North Central
## 92                           
## 93             South Atlantic
## 94                           
## 95             South Atlantic
## 96                           
## 97         West North Central
## 98         West South Central
## 99         East North Central
## 100            South Atlantic
## 101            South Atlantic
## 102        West North Central
## 103                   Pacific
## 104        West North Central
## 105                  Mountain
## 106           Middle Atlantic
## 107           Middle Atlantic
## 108            South Atlantic
## 109        West North Central
## 110        West North Central
## 111        East North Central
## 112        West North Central
## 113        East North Central
## 114        West South Central
## 115        East North Central
## 116                   Pacific
## 117                          
## 118                          
## 119                   Pacific
## 120           Middle Atlantic
## 121            South Atlantic
## 122                  Mountain
## 123                          
## 124           Middle Atlantic
## 125        East North Central
## 126                          
## 127        East North Central
## 128        West South Central
## 129               New England
## 130           Middle Atlantic
## 131           Middle Atlantic
## 132                          
## 133                   Pacific
## 134        West South Central
## 135                  Mountain
## 136        West South Central
## 137        East North Central
## 138            South Atlantic
## 139        East North Central
## 140               New England
## 141        West South Central
## 142                   Pacific
## 143                   Pacific
## 144                          
## 145                  Mountain
## 146           Middle Atlantic
## 147        West South Central
## 148                  Mountain
## 149            South Atlantic
## 150        West North Central
## 151           Middle Atlantic
## 152                  Mountain
## 153               New England
## 154           Middle Atlantic
## 155           Middle Atlantic
## 156        East North Central
## 157                  Mountain
## 158                   Pacific
## 159        West South Central
## 160        East North Central
## 161        West North Central
## 162        East North Central
## 163                   Pacific
## 164                   Pacific
## 165           Middle Atlantic
## 166                   Pacific
## 167                          
## 168        West North Central
## 169        East North Central
## 170            South Atlantic
## 171        East South Central
## 172               New England
## 173               New England
## 174           Middle Atlantic
## 175            South Atlantic
## 176        East North Central
## 177           Middle Atlantic
## 178        East North Central
## 179               New England
## 180                          
## 181        West North Central
## 182        West North Central
## 183               New England
## 184            South Atlantic
## 185        West North Central
## 186               New England
## 187               New England
## 188        East North Central
## 189           Middle Atlantic
## 190                   Pacific
## 191            South Atlantic
## 192        West South Central
## 193           Middle Atlantic
## 194            South Atlantic
## 195                  Mountain
## 196                  Mountain
## 197            South Atlantic
## 198           Middle Atlantic
## 199                          
## 200        East North Central
## 201        West North Central
## 202                   Pacific
## 203        East South Central
## 204                          
## 205               New England
## 206           Middle Atlantic
## 207        East North Central
## 208                   Pacific
## 209           Middle Atlantic
## 210               New England
## 211        East North Central
## 212            South Atlantic
## 213            South Atlantic
## 214               New England
## 215               New England
## 216            South Atlantic
## 217            South Atlantic
## 218        West North Central
## 219                   Pacific
## 220        West South Central
## 221           Middle Atlantic
## 222        East North Central
## 223        East North Central
## 224               New England
## 225                  Mountain
## 226        West South Central
## 227                          
## 228           Middle Atlantic
## 229           Middle Atlantic
## 230           Middle Atlantic
## 231                          
## 232            South Atlantic
## 233           Middle Atlantic
## 234        East North Central
## 235        East North Central
## 236                   Pacific
## 237        West North Central
## 238        East South Central
## 239        East North Central
## 240        East North Central
## 241            South Atlantic
## 242                   Pacific
## 243        West South Central
## 244        West North Central
## 245        West North Central
## 246        West North Central
## 247        East North Central
## 248        East South Central
## 249            South Atlantic
## 250            South Atlantic
## 251        East North Central
## 252        East North Central
## 253        East North Central
## 254        East North Central
## 255        West North Central
## 256               New England
## 257           Middle Atlantic
## 258            South Atlantic
## 259           Middle Atlantic
## 260        East North Central
## 261        West North Central
## 262            South Atlantic
## 263                  Mountain
## 264        West South Central
## 265           Middle Atlantic
## 266                  Mountain
## 267        West South Central
## 268           Middle Atlantic
## 269        East North Central
## 270                  Mountain
## 271                          
## 272                   Pacific
## 273           Middle Atlantic
## 274        West South Central
## 275        East North Central
## 276                   Pacific
## 277                   Pacific
## 278        West North Central
## 279                   Pacific
## 280           Middle Atlantic
## 281        East North Central
## 282           Middle Atlantic
## 283            South Atlantic
## 284        East North Central
## 285               New England
## 286        West South Central
## 287           Middle Atlantic
## 288        West North Central
## 289            South Atlantic
## 290        West South Central
## 291        East North Central
## 292                   Pacific
## 293               New England
## 294                   Pacific
## 295                          
## 296        East North Central
## 297        East North Central
## 298            South Atlantic
## 299                          
## 300            South Atlantic
## 301        East North Central
## 302        East South Central
## 303                   Pacific
## 304                  Mountain
## 305               New England
## 306                  Mountain
## 307            South Atlantic
## 308            South Atlantic
## 309                          
## 310               New England
## 311                   Pacific
## 312               New England
## 313        West North Central
## 314               New England
## 315                   Pacific
## 316        East North Central
## 317           Middle Atlantic
## 318        West North Central
## 319        East North Central
## 320        East North Central
## 321        East North Central
## 322               New England
## 323                   Pacific
## 324           Middle Atlantic
## 325                  Mountain
## 326                  Mountain
## 327        West North Central
## 328           Middle Atlantic
## 329        West North Central
## 330                          
## 331        East South Central
## 332        East North Central
## 333                          
## 334        East North Central
## 335        West North Central
## 336           Middle Atlantic
## 337            South Atlantic
## 338                          
## 339                   Pacific
## 340        West South Central
## 341        West North Central
## 342        East North Central
## 343            South Atlantic
## 344                          
## 345        West North Central
## 346           Middle Atlantic
## 347        East North Central
## 348                          
## 349                   Pacific
## 350            South Atlantic
## 351           Middle Atlantic
## 352        East North Central
## 353        West North Central
## 354               New England
## 355                   Pacific
## 356               New England
## 357        East North Central
## 358                   Pacific
## 359                   Pacific
## 360                   Pacific
## 361        East North Central
## 362           Middle Atlantic
## 363               New England
## 364        West North Central
## 365               New England
## 366            South Atlantic
## 367               New England
## 368           Middle Atlantic
## 369                   Pacific
## 370                          
## 371               New England
## 372                   Pacific
## 373                  Mountain
## 374        East North Central
## 375                   Pacific
## 376            South Atlantic
## 377            South Atlantic
## 378               New England
## 379            South Atlantic
## 380        East North Central
## 381        East South Central
## 382        West North Central
## 383        West North Central
## 384                          
## 385        East North Central
## 386                          
## 387        West North Central
## 388                   Pacific
## 389            South Atlantic
## 390                          
## 391        East North Central
## 392               New England
## 393        East North Central
## 394           Middle Atlantic
## 395        East North Central
## 396        East North Central
## 397        East North Central
## 398               New England
## 399        West North Central
## 400                  Mountain
## 401                          
## 402                  Mountain
## 403        East North Central
## 404                   Pacific
## 405        East North Central
## 406        West North Central
## 407                   Pacific
## 408               New England
## 409        West South Central
## 410        East North Central
## 411        West North Central
## 412                          
## 413               New England
## 414                          
## 415            South Atlantic
## 416        East North Central
## 417                          
## 418        West South Central
## 419        West North Central
## 420        East North Central
## 421            South Atlantic
## 422                   Pacific
## 423               New England
## 424           Middle Atlantic
## 425           Middle Atlantic
## 426        East North Central
## 427        West North Central
## 428        West North Central
## 429        West North Central
## 430        West South Central
## 431                   Pacific
## 432        East North Central
## 433        East North Central
## 434                  Mountain
## 435        East North Central
## 436        East North Central
## 437        East North Central
## 438        East North Central
## 439        East North Central
## 440            South Atlantic
## 441            South Atlantic
## 442        West North Central
## 443               New England
## 444        West South Central
## 445        East North Central
## 446        East North Central
## 447        West South Central
## 448                   Pacific
## 449            South Atlantic
## 450                   Pacific
## 451           Middle Atlantic
## 452        West South Central
## 453                   Pacific
## 454                   Pacific
## 455        East North Central
## 456                  Mountain
## 457            South Atlantic
## 458           Middle Atlantic
## 459                          
## 460           Middle Atlantic
## 461        East South Central
## 462            South Atlantic
## 463                          
## 464            South Atlantic
## 465                          
## 466        West South Central
## 467        East North Central
## 468           Middle Atlantic
## 469        East South Central
## 470        West North Central
## 471                   Pacific
## 472            South Atlantic
## 473                   Pacific
## 474                          
## 475                          
## 476                   Pacific
## 477        East North Central
## 478        East North Central
## 479        West North Central
## 480        East South Central
## 481           Middle Atlantic
## 482        East North Central
## 483               New England
## 484            South Atlantic
## 485        East South Central
## 486               New England
## 487                          
## 488        West North Central
## 489            South Atlantic
## 490            South Atlantic
## 491                   Pacific
## 492                          
## 493                   Pacific
## 494            South Atlantic
## 495           Middle Atlantic
## 496        East North Central
## 497        East North Central
## 498            South Atlantic
## 499                  Mountain
## 500            South Atlantic
## 501               New England
## 502                   Pacific
## 503                   Pacific
## 504        East North Central
## 505                          
## 506        West North Central
## 507           Middle Atlantic
## 508        West North Central
## 509           Middle Atlantic
## 510        East North Central
## 511        East North Central
## 512                  Mountain
## 513        West South Central
## 514        West North Central
## 515        East North Central
## 516               New England
## 517            South Atlantic
## 518        East North Central
## 519        West North Central
## 520               New England
## 521        West North Central
## 522                  Mountain
## 523               New England
## 524        East North Central
## 525                          
## 526        West South Central
## 527           Middle Atlantic
## 528        West South Central
## 529                  Mountain
## 530                   Pacific
## 531                          
## 532            South Atlantic
## 533        East North Central
## 534            South Atlantic
## 535            South Atlantic
## 536        West South Central
## 537                          
## 538        West North Central
## 539        West South Central
## 540        East North Central
## 541           Middle Atlantic
## 542        East South Central
## 543        West South Central
## 544            South Atlantic
## 545        West North Central
## 546        East North Central
## 547           Middle Atlantic
## 548           Middle Atlantic
## 549        East South Central
## 550        East North Central
## 551        East North Central
## 552        West North Central
## 553           Middle Atlantic
## 554        East South Central
## 555        West North Central
## 556                  Mountain
## 557           Middle Atlantic
## 558                          
## 559            South Atlantic
## 560           Middle Atlantic
## 561               New England
## 562        West South Central
## 563        West North Central
## 564           Middle Atlantic
## 565                   Pacific
## 566        East North Central
## 567                   Pacific
## 568           Middle Atlantic
## 569        East South Central
## 570        East South Central
## 571        East North Central
## 572           Middle Atlantic
## 573                          
## 574               New England
## 575                  Mountain
## 576        West South Central
## 577            South Atlantic
## 578        West North Central
## 579               New England
## 580        West North Central
## 581               New England
## 582            South Atlantic
## 583            South Atlantic
## 584                          
## 585                   Pacific
## 586               New England
## 587        East South Central
## 588           Middle Atlantic
## 589            South Atlantic
## 590                   Pacific
## 591                   Pacific
## 592               New England
## 593               New England
## 594        East North Central
## 595            South Atlantic
## 596        East South Central
## 597                   Pacific
## 598               New England
## 599                  Mountain
## 600               New England
## 601                          
## 602           Middle Atlantic
## 603                          
## 604                   Pacific
## 605                   Pacific
## 606                   Pacific
## 607        East North Central
## 608        West South Central
## 609                          
## 610        East North Central
## 611           Middle Atlantic
## 612           Middle Atlantic
## 613                  Mountain
## 614                          
## 615            South Atlantic
## 616        East North Central
## 617           Middle Atlantic
## 618        West North Central
## 619                   Pacific
## 620           Middle Atlantic
## 621        East North Central
## 622                  Mountain
## 623            South Atlantic
## 624           Middle Atlantic
## 625        East North Central
## 626           Middle Atlantic
## 627           Middle Atlantic
## 628        East North Central
## 629        East North Central
## 630        West North Central
## 631                   Pacific
## 632           Middle Atlantic
## 633           Middle Atlantic
## 634                   Pacific
## 635        West South Central
## 636        East North Central
## 637            South Atlantic
## 638        East North Central
## 639        West North Central
## 640        East North Central
## 641            South Atlantic
## 642                          
## 643               New England
## 644                  Mountain
## 645        West North Central
## 646           Middle Atlantic
## 647               New England
## 648        East North Central
## 649           Middle Atlantic
## 650           Middle Atlantic
## 651        East North Central
## 652           Middle Atlantic
## 653            South Atlantic
## 654           Middle Atlantic
## 655            South Atlantic
## 656                   Pacific
## 657                   Pacific
## 658        East North Central
## 659               New England
## 660        East North Central
## 661                          
## 662               New England
## 663                   Pacific
## 664           Middle Atlantic
## 665        East North Central
## 666            South Atlantic
## 667           Middle Atlantic
## 668               New England
## 669           Middle Atlantic
## 670        West North Central
## 671            South Atlantic
## 672            South Atlantic
## 673           Middle Atlantic
## 674           Middle Atlantic
## 675        East North Central
## 676           Middle Atlantic
## 677           Middle Atlantic
## 678        West North Central
## 679        East North Central
## 680                  Mountain
## 681        East North Central
## 682        West North Central
## 683        West North Central
## 684               New England
## 685           Middle Atlantic
## 686            South Atlantic
## 687                  Mountain
## 688                          
## 689        West South Central
## 690                   Pacific
## 691               New England
## 692           Middle Atlantic
## 693        West South Central
## 694            South Atlantic
## 695            South Atlantic
## 696               New England
## 697                   Pacific
## 698           Middle Atlantic
## 699               New England
## 700           Middle Atlantic
## 701        East North Central
## 702               New England
## 703                   Pacific
## 704                   Pacific
## 705        East North Central
## 706               New England
## 707           Middle Atlantic
## 708               New England
## 709        East North Central
## 710        East North Central
## 711                   Pacific
## 712                   Pacific
## 713        East North Central
## 714                          
## 715        East North Central
## 716        West South Central
## 717           Middle Atlantic
## 718                   Pacific
## 719        West South Central
## 720                   Pacific
## 721                   Pacific
## 722        East North Central
## 723            South Atlantic
## 724                          
## 725            South Atlantic
## 726            South Atlantic
## 727                  Mountain
## 728        West North Central
## 729           Middle Atlantic
## 730                          
## 731                  Mountain
## 732                   Pacific
## 733        West North Central
## 734        East North Central
## 735            South Atlantic
## 736            South Atlantic
## 737           Middle Atlantic
## 738                          
## 739           Middle Atlantic
## 740            South Atlantic
## 741           Middle Atlantic
## 742                          
## 743           Middle Atlantic
## 744        West South Central
## 745            South Atlantic
## 746                   Pacific
## 747        East North Central
## 748            South Atlantic
## 749                          
## 750                   Pacific
## 751           Middle Atlantic
## 752                  Mountain
## 753                          
## 754               New England
## 755        East North Central
## 756                  Mountain
## 757        East South Central
## 758           Middle Atlantic
## 759        East North Central
## 760           Middle Atlantic
## 761            South Atlantic
## 762           Middle Atlantic
## 763           Middle Atlantic
## 764            South Atlantic
## 765                          
## 766           Middle Atlantic
## 767        East North Central
## 768        West North Central
## 769            South Atlantic
## 770            South Atlantic
## 771            South Atlantic
## 772        East South Central
## 773                   Pacific
## 774                          
## 775                   Pacific
## 776        West South Central
## 777           Middle Atlantic
## 778           Middle Atlantic
## 779            South Atlantic
## 780        East North Central
## 781        West South Central
## 782           Middle Atlantic
## 783                   Pacific
## 784        East North Central
## 785               New England
## 786                          
## 787            South Atlantic
## 788        East North Central
## 789                          
## 790        West North Central
## 791        East North Central
## 792                   Pacific
## 793            South Atlantic
## 794        East North Central
## 795            South Atlantic
## 796               New England
## 797        West North Central
## 798        East North Central
## 799            South Atlantic
## 800            South Atlantic
## 801           Middle Atlantic
## 802                   Pacific
## 803        West North Central
## 804        East North Central
## 805                  Mountain
## 806                  Mountain
## 807        East North Central
## 808                  Mountain
## 809        East North Central
## 810                  Mountain
## 811        East North Central
## 812                          
## 813                   Pacific
## 814        West South Central
## 815        East South Central
## 816               New England
## 817            South Atlantic
## 818        East North Central
## 819        West North Central
## 820        East North Central
## 821        West North Central
## 822            South Atlantic
## 823        East South Central
## 824        East North Central
## 825           Middle Atlantic
## 826        East North Central
## 827            South Atlantic
## 828        West South Central
## 829            South Atlantic
## 830           Middle Atlantic
## 831               New England
## 832        East North Central
## 833        West South Central
## 834                   Pacific
## 835        East North Central
## 836        West North Central
## 837        East South Central
## 838                   Pacific
## 839               New England
## 840           Middle Atlantic
## 841        West South Central
## 842        East South Central
## 843               New England
## 844                  Mountain
## 845        East North Central
## 846        East North Central
## 847        East North Central
## 848            South Atlantic
## 849        East North Central
## 850        East North Central
## 851            South Atlantic
## 852                   Pacific
## 853           Middle Atlantic
## 854                          
## 855                          
## 856                   Pacific
## 857           Middle Atlantic
## 858        East North Central
## 859                   Pacific
## 860               New England
## 861            South Atlantic
## 862        East North Central
## 863           Middle Atlantic
## 864        East North Central
## 865                          
## 866        West South Central
## 867        West South Central
## 868        East North Central
## 869               New England
## 870           Middle Atlantic
## 871           Middle Atlantic
## 872        West North Central
## 873                          
## 874        West South Central
## 875            South Atlantic
## 876            South Atlantic
## 877           Middle Atlantic
## 878            South Atlantic
## 879        West South Central
## 880           Middle Atlantic
## 881           Middle Atlantic
## 882        West South Central
## 883        West South Central
## 884                          
## 885        East North Central
## 886            South Atlantic
## 887        East South Central
## 888            South Atlantic
## 889                          
## 890        West South Central
## 891           Middle Atlantic
## 892                  Mountain
## 893           Middle Atlantic
## 894            South Atlantic
## 895           Middle Atlantic
## 896                  Mountain
## 897        East North Central
## 898               New England
## 899        West North Central
## 900                   Pacific
## 901           Middle Atlantic
## 902                   Pacific
## 903                  Mountain
## 904           Middle Atlantic
## 905           Middle Atlantic
## 906                   Pacific
## 907        West North Central
## 908        East South Central
## 909                  Mountain
## 910            South Atlantic
## 911            South Atlantic
## 912            South Atlantic
## 913            South Atlantic
## 914           Middle Atlantic
## 915            South Atlantic
## 916           Middle Atlantic
## 917           Middle Atlantic
## 918        East North Central
## 919        West South Central
## 920                          
## 921                   Pacific
## 922                  Mountain
## 923        East North Central
## 924        East North Central
## 925            South Atlantic
## 926        West North Central
## 927                   Pacific
## 928           Middle Atlantic
## 929        West North Central
## 930                          
## 931            South Atlantic
## 932                  Mountain
## 933            South Atlantic
## 934        East North Central
## 935           Middle Atlantic
## 936        East South Central
## 937           Middle Atlantic
## 938            South Atlantic
## 939                   Pacific
## 940                   Pacific
## 941        East North Central
## 942        West North Central
## 943           Middle Atlantic
## 944            South Atlantic
## 945                   Pacific
## 946        East North Central
## 947               New England
## 948           Middle Atlantic
## 949                   Pacific
## 950               New England
## 951               New England
## 952                          
## 953            South Atlantic
## 954        West South Central
## 955        West North Central
## 956            South Atlantic
## 957                          
## 958        East North Central
## 959                   Pacific
## 960               New England
## 961        East South Central
## 962        West North Central
## 963                          
## 964                          
## 965                  Mountain
## 966        West North Central
## 967                  Mountain
## 968                          
## 969                   Pacific
## 970            South Atlantic
## 971            South Atlantic
## 972           Middle Atlantic
## 973        West South Central
## 974                          
## 975           Middle Atlantic
## 976           Middle Atlantic
## 977                   Pacific
## 978           Middle Atlantic
## 979        West South Central
## 980        East North Central
## 981           Middle Atlantic
## 982        East North Central
## 983        East North Central
## 984               New England
## 985            South Atlantic
## 986                          
## 987           Middle Atlantic
## 988            South Atlantic
## 989                   Pacific
## 990           Middle Atlantic
## 991            South Atlantic
## 992           Middle Atlantic
## 993               New England
## 994           Middle Atlantic
## 995        West South Central
## 996        East South Central
## 997        East North Central
## 998           Middle Atlantic
## 999               New England
## 1000          Middle Atlantic
## 1001       East North Central
## 1002                  Pacific
## 1003       East North Central
## 1004       East North Central
## 1005              New England
## 1006       East North Central
## 1007       West North Central
## 1008       East North Central
## 1009                  Pacific
## 1010          Middle Atlantic
## 1011                  Pacific
## 1012       East South Central
## 1013       West North Central
## 1014       East North Central
## 1015           South Atlantic
## 1016       West South Central
## 1017           South Atlantic
## 1018           South Atlantic
## 1019              New England
## 1020                         
## 1021       West South Central
## 1022                  Pacific
## 1023          Middle Atlantic
## 1024           South Atlantic
## 1025          Middle Atlantic
## 1026       West North Central
## 1027       West South Central
## 1028          Middle Atlantic
## 1029              New England
## 1030       East North Central
## 1031       West North Central
## 1032          Middle Atlantic
## 1033                         
## 1034           South Atlantic
## 1035              New England
## 1036       East North Central
## 1037                  Pacific
## 1038                  Pacific
## 1039                  Pacific
## 1040       East North Central
## 1041       West North Central
## 1042                 Mountain
## 1043           South Atlantic
## 1044              New England
## 1045           South Atlantic
## 1046                  Pacific
## 1047                  Pacific
## 1048       West North Central
## 1049                  Pacific
## 1050                  Pacific
## 1051       East North Central
## 1052       West North Central
## 1053           South Atlantic
## 1054       East North Central
## 1055           South Atlantic
## 1056          Middle Atlantic
## 1057                         
## 1058           South Atlantic
## 1059                  Pacific
## 1060       East North Central
## 1061       West North Central
## 1062                  Pacific
## 1063                  Pacific
## 1064       East North Central
## 1065       East North Central
## 1066       East North Central
## 1067                  Pacific
## 1068              New England
## 1069       East South Central
## 1070       East North Central
## 1071          Middle Atlantic
## 1072       West South Central
## 1073       East North Central
## 1074                  Pacific
## 1075              New England
## 1076                 Mountain
## 1077                  Pacific
## 1078       East North Central
## 1079                  Pacific
## 1080              New England
## 1081       West South Central
## 1082       East North Central
## 1083       East North Central
## 1084                         
## 1085       East North Central
## 1086       East North Central
## 1087       East North Central
## 1088                 Mountain
## 1089          Middle Atlantic
## 1090           South Atlantic
## 1091       East North Central
## 1092          Middle Atlantic
## 1093              New England
## 1094       West North Central
sleep_age <- MyData %>%
  filter(Age != "-", Age != "Response") %>%
  select(Age)

##summary(MyData)
sleep_age
##        Age
## 1    18-29
## 2    18-29
## 3    18-29
## 4    18-29
## 5    18-29
## 6    18-29
## 7    45-60
## 8     > 60
## 9    18-29
## 10   30-44
## 11   30-44
## 12   30-44
## 13   30-44
## 14   30-44
## 15   30-44
## 16   30-44
## 17   30-44
## 18   30-44
## 19   18-29
## 20   30-44
## 21   30-44
## 22   30-44
## 23   18-29
## 24   30-44
## 25   30-44
## 26   18-29
## 27   30-44
## 28   30-44
## 29   30-44
## 30   30-44
## 31   18-29
## 32   30-44
## 33   30-44
## 34   30-44
## 35   30-44
## 36   30-44
## 37   30-44
## 38   30-44
## 39   30-44
## 40   30-44
## 41   18-29
## 42   30-44
## 43   30-44
## 44   18-29
## 45   30-44
## 46   30-44
## 47   30-44
## 48   18-29
## 49   30-44
## 50   18-29
## 51   18-29
## 52   30-44
## 53   30-44
## 54   18-29
## 55   30-44
## 56   30-44
## 57   30-44
## 58   30-44
## 59   18-29
## 60   30-44
## 61   18-29
## 62   30-44
## 63   18-29
## 64   30-44
## 65   30-44
## 66   18-29
## 67   30-44
## 68   30-44
## 69   30-44
## 70   45-60
## 71   45-60
## 72   45-60
## 73   45-60
## 74   30-44
## 75   30-44
## 76   18-29
## 77   30-44
## 78   45-60
## 79   30-44
## 80   30-44
## 81   45-60
## 82   18-29
## 83   45-60
## 84   45-60
## 85   45-60
## 86   18-29
## 87   45-60
## 88   18-29
## 89   45-60
## 90   45-60
## 91   30-44
## 92   45-60
## 93   45-60
## 94   45-60
## 95   18-29
## 96   30-44
## 97   30-44
## 98   45-60
## 99   45-60
## 100  30-44
## 101  45-60
## 102  30-44
## 103  45-60
## 104  18-29
## 105  45-60
## 106  45-60
## 107  45-60
## 108  18-29
## 109  30-44
## 110  30-44
## 111  45-60
## 112  45-60
## 113  18-29
## 114  45-60
## 115  45-60
## 116  45-60
## 117  18-29
## 118  45-60
## 119  45-60
## 120  45-60
## 121  30-44
## 122  30-44
## 123  30-44
## 124  45-60
## 125  30-44
## 126  30-44
## 127  45-60
## 128  45-60
## 129  45-60
## 130  18-29
## 131  45-60
## 132  45-60
## 133  45-60
## 134  45-60
## 135  30-44
## 136  45-60
## 137  45-60
## 138   > 60
## 139  30-44
## 140  45-60
## 141  18-29
## 142  30-44
## 143  30-44
## 144   > 60
## 145  45-60
## 146  45-60
## 147  30-44
## 148  30-44
## 149   > 60
## 150   > 60
## 151  30-44
## 152   > 60
## 153  45-60
## 154  30-44
## 155  45-60
## 156  45-60
## 157   > 60
## 158  18-29
## 159  30-44
## 160  30-44
## 161  45-60
## 162  45-60
## 163   > 60
## 164   > 60
## 165  45-60
## 166  30-44
## 167  45-60
## 168   > 60
## 169  45-60
## 170   > 60
## 171   > 60
## 172   > 60
## 173  45-60
## 174  45-60
## 175  45-60
## 176  30-44
## 177  45-60
## 178  30-44
## 179  45-60
## 180  45-60
## 181  45-60
## 182   > 60
## 183   > 60
## 184  30-44
## 185  30-44
## 186  45-60
## 187  45-60
## 188   > 60
## 189   > 60
## 190   > 60
## 191   > 60
## 192   > 60
## 193   > 60
## 194   > 60
## 195   > 60
## 196   > 60
## 197  45-60
## 198   > 60
## 199   > 60
## 200   > 60
## 201  18-29
## 202   > 60
## 203  30-44
## 204  30-44
## 205   > 60
## 206   > 60
## 207   > 60
## 208   > 60
## 209   > 60
## 210   > 60
## 211   > 60
## 212   > 60
## 213  30-44
## 214   > 60
## 215   > 60
## 216   > 60
## 217  45-60
## 218  30-44
## 219  18-29
## 220  30-44
## 221   > 60
## 222  18-29
## 223  18-29
## 224  30-44
## 225   > 60
## 226  30-44
## 227  30-44
## 228  30-44
## 229  30-44
## 230  18-29
## 231   > 60
## 232  30-44
## 233  30-44
## 234   > 60
## 235   > 60
## 236  18-29
## 237  45-60
## 238   > 60
## 239   > 60
## 240   > 60
## 241  30-44
## 242  30-44
## 243  45-60
## 244  30-44
## 245  30-44
## 246   > 60
## 247  30-44
## 248   > 60
## 249  45-60
## 250  45-60
## 251  30-44
## 252  18-29
## 253  45-60
## 254   > 60
## 255  30-44
## 256  30-44
## 257   > 60
## 258  30-44
## 259  45-60
## 260  18-29
## 261  45-60
## 262  30-44
## 263   > 60
## 264   > 60
## 265  45-60
## 266  30-44
## 267  30-44
## 268  30-44
## 269   > 60
## 270  45-60
## 271   > 60
## 272  45-60
## 273  45-60
## 274  45-60
## 275  30-44
## 276  45-60
## 277  30-44
## 278   > 60
## 279  30-44
## 280  30-44
## 281  18-29
## 282  30-44
## 283  45-60
## 284  45-60
## 285   > 60
## 286  18-29
## 287  45-60
## 288  30-44
## 289   > 60
## 290   > 60
## 291  45-60
## 292  30-44
## 293   > 60
## 294   > 60
## 295  45-60
## 296  30-44
## 297  18-29
## 298  30-44
## 299  30-44
## 300  45-60
## 301  45-60
## 302  45-60
## 303  45-60
## 304  45-60
## 305   > 60
## 306  30-44
## 307  45-60
## 308   > 60
## 309  18-29
## 310   > 60
## 311   > 60
## 312   > 60
## 313   > 60
## 314  45-60
## 315  45-60
## 316  45-60
## 317  30-44
## 318  18-29
## 319  45-60
## 320  18-29
## 321   > 60
## 322  45-60
## 323   > 60
## 324  45-60
## 325  30-44
## 326  30-44
## 327   > 60
## 328   > 60
## 329  18-29
## 330  45-60
## 331  45-60
## 332  30-44
## 333  30-44
## 334  45-60
## 335   > 60
## 336   > 60
## 337  18-29
## 338  45-60
## 339  45-60
## 340  18-29
## 341   > 60
## 342  45-60
## 343   > 60
## 344  45-60
## 345   > 60
## 346   > 60
## 347   > 60
## 348  45-60
## 349  30-44
## 350  45-60
## 351  45-60
## 352  18-29
## 353  30-44
## 354  30-44
## 355  45-60
## 356  30-44
## 357  18-29
## 358   > 60
## 359   > 60
## 360   > 60
## 361  45-60
## 362   > 60
## 363  30-44
## 364  18-29
## 365  45-60
## 366  30-44
## 367   > 60
## 368   > 60
## 369  30-44
## 370  18-29
## 371   > 60
## 372  45-60
## 373  18-29
## 374   > 60
## 375  30-44
## 376  30-44
## 377  45-60
## 378  30-44
## 379  18-29
## 380  18-29
## 381  45-60
## 382  18-29
## 383   > 60
## 384  30-44
## 385   > 60
## 386  45-60
## 387  45-60
## 388   > 60
## 389  18-29
## 390   > 60
## 391  45-60
## 392  45-60
## 393  30-44
## 394  45-60
## 395  45-60
## 396  45-60
## 397  45-60
## 398   > 60
## 399  45-60
## 400  45-60
## 401   > 60
## 402  45-60
## 403   > 60
## 404   > 60
## 405   > 60
## 406   > 60
## 407  45-60
## 408  18-29
## 409  30-44
## 410   > 60
## 411   > 60
## 412  45-60
## 413  30-44
## 414  30-44
## 415  45-60
## 416  18-29
## 417  30-44
## 418   > 60
## 419   > 60
## 420  30-44
## 421  30-44
## 422   > 60
## 423  18-29
## 424  30-44
## 425  18-29
## 426  45-60
## 427  30-44
## 428  45-60
## 429   > 60
## 430  45-60
## 431  30-44
## 432  30-44
## 433   > 60
## 434  45-60
## 435  18-29
## 436  45-60
## 437  30-44
## 438  45-60
## 439  30-44
## 440  45-60
## 441  18-29
## 442  18-29
## 443   > 60
## 444  18-29
## 445  45-60
## 446  18-29
## 447  45-60
## 448  30-44
## 449   > 60
## 450   > 60
## 451   > 60
## 452  30-44
## 453  30-44
## 454   > 60
## 455   > 60
## 456  30-44
## 457   > 60
## 458  18-29
## 459   > 60
## 460  45-60
## 461   > 60
## 462   > 60
## 463  30-44
## 464  45-60
## 465   > 60
## 466   > 60
## 467  18-29
## 468   > 60
## 469  45-60
## 470  30-44
## 471  45-60
## 472   > 60
## 473  30-44
## 474  18-29
## 475   > 60
## 476   > 60
## 477  18-29
## 478  45-60
## 479   > 60
## 480  45-60
## 481  45-60
## 482  18-29
## 483   > 60
## 484   > 60
## 485   > 60
## 486  30-44
## 487   > 60
## 488   > 60
## 489  45-60
## 490   > 60
## 491  45-60
## 492  30-44
## 493  30-44
## 494  30-44
## 495   > 60
## 496  18-29
## 497  30-44
## 498  45-60
## 499  45-60
## 500  30-44
## 501   > 60
## 502  45-60
## 503  45-60
## 504   > 60
## 505   > 60
## 506  45-60
## 507   > 60
## 508   > 60
## 509  45-60
## 510   > 60
## 511   > 60
## 512   > 60
## 513  18-29
## 514   > 60
## 515  30-44
## 516  30-44
## 517   > 60
## 518  45-60
## 519  45-60
## 520  30-44
## 521   > 60
## 522  30-44
## 523  45-60
## 524  30-44
## 525  30-44
## 526   > 60
## 527   > 60
## 528  18-29
## 529  45-60
## 530  45-60
## 531  45-60
## 532  30-44
## 533   > 60
## 534  30-44
## 535  30-44
## 536  45-60
## 537  30-44
## 538  30-44
## 539  45-60
## 540   > 60
## 541   > 60
## 542  30-44
## 543  45-60
## 544   > 60
## 545   > 60
## 546   > 60
## 547  45-60
## 548   > 60
## 549  30-44
## 550   > 60
## 551   > 60
## 552  45-60
## 553  45-60
## 554  18-29
## 555  45-60
## 556  45-60
## 557   > 60
## 558  18-29
## 559  45-60
## 560  45-60
## 561   > 60
## 562   > 60
## 563  30-44
## 564  30-44
## 565  45-60
## 566   > 60
## 567  30-44
## 568  18-29
## 569   > 60
## 570  30-44
## 571  45-60
## 572   > 60
## 573  45-60
## 574  45-60
## 575  30-44
## 576  30-44
## 577  45-60
## 578   > 60
## 579   > 60
## 580  45-60
## 581   > 60
## 582  45-60
## 583  30-44
## 584   > 60
## 585  45-60
## 586  18-29
## 587  45-60
## 588  45-60
## 589  30-44
## 590   > 60
## 591  45-60
## 592   > 60
## 593   > 60
## 594   > 60
## 595   > 60
## 596  45-60
## 597  45-60
## 598  18-29
## 599  45-60
## 600   > 60
## 601   > 60
## 602  30-44
## 603  30-44
## 604   > 60
## 605   > 60
## 606   > 60
## 607  30-44
## 608  45-60
## 609  45-60
## 610  45-60
## 611  18-29
## 612  30-44
## 613  18-29
## 614  45-60
## 615  45-60
## 616   > 60
## 617   > 60
## 618  45-60
## 619  45-60
## 620   > 60
## 621   > 60
## 622  30-44
## 623  18-29
## 624   > 60
## 625   > 60
## 626   > 60
## 627  45-60
## 628  45-60
## 629  18-29
## 630  30-44
## 631  30-44
## 632   > 60
## 633  30-44
## 634  18-29
## 635   > 60
## 636   > 60
## 637   > 60
## 638   > 60
## 639  30-44
## 640   > 60
## 641  45-60
## 642  45-60
## 643  45-60
## 644   > 60
## 645  30-44
## 646   > 60
## 647  45-60
## 648  30-44
## 649   > 60
## 650  30-44
## 651  18-29
## 652  45-60
## 653  45-60
## 654   > 60
## 655  18-29
## 656  18-29
## 657   > 60
## 658   > 60
## 659   > 60
## 660  18-29
## 661  45-60
## 662  45-60
## 663  30-44
## 664  30-44
## 665  30-44
## 666  30-44
## 667  45-60
## 668   > 60
## 669  30-44
## 670  45-60
## 671   > 60
## 672   > 60
## 673  30-44
## 674  45-60
## 675  30-44
## 676  45-60
## 677   > 60
## 678  18-29
## 679   > 60
## 680   > 60
## 681  30-44
## 682  30-44
## 683   > 60
## 684  30-44
## 685  45-60
## 686   > 60
## 687   > 60
## 688   > 60
## 689  30-44
## 690  45-60
## 691  45-60
## 692   > 60
## 693  45-60
## 694  45-60
## 695  45-60
## 696  30-44
## 697  30-44
## 698  30-44
## 699   > 60
## 700  45-60
## 701  45-60
## 702   > 60
## 703  45-60
## 704  30-44
## 705  30-44
## 706   > 60
## 707  45-60
## 708  30-44
## 709   > 60
## 710   > 60
## 711  45-60
## 712   > 60
## 713  30-44
## 714  18-29
## 715  30-44
## 716  45-60
## 717  45-60
## 718  45-60
## 719  30-44
## 720   > 60
## 721  45-60
## 722  30-44
## 723  45-60
## 724  18-29
## 725  18-29
## 726  30-44
## 727  30-44
## 728  18-29
## 729  45-60
## 730  30-44
## 731  45-60
## 732   > 60
## 733  30-44
## 734   > 60
## 735  18-29
## 736  30-44
## 737   > 60
## 738   > 60
## 739  30-44
## 740  18-29
## 741   > 60
## 742  30-44
## 743  45-60
## 744  45-60
## 745   > 60
## 746  18-29
## 747   > 60
## 748  45-60
## 749  45-60
## 750  45-60
## 751   > 60
## 752  18-29
## 753   > 60
## 754   > 60
## 755  45-60
## 756  30-44
## 757  45-60
## 758  30-44
## 759   > 60
## 760   > 60
## 761  45-60
## 762  45-60
## 763   > 60
## 764  45-60
## 765   > 60
## 766  45-60
## 767  45-60
## 768  18-29
## 769  30-44
## 770   > 60
## 771  18-29
## 772  45-60
## 773  45-60
## 774   > 60
## 775  45-60
## 776  45-60
## 777  45-60
## 778  30-44
## 779  30-44
## 780  30-44
## 781  18-29
## 782   > 60
## 783  30-44
## 784  45-60
## 785  30-44
## 786   > 60
## 787  45-60
## 788  45-60
## 789   > 60
## 790  45-60
## 791  45-60
## 792  18-29
## 793   > 60
## 794   > 60
## 795  45-60
## 796   > 60
## 797  45-60
## 798   > 60
## 799  30-44
## 800  30-44
## 801   > 60
## 802  30-44
## 803  45-60
## 804  45-60
## 805   > 60
## 806  45-60
## 807  18-29
## 808  18-29
## 809  45-60
## 810  45-60
## 811  45-60
## 812  18-29
## 813   > 60
## 814   > 60
## 815  18-29
## 816  45-60
## 817  45-60
## 818  45-60
## 819   > 60
## 820  30-44
## 821  45-60
## 822  45-60
## 823  45-60
## 824  18-29
## 825  18-29
## 826  45-60
## 827  18-29
## 828  45-60
## 829  18-29
## 830   > 60
## 831   > 60
## 832  30-44
## 833   > 60
## 834  30-44
## 835  45-60
## 836  45-60
## 837   > 60
## 838   > 60
## 839  45-60
## 840   > 60
## 841  18-29
## 842  45-60
## 843  45-60
## 844  30-44
## 845  30-44
## 846   > 60
## 847   > 60
## 848  30-44
## 849  30-44
## 850   > 60
## 851  45-60
## 852  45-60
## 853  30-44
## 854  45-60
## 855   > 60
## 856  30-44
## 857  45-60
## 858  30-44
## 859  18-29
## 860  30-44
## 861  45-60
## 862  45-60
## 863  30-44
## 864  45-60
## 865   > 60
## 866  30-44
## 867  30-44
## 868   > 60
## 869   > 60
## 870  45-60
## 871  30-44
## 872  30-44
## 873  30-44
## 874  45-60
## 875  18-29
## 876  30-44
## 877  45-60
## 878  45-60
## 879  45-60
## 880  18-29
## 881   > 60
## 882  18-29
## 883   > 60
## 884  45-60
## 885  30-44
## 886  45-60
## 887  45-60
## 888   > 60
## 889  45-60
## 890  45-60
## 891   > 60
## 892  45-60
## 893  30-44
## 894   > 60
## 895   > 60
## 896   > 60
## 897  30-44
## 898  45-60
## 899  45-60
## 900   > 60
## 901  45-60
## 902  45-60
## 903   > 60
## 904  30-44
## 905  30-44
## 906  30-44
## 907   > 60
## 908  30-44
## 909   > 60
## 910  30-44
## 911  30-44
## 912  45-60
## 913  45-60
## 914  45-60
## 915   > 60
## 916  30-44
## 917  18-29
## 918   > 60
## 919  45-60
## 920  45-60
## 921  30-44
## 922  30-44
## 923  45-60
## 924   > 60
## 925  45-60
## 926  45-60
## 927  30-44
## 928  45-60
## 929   > 60
## 930  30-44
## 931  30-44
## 932  30-44
## 933  30-44
## 934   > 60
## 935  30-44
## 936   > 60
## 937  30-44
## 938   > 60
## 939   > 60
## 940  45-60
## 941  45-60
## 942  45-60
## 943  30-44
## 944  45-60
## 945  45-60
## 946  30-44
## 947  30-44
## 948   > 60
## 949  30-44
## 950  30-44
## 951  30-44
## 952  45-60
## 953   > 60
## 954   > 60
## 955  30-44
## 956  45-60
## 957  18-29
## 958   > 60
## 959  18-29
## 960   > 60
## 961  45-60
## 962  30-44
## 963  45-60
## 964  45-60
## 965  30-44
## 966  30-44
## 967  30-44
## 968  30-44
## 969  45-60
## 970   > 60
## 971  30-44
## 972   > 60
## 973  30-44
## 974   > 60
## 975   > 60
## 976  45-60
## 977  18-29
## 978   > 60
## 979   > 60
## 980  45-60
## 981  30-44
## 982  30-44
## 983  45-60
## 984  45-60
## 985  18-29
## 986   > 60
## 987  45-60
## 988  45-60
## 989  30-44
## 990  45-60
## 991   > 60
## 992  45-60
## 993  30-44
## 994   > 60
## 995  45-60
## 996  45-60
## 997  30-44
## 998  30-44
## 999  30-44
## 1000 18-29
## 1001 30-44
## 1002  > 60
## 1003 30-44
## 1004  > 60
## 1005 45-60

4 date prepare 2

# sum of all value is 742

ddt <- c(round(count(MyData %>% select(One.of.us.snores) %>% filter(One.of.us.snores != '-')) %>% pull(n) / 742 * 100, 2),
         round(count(MyData %>% select(Frequent.bathroom) %>% filter(Frequent.bathroom != '-')) %>% pull(n) / 742 * 100, 2),
         round(count(MyData %>% select(Sick) %>% filter(Sick != '-')) %>% pull(n) / 742 * 100, 2),
         round(count(MyData %>% filter(No.longer.physically.intimate != '-') %>% select(No.longer.physically.intimate)) %>% pull(n) / 742 * 100, 2),
         round(count(MyData %>% select(prefer.different.room.temperature) %>% filter(prefer.different.room.temperature != '-')) %>% pull(n)/ 742 * 100, 2),
         round(count(MyData %>% select(Argument.or.fight) %>% filter(Argument.or.fight != '-')) %>% pull(n) / 742 * 100, 2),
         round(count(MyData %>% select(Not.enough.space) %>% filter(Not.enough.space != '-')) %>% pull(n) /742 * 100, 2),
         round(count(MyData %>% select(Dont.want.to.share.the.covers) %>% filter(Dont.want.to.share.the.covers != '-')) %>% pull(n) / 742 *100, 2),
         round(count(MyData %>% select(Sleep.with.child) %>% filter(Sleep.with.child != '-')) %>% pull(n) /742 * 100, 2),
         round(count(MyData %>% select(Different.sleep.time) %>% filter(Different.sleep.time != '-')) %>% pull(n) / 742 * 100, 2))
sum(ddt)
## [1] 100
title <- c('One of us snores', 'Frequent bathroom', 'Sick', 'No longer physically intimate', 'prefer different room temperature', 'Argument or fight', 'Not enough space', 'Dont want to share the covers', 'Sleep with child', 'Different sleep time')
title
##  [1] "One of us snores"                 
##  [2] "Frequent bathroom"                
##  [3] "Sick"                             
##  [4] "No longer physically intimate"    
##  [5] "prefer different room temperature"
##  [6] "Argument or fight"                
##  [7] "Not enough space"                 
##  [8] "Dont want to share the covers"    
##  [9] "Sleep with child"                 
## [10] "Different sleep time"
graph2 = data.frame('title' = title, 'amount' = ddt)
graph2
##                                title amount
## 1                   One of us snores  29.78
## 2                  Frequent bathroom   7.95
## 3                               Sick  17.12
## 4      No longer physically intimate   4.45
## 5  prefer different room temperature   6.87
## 6                  Argument or fight  10.11
## 7                   Not enough space   3.50
## 8      Dont want to share the covers   2.02
## 9                   Sleep with child   7.55
## 10              Different sleep time  10.65
#graph2 <- data.frame(snores, bathroom, sick, intimate, temperature, fight, space, cover, child, time)

date prepare

hyp1 <- MyData %>% select(Hypothesis.1) %>% filter(!(Hypothesis.1 %in% c('-', 'Response')))
hyp2 <- MyData %>% select(Hypothesis.2) %>% filter(!(Hypothesis.2 %in% c('-', 'Response')))
hyp3 <- MyData %>% select(Hypothesis.3) %>% filter(!(Hypothesis.3 %in% c('-', 'Response')))
hyp1
##                   Hypothesis.1
## 1            Strongly disagree
## 2               Somewhat agree
## 3   Neither agree nor disagree
## 4               Strongly agree
## 5   Neither agree nor disagree
## 6   Neither agree nor disagree
## 7   Neither agree nor disagree
## 8   Neither agree nor disagree
## 9            Strongly disagree
## 10  Neither agree nor disagree
## 11  Neither agree nor disagree
## 12  Neither agree nor disagree
## 13           Somewhat disagree
## 14           Somewhat disagree
## 15  Neither agree nor disagree
## 16           Strongly disagree
## 17              Somewhat agree
## 18           Somewhat disagree
## 19  Neither agree nor disagree
## 20              Strongly agree
## 21  Neither agree nor disagree
## 22              Strongly agree
## 23           Strongly disagree
## 24  Neither agree nor disagree
## 25           Strongly disagree
## 26  Neither agree nor disagree
## 27           Strongly disagree
## 28  Neither agree nor disagree
## 29  Neither agree nor disagree
## 30              Somewhat agree
## 31  Neither agree nor disagree
## 32           Strongly disagree
## 33  Neither agree nor disagree
## 34           Somewhat disagree
## 35           Somewhat disagree
## 36           Somewhat disagree
## 37  Neither agree nor disagree
## 38  Neither agree nor disagree
## 39  Neither agree nor disagree
## 40              Somewhat agree
## 41              Strongly agree
## 42              Strongly agree
## 43           Somewhat disagree
## 44  Neither agree nor disagree
## 45  Neither agree nor disagree
## 46  Neither agree nor disagree
## 47           Strongly disagree
## 48  Neither agree nor disagree
## 49              Somewhat agree
## 50           Somewhat disagree
## 51           Somewhat disagree
## 52  Neither agree nor disagree
## 53  Neither agree nor disagree
## 54           Strongly disagree
## 55           Strongly disagree
## 56           Somewhat disagree
## 57           Somewhat disagree
## 58           Somewhat disagree
## 59  Neither agree nor disagree
## 60           Strongly disagree
## 61  Neither agree nor disagree
## 62  Neither agree nor disagree
## 63  Neither agree nor disagree
## 64           Strongly disagree
## 65  Neither agree nor disagree
## 66  Neither agree nor disagree
## 67              Somewhat agree
## 68              Somewhat agree
## 69           Strongly disagree
## 70              Somewhat agree
## 71              Strongly agree
## 72  Neither agree nor disagree
## 73           Somewhat disagree
## 74           Somewhat disagree
## 75              Somewhat agree
## 76  Neither agree nor disagree
## 77  Neither agree nor disagree
## 78  Neither agree nor disagree
## 79  Neither agree nor disagree
## 80              Somewhat agree
## 81           Strongly disagree
## 82  Neither agree nor disagree
## 83  Neither agree nor disagree
## 84           Strongly disagree
## 85              Strongly agree
## 86  Neither agree nor disagree
## 87  Neither agree nor disagree
## 88  Neither agree nor disagree
## 89  Neither agree nor disagree
## 90              Somewhat agree
## 91  Neither agree nor disagree
## 92  Neither agree nor disagree
## 93  Neither agree nor disagree
## 94              Strongly agree
## 95  Neither agree nor disagree
## 96           Strongly disagree
## 97  Neither agree nor disagree
## 98  Neither agree nor disagree
## 99              Somewhat agree
## 100          Strongly disagree
## 101 Neither agree nor disagree
## 102 Neither agree nor disagree
## 103             Strongly agree
## 104 Neither agree nor disagree
## 105          Somewhat disagree
## 106             Strongly agree
## 107          Somewhat disagree
## 108          Strongly disagree
## 109 Neither agree nor disagree
## 110 Neither agree nor disagree
## 111          Somewhat disagree
## 112             Somewhat agree
## 113 Neither agree nor disagree
## 114          Strongly disagree
## 115          Strongly disagree
## 116          Strongly disagree
## 117 Neither agree nor disagree
## 118             Strongly agree
## 119             Strongly agree
## 120          Somewhat disagree
## 121          Somewhat disagree
## 122          Strongly disagree
## 123          Strongly disagree
## 124          Strongly disagree
## 125             Strongly agree
## 126 Neither agree nor disagree
## 127 Neither agree nor disagree
## 128          Strongly disagree
## 129          Somewhat disagree
## 130          Strongly disagree
## 131             Somewhat agree
## 132             Somewhat agree
## 133             Strongly agree
## 134          Strongly disagree
## 135 Neither agree nor disagree
## 136             Somewhat agree
## 137             Somewhat agree
## 138 Neither agree nor disagree
## 139          Somewhat disagree
## 140 Neither agree nor disagree
## 141 Neither agree nor disagree
## 142 Neither agree nor disagree
## 143          Strongly disagree
## 144 Neither agree nor disagree
## 145 Neither agree nor disagree
## 146          Strongly disagree
## 147          Somewhat disagree
## 148          Strongly disagree
## 149          Strongly disagree
## 150          Somewhat disagree
## 151          Strongly disagree
## 152          Somewhat disagree
## 153             Somewhat agree
## 154          Strongly disagree
## 155 Neither agree nor disagree
## 156 Neither agree nor disagree
## 157 Neither agree nor disagree
## 158          Strongly disagree
## 159             Strongly agree
## 160             Somewhat agree
## 161 Neither agree nor disagree
## 162          Strongly disagree
## 163             Strongly agree
## 164          Strongly disagree
## 165          Strongly disagree
## 166          Strongly disagree
## 167 Neither agree nor disagree
## 168 Neither agree nor disagree
## 169 Neither agree nor disagree
## 170 Neither agree nor disagree
## 171          Somewhat disagree
## 172 Neither agree nor disagree
## 173             Strongly agree
## 174          Strongly disagree
## 175             Strongly agree
## 176 Neither agree nor disagree
## 177             Somewhat agree
## 178             Somewhat agree
## 179 Neither agree nor disagree
## 180          Strongly disagree
## 181 Neither agree nor disagree
## 182          Strongly disagree
## 183          Strongly disagree
## 184          Strongly disagree
## 185 Neither agree nor disagree
## 186 Neither agree nor disagree
## 187          Somewhat disagree
## 188          Strongly disagree
## 189 Neither agree nor disagree
## 190          Strongly disagree
## 191 Neither agree nor disagree
## 192          Strongly disagree
## 193             Strongly agree
## 194          Strongly disagree
## 195          Somewhat disagree
## 196 Neither agree nor disagree
## 197          Strongly disagree
## 198             Somewhat agree
## 199             Somewhat agree
## 200 Neither agree nor disagree
## 201          Somewhat disagree
## 202             Strongly agree
## 203          Strongly disagree
## 204 Neither agree nor disagree
## 205             Strongly agree
## 206 Neither agree nor disagree
## 207 Neither agree nor disagree
## 208 Neither agree nor disagree
## 209             Strongly agree
## 210          Somewhat disagree
## 211 Neither agree nor disagree
## 212 Neither agree nor disagree
## 213          Strongly disagree
## 214 Neither agree nor disagree
## 215             Strongly agree
## 216 Neither agree nor disagree
## 217             Strongly agree
## 218             Strongly agree
## 219          Strongly disagree
## 220 Neither agree nor disagree
## 221          Strongly disagree
## 222          Somewhat disagree
## 223 Neither agree nor disagree
## 224          Strongly disagree
## 225 Neither agree nor disagree
## 226 Neither agree nor disagree
## 227             Strongly agree
## 228             Somewhat agree
## 229 Neither agree nor disagree
## 230 Neither agree nor disagree
## 231          Strongly disagree
## 232          Somewhat disagree
## 233 Neither agree nor disagree
## 234          Somewhat disagree
## 235          Strongly disagree
## 236 Neither agree nor disagree
## 237 Neither agree nor disagree
## 238 Neither agree nor disagree
## 239          Strongly disagree
## 240 Neither agree nor disagree
## 241 Neither agree nor disagree
## 242          Strongly disagree
## 243          Somewhat disagree
## 244 Neither agree nor disagree
## 245 Neither agree nor disagree
## 246             Strongly agree
## 247 Neither agree nor disagree
## 248 Neither agree nor disagree
## 249          Strongly disagree
## 250          Strongly disagree
## 251 Neither agree nor disagree
## 252 Neither agree nor disagree
## 253          Strongly disagree
## 254 Neither agree nor disagree
## 255          Strongly disagree
## 256 Neither agree nor disagree
## 257          Somewhat disagree
## 258          Strongly disagree
## 259          Somewhat disagree
## 260             Somewhat agree
## 261          Somewhat disagree
## 262          Strongly disagree
## 263 Neither agree nor disagree
## 264          Strongly disagree
## 265          Somewhat disagree
## 266 Neither agree nor disagree
## 267 Neither agree nor disagree
## 268 Neither agree nor disagree
## 269          Somewhat disagree
## 270          Somewhat disagree
## 271          Strongly disagree
## 272 Neither agree nor disagree
## 273 Neither agree nor disagree
## 274          Somewhat disagree
## 275 Neither agree nor disagree
## 276          Strongly disagree
## 277 Neither agree nor disagree
## 278 Neither agree nor disagree
## 279 Neither agree nor disagree
## 280             Strongly agree
## 281 Neither agree nor disagree
## 282 Neither agree nor disagree
## 283          Somewhat disagree
## 284 Neither agree nor disagree
## 285          Strongly disagree
## 286             Somewhat agree
## 287          Strongly disagree
## 288             Somewhat agree
## 289 Neither agree nor disagree
## 290 Neither agree nor disagree
## 291 Neither agree nor disagree
## 292          Somewhat disagree
## 293          Somewhat disagree
## 294 Neither agree nor disagree
## 295          Somewhat disagree
## 296          Strongly disagree
## 297          Strongly disagree
## 298 Neither agree nor disagree
## 299 Neither agree nor disagree
## 300 Neither agree nor disagree
## 301 Neither agree nor disagree
## 302 Neither agree nor disagree
## 303          Somewhat disagree
## 304             Somewhat agree
## 305          Strongly disagree
## 306             Strongly agree
## 307          Strongly disagree
## 308          Strongly disagree
## 309 Neither agree nor disagree
## 310          Somewhat disagree
## 311 Neither agree nor disagree
## 312 Neither agree nor disagree
## 313 Neither agree nor disagree
## 314 Neither agree nor disagree
## 315 Neither agree nor disagree
## 316             Strongly agree
## 317          Strongly disagree
## 318          Strongly disagree
## 319 Neither agree nor disagree
## 320             Somewhat agree
## 321             Somewhat agree
## 322 Neither agree nor disagree
## 323          Strongly disagree
## 324 Neither agree nor disagree
## 325 Neither agree nor disagree
## 326 Neither agree nor disagree
## 327          Strongly disagree
## 328 Neither agree nor disagree
## 329 Neither agree nor disagree
## 330          Strongly disagree
## 331 Neither agree nor disagree
## 332          Strongly disagree
## 333 Neither agree nor disagree
## 334 Neither agree nor disagree
## 335 Neither agree nor disagree
## 336 Neither agree nor disagree
## 337             Strongly agree
## 338          Strongly disagree
## 339          Somewhat disagree
## 340             Strongly agree
## 341          Somewhat disagree
## 342          Strongly disagree
## 343          Strongly disagree
## 344 Neither agree nor disagree
## 345 Neither agree nor disagree
## 346 Neither agree nor disagree
## 347             Somewhat agree
## 348             Somewhat agree
## 349 Neither agree nor disagree
## 350 Neither agree nor disagree
## 351          Strongly disagree
## 352 Neither agree nor disagree
## 353 Neither agree nor disagree
## 354          Strongly disagree
## 355 Neither agree nor disagree
## 356 Neither agree nor disagree
## 357          Strongly disagree
## 358 Neither agree nor disagree
## 359 Neither agree nor disagree
## 360             Somewhat agree
## 361          Strongly disagree
## 362          Strongly disagree
## 363             Somewhat agree
## 364 Neither agree nor disagree
## 365             Strongly agree
## 366 Neither agree nor disagree
## 367 Neither agree nor disagree
## 368          Somewhat disagree
## 369          Strongly disagree
## 370          Somewhat disagree
## 371          Somewhat disagree
## 372 Neither agree nor disagree
## 373          Strongly disagree
## 374          Somewhat disagree
## 375             Somewhat agree
## 376             Strongly agree
## 377             Somewhat agree
## 378 Neither agree nor disagree
## 379          Strongly disagree
## 380          Strongly disagree
## 381             Strongly agree
## 382 Neither agree nor disagree
## 383 Neither agree nor disagree
## 384          Strongly disagree
## 385             Strongly agree
## 386          Strongly disagree
## 387          Strongly disagree
## 388          Strongly disagree
## 389 Neither agree nor disagree
## 390 Neither agree nor disagree
## 391 Neither agree nor disagree
## 392             Somewhat agree
## 393 Neither agree nor disagree
## 394             Somewhat agree
## 395          Strongly disagree
## 396 Neither agree nor disagree
## 397          Strongly disagree
## 398 Neither agree nor disagree
## 399          Strongly disagree
## 400 Neither agree nor disagree
## 401          Strongly disagree
## 402 Neither agree nor disagree
## 403          Strongly disagree
## 404             Strongly agree
## 405          Strongly disagree
## 406             Strongly agree
## 407          Somewhat disagree
## 408          Strongly disagree
## 409          Strongly disagree
## 410 Neither agree nor disagree
## 411 Neither agree nor disagree
## 412             Strongly agree
## 413          Strongly disagree
## 414          Somewhat disagree
## 415 Neither agree nor disagree
## 416             Somewhat agree
## 417          Somewhat disagree
## 418          Strongly disagree
## 419             Somewhat agree
## 420             Somewhat agree
## 421 Neither agree nor disagree
## 422          Strongly disagree
## 423             Strongly agree
## 424 Neither agree nor disagree
## 425 Neither agree nor disagree
## 426          Somewhat disagree
## 427 Neither agree nor disagree
## 428 Neither agree nor disagree
## 429          Strongly disagree
## 430          Somewhat disagree
## 431             Somewhat agree
## 432 Neither agree nor disagree
## 433             Somewhat agree
## 434          Strongly disagree
## 435          Strongly disagree
## 436 Neither agree nor disagree
## 437 Neither agree nor disagree
## 438             Strongly agree
## 439          Strongly disagree
## 440 Neither agree nor disagree
## 441             Somewhat agree
## 442          Strongly disagree
## 443          Somewhat disagree
## 444 Neither agree nor disagree
## 445          Somewhat disagree
## 446 Neither agree nor disagree
## 447          Strongly disagree
## 448          Strongly disagree
## 449 Neither agree nor disagree
## 450          Strongly disagree
## 451          Somewhat disagree
## 452 Neither agree nor disagree
## 453             Strongly agree
## 454             Somewhat agree
## 455          Somewhat disagree
## 456             Strongly agree
## 457 Neither agree nor disagree
## 458 Neither agree nor disagree
## 459 Neither agree nor disagree
## 460          Somewhat disagree
## 461 Neither agree nor disagree
## 462 Neither agree nor disagree
## 463 Neither agree nor disagree
## 464 Neither agree nor disagree
## 465 Neither agree nor disagree
## 466 Neither agree nor disagree
## 467 Neither agree nor disagree
## 468             Somewhat agree
## 469 Neither agree nor disagree
## 470 Neither agree nor disagree
## 471 Neither agree nor disagree
## 472 Neither agree nor disagree
## 473 Neither agree nor disagree
## 474             Somewhat agree
## 475 Neither agree nor disagree
## 476             Somewhat agree
## 477 Neither agree nor disagree
## 478 Neither agree nor disagree
## 479 Neither agree nor disagree
## 480 Neither agree nor disagree
## 481 Neither agree nor disagree
hyp2
##                   Hypothesis.2
## 1               Somewhat agree
## 2               Strongly agree
## 3   Neither agree nor disagree
## 4               Strongly agree
## 5            Somewhat disagree
## 6               Somewhat agree
## 7   Neither agree nor disagree
## 8   Neither agree nor disagree
## 9            Strongly disagree
## 10              Somewhat agree
## 11           Somewhat disagree
## 12           Somewhat disagree
## 13           Somewhat disagree
## 14           Somewhat disagree
## 15           Somewhat disagree
## 16           Strongly disagree
## 17              Strongly agree
## 18  Neither agree nor disagree
## 19              Strongly agree
## 20              Somewhat agree
## 21           Somewhat disagree
## 22  Neither agree nor disagree
## 23           Strongly disagree
## 24              Somewhat agree
## 25           Strongly disagree
## 26  Neither agree nor disagree
## 27           Strongly disagree
## 28  Neither agree nor disagree
## 29           Somewhat disagree
## 30              Strongly agree
## 31              Somewhat agree
## 32           Strongly disagree
## 33  Neither agree nor disagree
## 34           Somewhat disagree
## 35  Neither agree nor disagree
## 36           Somewhat disagree
## 37  Neither agree nor disagree
## 38              Somewhat agree
## 39           Somewhat disagree
## 40           Somewhat disagree
## 41              Strongly agree
## 42              Strongly agree
## 43           Somewhat disagree
## 44  Neither agree nor disagree
## 45  Neither agree nor disagree
## 46           Somewhat disagree
## 47              Somewhat agree
## 48              Somewhat agree
## 49              Strongly agree
## 50              Somewhat agree
## 51           Strongly disagree
## 52              Somewhat agree
## 53  Neither agree nor disagree
## 54           Strongly disagree
## 55           Strongly disagree
## 56              Somewhat agree
## 57           Strongly disagree
## 58           Somewhat disagree
## 59              Somewhat agree
## 60           Strongly disagree
## 61              Somewhat agree
## 62              Strongly agree
## 63              Strongly agree
## 64           Strongly disagree
## 65              Somewhat agree
## 66              Somewhat agree
## 67              Somewhat agree
## 68              Somewhat agree
## 69           Strongly disagree
## 70              Somewhat agree
## 71              Somewhat agree
## 72              Strongly agree
## 73              Strongly agree
## 74           Somewhat disagree
## 75              Strongly agree
## 76              Strongly agree
## 77  Neither agree nor disagree
## 78              Strongly agree
## 79              Strongly agree
## 80              Strongly agree
## 81           Strongly disagree
## 82              Somewhat agree
## 83           Somewhat disagree
## 84  Neither agree nor disagree
## 85              Strongly agree
## 86  Neither agree nor disagree
## 87              Somewhat agree
## 88              Somewhat agree
## 89              Strongly agree
## 90              Somewhat agree
## 91              Somewhat agree
## 92              Strongly agree
## 93              Somewhat agree
## 94              Strongly agree
## 95  Neither agree nor disagree
## 96           Strongly disagree
## 97           Somewhat disagree
## 98              Strongly agree
## 99              Somewhat agree
## 100          Strongly disagree
## 101             Somewhat agree
## 102          Somewhat disagree
## 103             Strongly agree
## 104 Neither agree nor disagree
## 105          Somewhat disagree
## 106             Strongly agree
## 107          Somewhat disagree
## 108 Neither agree nor disagree
## 109             Strongly agree
## 110             Strongly agree
## 111 Neither agree nor disagree
## 112 Neither agree nor disagree
## 113          Strongly disagree
## 114          Strongly disagree
## 115          Strongly disagree
## 116          Strongly disagree
## 117             Somewhat agree
## 118             Strongly agree
## 119             Strongly agree
## 120             Somewhat agree
## 121             Strongly agree
## 122 Neither agree nor disagree
## 123          Strongly disagree
## 124          Somewhat disagree
## 125             Strongly agree
## 126          Strongly disagree
## 127             Somewhat agree
## 128          Somewhat disagree
## 129 Neither agree nor disagree
## 130          Strongly disagree
## 131             Strongly agree
## 132             Strongly agree
## 133             Strongly agree
## 134          Strongly disagree
## 135             Somewhat agree
## 136          Somewhat disagree
## 137 Neither agree nor disagree
## 138 Neither agree nor disagree
## 139             Somewhat agree
## 140             Strongly agree
## 141             Somewhat agree
## 142             Somewhat agree
## 143          Strongly disagree
## 144             Somewhat agree
## 145             Strongly agree
## 146          Somewhat disagree
## 147          Somewhat disagree
## 148             Somewhat agree
## 149          Strongly disagree
## 150          Somewhat disagree
## 151          Somewhat disagree
## 152          Somewhat disagree
## 153             Strongly agree
## 154          Strongly disagree
## 155             Somewhat agree
## 156             Somewhat agree
## 157 Neither agree nor disagree
## 158          Strongly disagree
## 159             Strongly agree
## 160             Strongly agree
## 161          Somewhat disagree
## 162             Strongly agree
## 163             Strongly agree
## 164 Neither agree nor disagree
## 165          Strongly disagree
## 166             Somewhat agree
## 167 Neither agree nor disagree
## 168             Somewhat agree
## 169          Strongly disagree
## 170          Strongly disagree
## 171             Strongly agree
## 172             Strongly agree
## 173             Strongly agree
## 174          Somewhat disagree
## 175             Somewhat agree
## 176             Strongly agree
## 177 Neither agree nor disagree
## 178             Strongly agree
## 179          Somewhat disagree
## 180          Strongly disagree
## 181 Neither agree nor disagree
## 182          Somewhat disagree
## 183          Strongly disagree
## 184          Strongly disagree
## 185 Neither agree nor disagree
## 186          Somewhat disagree
## 187             Somewhat agree
## 188             Somewhat agree
## 189          Strongly disagree
## 190          Strongly disagree
## 191 Neither agree nor disagree
## 192          Strongly disagree
## 193             Strongly agree
## 194          Strongly disagree
## 195 Neither agree nor disagree
## 196             Somewhat agree
## 197             Somewhat agree
## 198             Somewhat agree
## 199          Strongly disagree
## 200             Strongly agree
## 201          Somewhat disagree
## 202             Strongly agree
## 203          Strongly disagree
## 204 Neither agree nor disagree
## 205             Strongly agree
## 206          Somewhat disagree
## 207             Strongly agree
## 208          Somewhat disagree
## 209             Strongly agree
## 210             Somewhat agree
## 211             Strongly agree
## 212             Somewhat agree
## 213          Somewhat disagree
## 214 Neither agree nor disagree
## 215          Somewhat disagree
## 216 Neither agree nor disagree
## 217             Strongly agree
## 218             Strongly agree
## 219          Somewhat disagree
## 220             Somewhat agree
## 221          Strongly disagree
## 222          Somewhat disagree
## 223          Somewhat disagree
## 224             Strongly agree
## 225 Neither agree nor disagree
## 226          Strongly disagree
## 227             Strongly agree
## 228             Somewhat agree
## 229 Neither agree nor disagree
## 230          Somewhat disagree
## 231          Strongly disagree
## 232             Strongly agree
## 233             Strongly agree
## 234             Somewhat agree
## 235 Neither agree nor disagree
## 236          Somewhat disagree
## 237          Strongly disagree
## 238             Somewhat agree
## 239          Somewhat disagree
## 240             Somewhat agree
## 241 Neither agree nor disagree
## 242          Strongly disagree
## 243             Strongly agree
## 244          Somewhat disagree
## 245 Neither agree nor disagree
## 246             Strongly agree
## 247             Strongly agree
## 248          Somewhat disagree
## 249             Strongly agree
## 250             Somewhat agree
## 251             Strongly agree
## 252 Neither agree nor disagree
## 253          Strongly disagree
## 254             Somewhat agree
## 255          Strongly disagree
## 256 Neither agree nor disagree
## 257             Somewhat agree
## 258          Strongly disagree
## 259 Neither agree nor disagree
## 260 Neither agree nor disagree
## 261 Neither agree nor disagree
## 262          Strongly disagree
## 263             Strongly agree
## 264          Somewhat disagree
## 265             Somewhat agree
## 266          Strongly disagree
## 267          Somewhat disagree
## 268 Neither agree nor disagree
## 269          Strongly disagree
## 270             Strongly agree
## 271          Somewhat disagree
## 272             Somewhat agree
## 273             Somewhat agree
## 274          Somewhat disagree
## 275 Neither agree nor disagree
## 276          Strongly disagree
## 277             Somewhat agree
## 278          Strongly disagree
## 279             Somewhat agree
## 280             Strongly agree
## 281          Somewhat disagree
## 282             Somewhat agree
## 283          Somewhat disagree
## 284             Somewhat agree
## 285          Somewhat disagree
## 286 Neither agree nor disagree
## 287          Somewhat disagree
## 288             Somewhat agree
## 289             Somewhat agree
## 290             Somewhat agree
## 291             Strongly agree
## 292          Somewhat disagree
## 293          Somewhat disagree
## 294 Neither agree nor disagree
## 295          Somewhat disagree
## 296 Neither agree nor disagree
## 297          Somewhat disagree
## 298          Somewhat disagree
## 299             Somewhat agree
## 300 Neither agree nor disagree
## 301             Strongly agree
## 302             Somewhat agree
## 303          Somewhat disagree
## 304             Strongly agree
## 305 Neither agree nor disagree
## 306             Strongly agree
## 307          Somewhat disagree
## 308          Strongly disagree
## 309          Somewhat disagree
## 310 Neither agree nor disagree
## 311          Somewhat disagree
## 312             Somewhat agree
## 313 Neither agree nor disagree
## 314 Neither agree nor disagree
## 315 Neither agree nor disagree
## 316          Somewhat disagree
## 317             Somewhat agree
## 318          Strongly disagree
## 319          Somewhat disagree
## 320          Strongly disagree
## 321             Strongly agree
## 322          Somewhat disagree
## 323 Neither agree nor disagree
## 324             Somewhat agree
## 325 Neither agree nor disagree
## 326             Strongly agree
## 327 Neither agree nor disagree
## 328             Strongly agree
## 329             Somewhat agree
## 330          Strongly disagree
## 331             Strongly agree
## 332          Somewhat disagree
## 333             Somewhat agree
## 334             Strongly agree
## 335             Strongly agree
## 336 Neither agree nor disagree
## 337             Strongly agree
## 338 Neither agree nor disagree
## 339             Strongly agree
## 340             Strongly agree
## 341             Somewhat agree
## 342          Strongly disagree
## 343             Strongly agree
## 344             Somewhat agree
## 345 Neither agree nor disagree
## 346             Somewhat agree
## 347             Somewhat agree
## 348             Strongly agree
## 349 Neither agree nor disagree
## 350             Strongly agree
## 351          Strongly disagree
## 352          Somewhat disagree
## 353             Somewhat agree
## 354          Strongly disagree
## 355             Somewhat agree
## 356          Somewhat disagree
## 357          Somewhat disagree
## 358 Neither agree nor disagree
## 359 Neither agree nor disagree
## 360             Somewhat agree
## 361             Somewhat agree
## 362             Strongly agree
## 363             Strongly agree
## 364          Somewhat disagree
## 365             Strongly agree
## 366          Somewhat disagree
## 367 Neither agree nor disagree
## 368          Somewhat disagree
## 369 Neither agree nor disagree
## 370          Strongly disagree
## 371             Somewhat agree
## 372             Somewhat agree
## 373          Strongly disagree
## 374             Strongly agree
## 375             Somewhat agree
## 376             Strongly agree
## 377             Strongly agree
## 378             Somewhat agree
## 379          Strongly disagree
## 380          Strongly disagree
## 381             Strongly agree
## 382          Strongly disagree
## 383             Strongly agree
## 384             Somewhat agree
## 385             Strongly agree
## 386             Strongly agree
## 387          Strongly disagree
## 388          Strongly disagree
## 389             Somewhat agree
## 390 Neither agree nor disagree
## 391          Strongly disagree
## 392             Strongly agree
## 393             Somewhat agree
## 394             Strongly agree
## 395             Somewhat agree
## 396 Neither agree nor disagree
## 397          Somewhat disagree
## 398             Somewhat agree
## 399          Strongly disagree
## 400             Strongly agree
## 401             Strongly agree
## 402             Somewhat agree
## 403             Strongly agree
## 404             Strongly agree
## 405          Strongly disagree
## 406             Strongly agree
## 407          Strongly disagree
## 408          Strongly disagree
## 409 Neither agree nor disagree
## 410          Somewhat disagree
## 411             Strongly agree
## 412          Somewhat disagree
## 413 Neither agree nor disagree
## 414             Strongly agree
## 415          Strongly disagree
## 416             Somewhat agree
## 417             Somewhat agree
## 418          Strongly disagree
## 419             Strongly agree
## 420 Neither agree nor disagree
## 421             Somewhat agree
## 422          Strongly disagree
## 423             Strongly agree
## 424          Somewhat disagree
## 425 Neither agree nor disagree
## 426             Strongly agree
## 427 Neither agree nor disagree
## 428 Neither agree nor disagree
## 429 Neither agree nor disagree
## 430             Somewhat agree
## 431             Strongly agree
## 432             Somewhat agree
## 433             Somewhat agree
## 434             Somewhat agree
## 435          Strongly disagree
## 436             Strongly agree
## 437             Strongly agree
## 438          Somewhat disagree
## 439             Somewhat agree
## 440 Neither agree nor disagree
## 441             Strongly agree
## 442             Somewhat agree
## 443             Strongly agree
## 444             Somewhat agree
## 445 Neither agree nor disagree
## 446 Neither agree nor disagree
## 447          Strongly disagree
## 448          Somewhat disagree
## 449             Strongly agree
## 450 Neither agree nor disagree
## 451          Strongly disagree
## 452 Neither agree nor disagree
## 453             Strongly agree
## 454             Strongly agree
## 455 Neither agree nor disagree
## 456             Somewhat agree
## 457 Neither agree nor disagree
## 458 Neither agree nor disagree
## 459             Somewhat agree
## 460 Neither agree nor disagree
## 461             Strongly agree
## 462             Strongly agree
## 463          Somewhat disagree
## 464 Neither agree nor disagree
## 465 Neither agree nor disagree
## 466             Somewhat agree
## 467 Neither agree nor disagree
## 468             Strongly agree
## 469          Somewhat disagree
## 470 Neither agree nor disagree
## 471 Neither agree nor disagree
## 472 Neither agree nor disagree
## 473             Somewhat agree
## 474          Somewhat disagree
## 475          Somewhat disagree
## 476             Somewhat agree
## 477             Strongly agree
## 478 Neither agree nor disagree
## 479 Neither agree nor disagree
## 480 Neither agree nor disagree
## 481 Neither agree nor disagree
hyp3
##                   Hypothesis.3
## 1            Strongly disagree
## 2            Strongly disagree
## 3            Somewhat disagree
## 4               Somewhat agree
## 5            Strongly disagree
## 6            Somewhat disagree
## 7            Strongly disagree
## 8   Neither agree nor disagree
## 9            Strongly disagree
## 10           Somewhat disagree
## 11           Somewhat disagree
## 12           Strongly disagree
## 13  Neither agree nor disagree
## 14           Strongly disagree
## 15           Strongly disagree
## 16           Strongly disagree
## 17           Strongly disagree
## 18  Neither agree nor disagree
## 19           Somewhat disagree
## 20              Somewhat agree
## 21           Somewhat disagree
## 22           Somewhat disagree
## 23           Strongly disagree
## 24  Neither agree nor disagree
## 25           Strongly disagree
## 26  Neither agree nor disagree
## 27           Strongly disagree
## 28  Neither agree nor disagree
## 29           Strongly disagree
## 30  Neither agree nor disagree
## 31           Strongly disagree
## 32  Neither agree nor disagree
## 33           Somewhat disagree
## 34           Strongly disagree
## 35           Somewhat disagree
## 36           Strongly disagree
## 37           Somewhat disagree
## 38              Somewhat agree
## 39           Somewhat disagree
## 40           Strongly disagree
## 41              Strongly agree
## 42              Strongly agree
## 43  Neither agree nor disagree
## 44  Neither agree nor disagree
## 45  Neither agree nor disagree
## 46  Neither agree nor disagree
## 47           Strongly disagree
## 48              Somewhat agree
## 49  Neither agree nor disagree
## 50           Strongly disagree
## 51           Strongly disagree
## 52  Neither agree nor disagree
## 53  Neither agree nor disagree
## 54           Strongly disagree
## 55           Strongly disagree
## 56  Neither agree nor disagree
## 57           Strongly disagree
## 58  Neither agree nor disagree
## 59           Strongly disagree
## 60           Strongly disagree
## 61           Somewhat disagree
## 62  Neither agree nor disagree
## 63  Neither agree nor disagree
## 64           Strongly disagree
## 65  Neither agree nor disagree
## 66           Somewhat disagree
## 67  Neither agree nor disagree
## 68           Somewhat disagree
## 69           Strongly disagree
## 70           Somewhat disagree
## 71              Strongly agree
## 72  Neither agree nor disagree
## 73           Strongly disagree
## 74           Strongly disagree
## 75  Neither agree nor disagree
## 76           Strongly disagree
## 77  Neither agree nor disagree
## 78  Neither agree nor disagree
## 79  Neither agree nor disagree
## 80  Neither agree nor disagree
## 81           Strongly disagree
## 82           Somewhat disagree
## 83  Neither agree nor disagree
## 84           Strongly disagree
## 85  Neither agree nor disagree
## 86  Neither agree nor disagree
## 87           Strongly disagree
## 88  Neither agree nor disagree
## 89           Somewhat disagree
## 90  Neither agree nor disagree
## 91  Neither agree nor disagree
## 92  Neither agree nor disagree
## 93           Somewhat disagree
## 94           Strongly disagree
## 95  Neither agree nor disagree
## 96           Strongly disagree
## 97           Somewhat disagree
## 98              Somewhat agree
## 99              Somewhat agree
## 100 Neither agree nor disagree
## 101          Somewhat disagree
## 102          Strongly disagree
## 103             Strongly agree
## 104 Neither agree nor disagree
## 105          Strongly disagree
## 106             Strongly agree
## 107          Strongly disagree
## 108          Strongly disagree
## 109 Neither agree nor disagree
## 110 Neither agree nor disagree
## 111          Somewhat disagree
## 112          Somewhat disagree
## 113          Strongly disagree
## 114          Strongly disagree
## 115          Strongly disagree
## 116          Strongly disagree
## 117          Strongly disagree
## 118 Neither agree nor disagree
## 119             Strongly agree
## 120          Strongly disagree
## 121 Neither agree nor disagree
## 122          Strongly disagree
## 123          Strongly disagree
## 124 Neither agree nor disagree
## 125 Neither agree nor disagree
## 126 Neither agree nor disagree
## 127 Neither agree nor disagree
## 128 Neither agree nor disagree
## 129 Neither agree nor disagree
## 130 Neither agree nor disagree
## 131          Somewhat disagree
## 132          Strongly disagree
## 133          Strongly disagree
## 134          Strongly disagree
## 135 Neither agree nor disagree
## 136 Neither agree nor disagree
## 137             Somewhat agree
## 138 Neither agree nor disagree
## 139          Somewhat disagree
## 140 Neither agree nor disagree
## 141 Neither agree nor disagree
## 142 Neither agree nor disagree
## 143          Strongly disagree
## 144          Somewhat disagree
## 145 Neither agree nor disagree
## 146          Strongly disagree
## 147          Somewhat disagree
## 148          Somewhat disagree
## 149          Strongly disagree
## 150          Strongly disagree
## 151          Strongly disagree
## 152 Neither agree nor disagree
## 153 Neither agree nor disagree
## 154          Strongly disagree
## 155          Somewhat disagree
## 156 Neither agree nor disagree
## 157          Somewhat disagree
## 158          Strongly disagree
## 159 Neither agree nor disagree
## 160          Somewhat disagree
## 161 Neither agree nor disagree
## 162 Neither agree nor disagree
## 163 Neither agree nor disagree
## 164          Strongly disagree
## 165          Strongly disagree
## 166          Strongly disagree
## 167 Neither agree nor disagree
## 168 Neither agree nor disagree
## 169          Strongly disagree
## 170 Neither agree nor disagree
## 171          Strongly disagree
## 172 Neither agree nor disagree
## 173 Neither agree nor disagree
## 174          Strongly disagree
## 175          Strongly disagree
## 176 Neither agree nor disagree
## 177 Neither agree nor disagree
## 178 Neither agree nor disagree
## 179          Somewhat disagree
## 180          Strongly disagree
## 181 Neither agree nor disagree
## 182          Strongly disagree
## 183          Strongly disagree
## 184 Neither agree nor disagree
## 185 Neither agree nor disagree
## 186          Somewhat disagree
## 187             Somewhat agree
## 188 Neither agree nor disagree
## 189 Neither agree nor disagree
## 190          Strongly disagree
## 191          Strongly disagree
## 192          Strongly disagree
## 193 Neither agree nor disagree
## 194          Strongly disagree
## 195          Strongly disagree
## 196 Neither agree nor disagree
## 197 Neither agree nor disagree
## 198          Strongly disagree
## 199          Strongly disagree
## 200 Neither agree nor disagree
## 201          Somewhat disagree
## 202 Neither agree nor disagree
## 203          Strongly disagree
## 204 Neither agree nor disagree
## 205          Strongly disagree
## 206          Strongly disagree
## 207 Neither agree nor disagree
## 208 Neither agree nor disagree
## 209 Neither agree nor disagree
## 210          Strongly disagree
## 211 Neither agree nor disagree
## 212          Strongly disagree
## 213          Strongly disagree
## 214 Neither agree nor disagree
## 215 Neither agree nor disagree
## 216 Neither agree nor disagree
## 217             Strongly agree
## 218          Strongly disagree
## 219          Strongly disagree
## 220 Neither agree nor disagree
## 221          Strongly disagree
## 222          Strongly disagree
## 223 Neither agree nor disagree
## 224          Somewhat disagree
## 225 Neither agree nor disagree
## 226 Neither agree nor disagree
## 227             Strongly agree
## 228 Neither agree nor disagree
## 229 Neither agree nor disagree
## 230          Strongly disagree
## 231          Strongly disagree
## 232 Neither agree nor disagree
## 233             Somewhat agree
## 234          Somewhat disagree
## 235          Strongly disagree
## 236          Strongly disagree
## 237          Strongly disagree
## 238 Neither agree nor disagree
## 239          Strongly disagree
## 240 Neither agree nor disagree
## 241 Neither agree nor disagree
## 242          Strongly disagree
## 243          Strongly disagree
## 244 Neither agree nor disagree
## 245 Neither agree nor disagree
## 246 Neither agree nor disagree
## 247 Neither agree nor disagree
## 248          Strongly disagree
## 249 Neither agree nor disagree
## 250 Neither agree nor disagree
## 251          Strongly disagree
## 252 Neither agree nor disagree
## 253          Strongly disagree
## 254          Strongly disagree
## 255          Strongly disagree
## 256          Strongly disagree
## 257          Strongly disagree
## 258          Strongly disagree
## 259 Neither agree nor disagree
## 260          Strongly disagree
## 261          Strongly disagree
## 262          Strongly disagree
## 263 Neither agree nor disagree
## 264 Neither agree nor disagree
## 265          Strongly disagree
## 266 Neither agree nor disagree
## 267 Neither agree nor disagree
## 268 Neither agree nor disagree
## 269          Strongly disagree
## 270 Neither agree nor disagree
## 271          Strongly disagree
## 272          Somewhat disagree
## 273 Neither agree nor disagree
## 274          Strongly disagree
## 275 Neither agree nor disagree
## 276          Strongly disagree
## 277 Neither agree nor disagree
## 278 Neither agree nor disagree
## 279             Somewhat agree
## 280 Neither agree nor disagree
## 281          Somewhat disagree
## 282 Neither agree nor disagree
## 283          Strongly disagree
## 284 Neither agree nor disagree
## 285          Strongly disagree
## 286          Somewhat disagree
## 287          Strongly disagree
## 288             Somewhat agree
## 289          Strongly disagree
## 290 Neither agree nor disagree
## 291          Strongly disagree
## 292 Neither agree nor disagree
## 293 Neither agree nor disagree
## 294          Strongly disagree
## 295          Strongly disagree
## 296          Strongly disagree
## 297          Somewhat disagree
## 298          Strongly disagree
## 299          Somewhat disagree
## 300 Neither agree nor disagree
## 301 Neither agree nor disagree
## 302 Neither agree nor disagree
## 303          Somewhat disagree
## 304          Somewhat disagree
## 305          Somewhat disagree
## 306 Neither agree nor disagree
## 307          Strongly disagree
## 308          Strongly disagree
## 309 Neither agree nor disagree
## 310          Strongly disagree
## 311          Strongly disagree
## 312          Strongly disagree
## 313 Neither agree nor disagree
## 314          Somewhat disagree
## 315          Strongly disagree
## 316          Somewhat disagree
## 317          Strongly disagree
## 318 Neither agree nor disagree
## 319          Strongly disagree
## 320          Strongly disagree
## 321 Neither agree nor disagree
## 322 Neither agree nor disagree
## 323          Strongly disagree
## 324 Neither agree nor disagree
## 325          Strongly disagree
## 326 Neither agree nor disagree
## 327 Neither agree nor disagree
## 328 Neither agree nor disagree
## 329          Strongly disagree
## 330          Strongly disagree
## 331 Neither agree nor disagree
## 332          Strongly disagree
## 333          Strongly disagree
## 334          Strongly disagree
## 335 Neither agree nor disagree
## 336 Neither agree nor disagree
## 337 Neither agree nor disagree
## 338          Strongly disagree
## 339          Strongly disagree
## 340             Somewhat agree
## 341 Neither agree nor disagree
## 342          Strongly disagree
## 343          Strongly disagree
## 344          Somewhat disagree
## 345 Neither agree nor disagree
## 346          Strongly disagree
## 347 Neither agree nor disagree
## 348          Strongly disagree
## 349 Neither agree nor disagree
## 350 Neither agree nor disagree
## 351          Strongly disagree
## 352          Somewhat disagree
## 353          Strongly disagree
## 354          Strongly disagree
## 355          Strongly disagree
## 356          Strongly disagree
## 357          Strongly disagree
## 358 Neither agree nor disagree
## 359 Neither agree nor disagree
## 360 Neither agree nor disagree
## 361          Strongly disagree
## 362          Strongly disagree
## 363 Neither agree nor disagree
## 364          Somewhat disagree
## 365             Strongly agree
## 366          Strongly disagree
## 367 Neither agree nor disagree
## 368          Strongly disagree
## 369          Strongly disagree
## 370          Strongly disagree
## 371          Strongly disagree
## 372 Neither agree nor disagree
## 373          Strongly disagree
## 374          Somewhat disagree
## 375 Neither agree nor disagree
## 376 Neither agree nor disagree
## 377 Neither agree nor disagree
## 378 Neither agree nor disagree
## 379          Strongly disagree
## 380          Strongly disagree
## 381          Somewhat disagree
## 382          Strongly disagree
## 383 Neither agree nor disagree
## 384 Neither agree nor disagree
## 385 Neither agree nor disagree
## 386          Somewhat disagree
## 387          Strongly disagree
## 388          Strongly disagree
## 389 Neither agree nor disagree
## 390          Strongly disagree
## 391 Neither agree nor disagree
## 392          Somewhat disagree
## 393 Neither agree nor disagree
## 394          Somewhat disagree
## 395          Strongly disagree
## 396 Neither agree nor disagree
## 397          Strongly disagree
## 398 Neither agree nor disagree
## 399          Strongly disagree
## 400 Neither agree nor disagree
## 401 Neither agree nor disagree
## 402 Neither agree nor disagree
## 403          Strongly disagree
## 404          Strongly disagree
## 405          Strongly disagree
## 406 Neither agree nor disagree
## 407          Strongly disagree
## 408 Neither agree nor disagree
## 409          Strongly disagree
## 410 Neither agree nor disagree
## 411 Neither agree nor disagree
## 412 Neither agree nor disagree
## 413          Somewhat disagree
## 414 Neither agree nor disagree
## 415          Strongly disagree
## 416 Neither agree nor disagree
## 417          Somewhat disagree
## 418          Strongly disagree
## 419          Strongly disagree
## 420 Neither agree nor disagree
## 421 Neither agree nor disagree
## 422          Strongly disagree
## 423 Neither agree nor disagree
## 424          Strongly disagree
## 425 Neither agree nor disagree
## 426          Strongly disagree
## 427 Neither agree nor disagree
## 428 Neither agree nor disagree
## 429          Strongly disagree
## 430 Neither agree nor disagree
## 431 Neither agree nor disagree
## 432 Neither agree nor disagree
## 433 Neither agree nor disagree
## 434          Strongly disagree
## 435          Strongly disagree
## 436 Neither agree nor disagree
## 437 Neither agree nor disagree
## 438             Somewhat agree
## 439          Strongly disagree
## 440 Neither agree nor disagree
## 441 Neither agree nor disagree
## 442          Strongly disagree
## 443          Strongly disagree
## 444          Somewhat disagree
## 445          Somewhat disagree
## 446 Neither agree nor disagree
## 447          Strongly disagree
## 448          Strongly disagree
## 449 Neither agree nor disagree
## 450          Strongly disagree
## 451          Strongly disagree
## 452 Neither agree nor disagree
## 453 Neither agree nor disagree
## 454 Neither agree nor disagree
## 455 Neither agree nor disagree
## 456 Neither agree nor disagree
## 457 Neither agree nor disagree
## 458 Neither agree nor disagree
## 459             Somewhat agree
## 460 Neither agree nor disagree
## 461          Somewhat disagree
## 462          Strongly disagree
## 463 Neither agree nor disagree
## 464 Neither agree nor disagree
## 465 Neither agree nor disagree
## 466 Neither agree nor disagree
## 467 Neither agree nor disagree
## 468          Strongly disagree
## 469          Strongly disagree
## 470 Neither agree nor disagree
## 471          Strongly disagree
## 472 Neither agree nor disagree
## 473          Strongly disagree
## 474             Somewhat agree
## 475          Strongly disagree
## 476          Strongly disagree
## 477             Somewhat agree
## 478 Neither agree nor disagree
## 479 Neither agree nor disagree
## 480 Neither agree nor disagree
## 481 Neither agree nor disagree

สรุปผล:

1.ช่วงอายุที่มีโอกาสแยกกันนอนมากที่สุดคือช่วงอายุ 45-60 ปี โดยมีช่วงอายุ 30-44 ปี และ มากกว่า 60 ตามมาจากกลุ่มตัวอย่าง

plot garph1

h1 <- ggplot(sleep_age, aes(Age)) + geom_bar(fill="#ff5959")

h1

2.จากข้อมูลจากกราฟด้านล่างปัจจัยที่ทำให้คนส่วนใหญ่จากกลุ่มตัวอย่างแยกกันนอนคือ การนอนกรน อาการป่วย การนอนต่างเวลา การทะเลาะวิวาท และ การอาบน้ำที่บ่อยในเวลากลางคืน ตามลำดับ และยังสอดคล้องกับ 1 ในสมมุติฐานที่ได้มีการถามความเห็นจากกลุ่มตัวอย่างด้วย โดยวัดจากการที่คนในกลุ่มตัวอย่างที่ได้มีการเห็นด้วย นั่นก็คือสมมุติฐานที่บอกว่า “การแยกกันนอนจะทำให้ต่างฝ่ายหลับได้สบายยิ่งขึ้น” แตกต่างกับสมุติฐานอีก 2 สมมุติฐานที่กลุ่มตัวอย่างส่วนใหญ่จะแสดงความคิดเห็นไปในด้านไม่เห็นด้วย

plot graph 2

#h2 <- ggplot(graph2, aes(One.of.us.snores, Frequent.bathroom, Sick, No.longer.physically.intimate, prefer.different.room.temperature, Argument.or.fight, Not.enough.space, Dont.want.to.share.the.covers, Sleep.with.child, Different.sleep.time)) + geom_bar(fill="#a2a8d3")

h2 <- ggplot(graph2, aes(x = reorder(title, amount), y = amount)) + geom_bar(fill="#49beb7", stat = "identity") + coord_flip() + labs(y = 'amount(%)') + geom_text(aes(label= sprintf("%.2f %%", amount), collapse = " "), vjust=0)
## Warning: Ignoring unknown aesthetics: collapse
h2

plot graph 3

h3 <- ggplot(hyp1, aes(Hypothesis.1)) + geom_bar(fill="#facf5a") + coord_flip() + labs(x= 'sleeping in separate beds helps us to stay together')
h4 <- ggplot(hyp2, aes(Hypothesis.2)) + geom_bar(fill="#facf5a") + coord_flip() + labs(x='we sleep better when we sleep in separate beds.')
h5 <- ggplot(hyp3, aes(Hypothesis.3)) + geom_bar(fill="#facf5a") + coord_flip() +labs(x = 'our sex life has improved as a result of sleeping in separate beds')

h3

h4

h5